From: Graham Percival Date: Sat, 30 Dec 2006 12:56:29 +0000 (-0800) Subject: Add info about rehearsal marks. X-Git-Tag: release/2.11.6-1~23^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0cb1522b20685c732401243ea58aa64fe3729bf7;p=lilypond.git Add info about rehearsal marks. --- diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index ad05abff27..1c19f5c0a7 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -842,6 +842,20 @@ You may use @code{format-mark-barnumbers}, @code{format-mark-box-barnumbers}, and @code{format-mark-circle-barnumbers} to get bar numbers instead of incremented numbers or letters. +Other styles of rehearsal mark can be specified manually + +@example +\mark "A1" +@end example + +@noindent +@code{Score.markFormatter} does not affect marks specified in this manner. +However, it is possible to apply a @code{\markup} to the string. + +@example +\mark \markup@{ \box A1 @} +@end example + @cindex segno @cindex coda @cindex D.S al Fine @@ -887,6 +901,8 @@ appears at that point in the music. @seealso +This manual: @ref{Text marks}. + Program reference: @internalsref{RehearsalMark}. Init files: @file{scm/@/translation@/-functions@/.scm} contains the