[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 401 in lilypond: misplaced textSpanner when Bar_engraver is remove
From: |
codesite-noreply |
Subject: |
Issue 401 in lilypond: misplaced textSpanner when Bar_engraver is removed |
Date: |
Sat, 04 Aug 2007 14:47:52 -0700 |
Issue 401: misplaced textSpanner when Bar_engraver is removed
http://code.google.com/p/lilypond/issues/detail?id=401
New issue report by gpermus:
\version "2.11.28"
%{ when the Bar_engraver is removed and textSpanner text happens to span
over 2 lines, the text on the first line is misplaced %}
\layout { \context { \Staff \remove "Bar_engraver" } }
\relative c' {
c1
\override TextSpanner #'bound-details #'left #'text = "2nd"
d1 \startTextSpan e
\break
c
d \stopTextSpan e
}
Attachments:
foo.png 8.1 KB
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Defect Priority-Low
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
- Issue 401 in lilypond: misplaced textSpanner when Bar_engraver is removed,
codesite-noreply <=