]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-polyphonic.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / regression / lyric-combine-polyphonic.ly
index f2dc8b079af3939744c5c33db54cf87fde31e404..fe679bbec689d11e16042c27fd53572cc0473a8e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.22"
+\version "2.4.0"
 \header {
 
 texidoc ="Polyphonic rhythms and rests do not disturb
@@ -15,12 +15,12 @@ texidoc ="Polyphonic rhythms and rests do not disturb
         \lyricsto "one"  \new Lyrics  {
             Do mi nus ex
         }
-          \context Voice = one {
+          \context Voice = "one" {
               \voiceOne
               bes'4 bes'4
               bes'4 bes'4
           }
-         \context Voice = two {
+         \context Voice = "two" {
              \voiceTwo
              ees'8 r8 r8 r8 ees' r8 r8 r8 
           }