From 51c80c82a85e7fb2a458cad992bfe3c9e5a34ff5 Mon Sep 17 00:00:00 2001 From: gpercival Date: Wed, 11 May 2005 04:37:11 +0000 Subject: [PATCH] Minor addition. --- Documentation/user/advanced-notation.itely | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index dd30f256e5..783380707e 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -760,6 +760,18 @@ To print the mark at the end of the current line, use #'break-visibility = #begin-of-line-invisible @end example +@code{\mark} is often useful for adding text to the end of bar. In +such cases, changing the @code{#'self-alignment} is very useful + +@lilypond[fragment,quote,raggedright,verbatim,relative=2] +\override Score.RehearsalMark + #'break-visibility = #begin-of-line-invisible +c4 c c c +\once \override Score.RehearsalMark #'self-alignment-X = #right +\mark "D.S. al Fine " +@end lilypond + + @cindex fermatas @cindex coda @cindex segno -- 2.39.5