]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-polyphonic.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / lyric-combine-polyphonic.ly
index 53ff8461b919af0e35c39264a8a33992c4c9fbf7..f2dc8b079af3939744c5c33db54cf87fde31e404 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.4"
+\version "2.3.22"
 \header {
 
 texidoc ="Polyphonic rhythms and rests do not disturb
@@ -12,6 +12,9 @@ texidoc ="Polyphonic rhythms and rests do not disturb
        \time 8/8
        \key des \major
        <<
+        \lyricsto "one"  \new Lyrics  {
+            Do mi nus ex
+        }
           \context Voice = one {
               \voiceOne
               bes'4 bes'4
@@ -21,14 +24,11 @@ texidoc ="Polyphonic rhythms and rests do not disturb
              \voiceTwo
              ees'8 r8 r8 r8 ees' r8 r8 r8 
           }
-          \lyricsto "two" \new Lyrics \lyrics {
+          \lyricsto "two"  \new Lyrics  {
              Do na
          }
-        \lyricsto "one" \new Lyrics \lyrics {
-            Do mi nus ex
-        }
        >>
     }
-    \paper { raggedright = ##t}
+    \layout { raggedright = ##t}
 }