From d22b3b3988e8a08730b226ab938d2d128544c3d5 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 7 Jun 2006 07:58:23 +0000 Subject: [PATCH] Minor example added. --- Documentation/user/advanced-notation.itely | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 8d3186dc1b..62116e2608 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -836,6 +836,24 @@ 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. +@cindex segno +@cindex coda +@cindex D.S al Fine + +Music glyphs (such as the segno sign) may be printed inside +a @code{\mark} + +@lilypond[fragment,quote,ragged-right,verbatim,relative] +c1 \mark \markup { \musicglyph #"scripts.segno" } +c1 \mark \markup { \musicglyph #"scripts.coda" } +c1 \mark \markup { \musicglyph #"scripts.ufermata" } +c1 +@end lilypond + +@noindent +See @ref{The Feta font} for a list of symbols which may be +printed with @code{\musicglyph}. + The horizontal location of rehearsal marks can be adjusted by setting @code{break-align-symbol} -- 2.39.5