lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Improper markup placement in 2.8.0?


From: Shamus
Subject: Improper markup placement in 2.8.0?
Date: Sat, 12 Aug 2006 23:03:11 -0700
User-agent: Thunderbird 1.5.0.2 (X11/20060526)

Again, don't know if this has been beat to death, but how do I get the
markup to the correct place? In this example instead of being engraved
at the end of the 4th bar in the first stave, it gets bumped down to the
next line before the clef! You can see the correct position for the
markup if you take out the \break (i.e., it works correctly with the
exception of the case where the bar occurs at a page break).

Bug or feature?

-- Shamus

\version 2.8.0
\score
{
\relative c'
<<
\new Staff
{

c4 d e f | c d e f | c d e f | c d e f |

\break

\once \override Score.RehearsalMark #'self-alignment-X = #right
\mark \markup { \italic { to Coda } \hspace #1.0 \musicglyph
#"scripts.coda" }

c4 d e f | c d e f | c d e f | c d e f |

}
>>
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]