[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 1596 in lilypond: Alignment of text mark is lost when an offset is
From: |
lilypond |
Subject: |
Issue 1596 in lilypond: Alignment of text mark is lost when an offset is applied |
Date: |
Thu, 07 Apr 2011 13:38:08 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1596 by address@hidden: 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
- Issue 1596 in lilypond: Alignment of text mark is lost when an offset is applied,
lilypond <=