]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add info about rehearsal marks.
authorGraham Percival <graham@percival-music.ca>
Sat, 30 Dec 2006 12:56:29 +0000 (04:56 -0800)
committerGraham Percival <graham@percival-music.ca>
Sat, 30 Dec 2006 12:56:29 +0000 (04:56 -0800)
Documentation/user/advanced-notation.itely

index ad05abff27afb49a2a901632efe8f90c08fc4ffe..1c19f5c0a76f2d028a4bfb6eaed386a17082c530 100644 (file)
@@ -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