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





_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to