From 1b05110540a07309d09cfc8d9707b7fb6a424b05 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 15 Apr 2008 01:42:39 -0700 Subject: [PATCH] Add example of stand-alone markup. (Copy and paste from an email a week ago because Valentin is unable to do so.) --- Documentation/user/text.itely | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Documentation/user/text.itely b/Documentation/user/text.itely index 8796e0a188..48e2dc6fc1 100644 --- a/Documentation/user/text.itely +++ b/Documentation/user/text.itely @@ -248,13 +248,9 @@ A @code{\markup} block can exist by itself, outside of any any @code{\score} block. This syntax is called a @q{top-level expression}, and is described in @code{File structure}. -@c TODO: turn this into a @lilypond example - -@example -\markup @{ - @var{..} -@} -@end example +@lilypond[quote,ragged-right,verbatim] +\markup{ hello } +@end lilypond @noindent This allows to print text separately -- 2.39.5