]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-polyphonic.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / lyric-combine-polyphonic.ly
index 8e0ce108ac6fec377e844a8935a2351577057592..8151b58b7941541b7d4960b3330f1f5b9a8cf43d 100644 (file)
@@ -1,34 +1,40 @@
-\version "2.3.16"
+\version "2.10.0"
 \header {
 
-texidoc ="Polyphonic rhythms and rests do not disturb
+  texidoc ="Polyphonic rhythms and rests do not disturb
 @code{\lyricsto}."
 
 }
 
-\score {
-     {
-       \clef violin
-       \time 8/8
-       \key des \major
-       <<
-        \lyricsto "one"  \new Lyrics  {
-            Do mi nus ex
-        }
-          \context Voice = one {
-              \voiceOne
-              bes'4 bes'4
-              bes'4 bes'4
-          }
-         \context Voice = two {
-             \voiceTwo
-             ees'8 r8 r8 r8 ees' r8 r8 r8 
-          }
-          \lyricsto "two"  \new Lyrics  {
-             Do na
-         }
-       >>
-    }
-    \paper { raggedright = ##t}
+\layout { ragged-right = ##t}
+
+{
+  \new ChoirStaff <<
+    \context Lyrics = sop { s1 }
+    \new Staff {
+      \clef violin
+      \time 8/8
+      \key des \major
+      <<
+        \new Voice = "one" {
+        \voiceOne
+        bes'4 bes'4
+        bes'4 bes'4
+      }
+      \lyricsto "one"  \context Lyrics = sop {
+        Do mi nus ex
+      }
+      \new Voice = "two" {
+        \voiceTwo
+        ees'8 r8 r8 r8 ees' r8 r8 r8 
+      }
+      \lyricsto "two"  \new Lyrics  {
+        Do na
+      }
+    >>
+  }
+  >>
 }
 
+
+