]> 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 9685c3ebc2f61b05b0e9df77c64ff8a42c5131da..02519376ca176809e3649a3fbb1e1d9b90fdab19 100644 (file)
@@ -1,6 +1,7 @@
+\version "1.9.4"
 \header {
 
-texidoc ="polyphonic rhythms and rests don't disturb
+texidoc ="Polyphonic rhythms and rests don't disturb
 @code{\addlyrics}."
 
 }
@@ -10,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 {
@@ -33,8 +34,8 @@ texidoc ="polyphonic rhythms and rests don't disturb
              Do __ na
           }
          }
-       >
+       >>
     }
-    \paper { linewidth=-1.0 }
+    \paper { raggedright = ##t}
 }
-%% new-chords-done %%
+