lilypond-user
[Top][All Lists]
Advanced

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

Re: Improper markup placement in 2.8.0?


From: Markus Schneider
Subject: Re: Improper markup placement in 2.8.0?
Date: Sun, 13 Aug 2006 09:05:50 +0200

Hi Shamus,

you have to add:

\once \override Score.RehearsalMark #'break-visibility =
#end-of-line-visible

See

http://lilypond.org/doc/v2.9/Documentation/user/lilypond/Text-marks.html#Text-marks

and

http://lilypond.org/doc/v2.9/Documentation/user/lilypond-internals/item_002dinterface.html#item_002dinterface

for further details.

HTH
Markus

%%% Begin Snippet
\version "2.8.6"
\score {
    \new Staff
      \relative c'' {

        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
        \once \override Score.RehearsalMark #'break-visibility =
#begin-of-line-invisible
        \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 |

    }
}
%%% End Snippet







reply via email to

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