Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1596 by [email protected]: Alignment of text mark is
lost when an offset is applied
http://code.google.com/p/lilypond/issues/detail?id=1596
From Ed Gordijn:
When I apply an offset to a text mark the alignment changes. The behaviour
is different for marks centered on the clef and marks centered on bar lines
but both are not correct (or not conform the IR). In the example below you
should expect a shift to the right for both marks.
\relative c'' {
c1 c \bar "||"
c1 c
\break
\mark \markup {\box "xxxx"}
c1 c \bar "||"
\mark \markup {\box "xxxx"}
c1 c
\break
\override Score.RehearsalMark #'X-offset = #0
\mark \markup {\box "xxxx"}
c1 c \bar "||"
\mark \markup {\box "xxxx"}
c1 c
}
\layout{
indent = 0
ragged-right = ##t
}
Attachments:
MarkAlign.png 6.1 KB
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond