From: Trevor Daniels <t.daniels@treda.co.uk>
Date: Fri, 7 Nov 2008 21:59:26 +0000 (+0000)
Subject: Docs: NR 1.1 Background: Change example to use \addlyrics
X-Git-Tag: release/2.11.64-1~76
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=92edc1180387625587edb32590cbf7a717bf5a05;p=lilypond.git

Docs: NR 1.1 Background: Change example to use \addlyrics
---

diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely
index befcdd5a4d..9f6aa4f7c7 100644
--- a/Documentation/user/introduction.itely
+++ b/Documentation/user/introduction.itely
@@ -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