From 92edc1180387625587edb32590cbf7a717bf5a05 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Fri, 7 Nov 2008 21:59:26 +0000 Subject: [PATCH] Docs: NR 1.1 Background: Change example to use \addlyrics --- Documentation/user/introduction.itely | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.5