]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/learning/templates.itely
Issue 3799: New satb.ly built-in template and template framework
[lilypond.git] / Documentation / learning / templates.itely
index cc35e50da7c4c7827b407d35f1e5b621df466b71..1fd7b7b4666dafc7834e626f22ffc42debe490e3 100644 (file)
@@ -106,11 +106,11 @@ parts:
 
 @lilypond[verbatim, quote]
   SopranoMusic = \relative { a'4 a a a }
-  SopranoLyricsOne = \lyricsto "Soprano" {
+  SopranoLyricsOne = \lyricmode {
     \set stanza = "1."
     Words to verse one
   }
-  SopranoLyricsTwo = \lyricsto "Soprano" {
+  SopranoLyricsTwo = \lyricmode {
     \set stanza = "2."
     Words to verse two
   }