]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/satb.ly
* lily/tuplet-engraver.cc: remove tupletInvisible
[lilypond.git] / input / template / satb.ly
index beb970281cb84ddb21d4385d77d420b2621aed50..bd116bfd8c99ecf642fc311cca3376b1ace5173c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.1.21"
 \header {
 
     texidoc = "
@@ -20,25 +20,25 @@ bassWords = \lyrics { ho4 ho ho ho }
 
 \score { \notes
          \context StaffGroup <<
-             \context LyricsVoice = sopranos { s1 }
+             \context Lyrics = sopranos { s1 }
              \context Staff = women <<
                  \context Voice = sopranos { \voiceOne \sopMusic }
                  \context Voice = altos { \voiceTwo \altoMusic }
              >>
-             \context LyricsVoice = altos { s1 }
-             \context LyricsVoice = tenors { s1 }
+             \context Lyrics = altos { s1 }
+             \context Lyrics = tenors { s1 }
              \context Staff = men <<
                  \clef bass
                  \context Voice = tenors { \voiceOne \tenorMusic }
                  \context Voice = basses { \voiceTwo \bassMusic }
              >>
-             \context LyricsVoice = basses { s1 }
+             \context Lyrics = basses { s1 }
 
              
-             \context LyricsVoice = sopranos \newaddlyrics sopranos \sopWords
-             \context LyricsVoice = altos \newaddlyrics altos \altoWords
-             \context LyricsVoice = tenors \newaddlyrics tenors \tenorWords
-             \context LyricsVoice = basses \newaddlyrics basses \bassWords
+             \context Lyrics = sopranos \lyricsto sopranos \sopWords
+             \context Lyrics = altos \lyricsto altos \altoWords
+             \context Lyrics = tenors \lyricsto tenors \tenorWords
+             \context Lyrics = basses \lyricsto basses \bassWords
          
          >>
   \paper {