]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/introduction.itely
Docs: NR 1.1 Background: Change example to use \addlyrics
[lilypond.git] / 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