expressions, XML documents and music expressions. The braces group
notes into horizontal lines. Other types of lists also exist: you can
stack expressions grouped with @code{<<}, and @code{>>} vertically with
-the command @code{\column}. The @code{@{} and @code{@}} produce
-@code{\line} commands:
+the command @code{\column}.
+
@lilypond[verbatim,fragment,relative=1]
c1^\markup { \column << a b c >> }
c1^\markup { \line << a b c >> }
@end lilypond
-The markup mechanism is very flexible and extensible. Refer to
-@file{scm/new-markup.scm} for more information.
+The markup mechanism is very flexible and extensible. Refer to
+@file{scm/new-markup.scm} for more information on extending the markup
+mode.
@cindex metronome mark
}
@refbugs
+@cindex kerning
+
LilyPond account for kerning in its text formatting engine, so it spaces
texts slightly too wide.
(cons line-markup 'markup-list0)
(cons combine-markup 'markup0-markup1)
- (cons simple-markup 'markup0)
+ (cons simple-markup 'scm0)
(cons musicglyph-markup 'scm0)
-
+
(cons translate-markup 'scm0-markup1)
(cons override-markup 'scm0-markup1)
(cons char-markup 'scm0)