]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: NR - Improve example in 1.8.1 - Text Marks
authorJames Lowe <pkx166h@gmail.com>
Mon, 14 Dec 2015 16:32:12 +0000 (16:32 +0000)
committerJames Lowe <pkx166h@gmail.com>
Sat, 19 Dec 2015 10:48:26 +0000 (10:48 +0000)
Issue 4695

Better first example
for a text mark
(NR 1.8.1, ‘Text marks’)

Documentation/notation/text.itely

index e708d3a097e8149a740ae07874ec6917853889ac..3a9cdbd6d2d9bb27893bc417405cfc4b0423b7bd 100644 (file)
@@ -235,9 +235,12 @@ in @ref{Rehearsal marks}:
 
 @lilypond[verbatim,quote]
 \relative {
-  c''4
-  \mark "Allegro"
-  c c c
+  \mark "Verse"
+  c'2 g'
+  \bar "||"
+  \mark "Chorus"
+  g2 c,
+  \bar "|."
 }
 @end lilypond