]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: NR 1.1 Background: Change example to use \addlyrics
authorTrevor Daniels <t.daniels@treda.co.uk>
Fri, 7 Nov 2008 21:59:26 +0000 (21:59 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Fri, 7 Nov 2008 22:00:06 +0000 (22:00 +0000)
Documentation/user/introduction.itely

index befcdd5a4de6e771535d2e4b6840e7d9ee683ab7..9f6aa4f7c76aef51082fef99388a9210552f88fd 100644 (file)
@@ -716,8 +716,12 @@ By adding chord names and lyrics we obtain a lead sheet.
 @lilypond[quote,ragged-right]
 <<
    \chords { c2 c f2 c }
-   \new Staff \relative c' { \time 2/4 c4 c g'4 g a4 a g2 }
-   \new Lyrics \lyricmode { twin4 kle twin kle lit tle star2 }
+   \new Staff
+   \relative c' {
+     \time 2/4
+     c4 c g' g a a g2
+   }
+   \addlyrics { twin kle twin kle lit tle star }
 >>
 @end lilypond