]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-polyphonic.ly
*** empty log message ***
[lilypond.git] / input / regression / lyric-combine-polyphonic.ly
index 0b8b2be7f5c90c7a68f8b52a91fe0bf3631d4361..02519376ca176809e3649a3fbb1e1d9b90fdab19 100644 (file)
@@ -1,7 +1,7 @@
-\version "1.7.18"
+\version "1.9.4"
 \header {
 
-texidoc ="polyphonic rhythms and rests don't disturb
+texidoc ="Polyphonic rhythms and rests don't disturb
 @code{\addlyrics}."
 
 }
@@ -11,7 +11,7 @@ texidoc ="polyphonic rhythms and rests don't disturb
        \clef violin
        \time 8/8
        \key des \major
-       < \context Voice = one {
+       << \context Voice = one {
           \voiceOne
           \addlyrics
           \notes {
@@ -34,7 +34,7 @@ texidoc ="polyphonic rhythms and rests don't disturb
              Do __ na
           }
          }
-       >
+       >>
     }
     \paper { raggedright = ##t}
 }