]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/refman.itely
(construct_children):
[lilypond.git] / Documentation / user / refman.itely
index 7ea49d592e3795c6c7516a660177f51b25b167d8..96af610b064caac7ca62c352bc25e278ec7fd237 100644 (file)
@@ -8072,11 +8072,17 @@ their center lines:
  c1^\markup { \line < a b c > }
 @end lilypond
 
+Markups can be stored in variables, and these variables
+may be attached to notes, like
+@verbatim
+allegro = \markup { \bold \large { Allegro } }
+\notes { a^\allegro b c d }
+@end verbatim
+
 The markup mechanism is extensible.  Refer to
 @file{scm/new-markup.scm} for more information.
 
 
-
 @seealso
 
 @internalsref{Markup-functions}, and @file{scm/new-markup.scm}.