]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-polyphonic.ly
Doc-es: various updates.
[lilypond.git] / input / regression / lyric-combine-polyphonic.ly
index 0c2a3ae6c8b89aef6585397e6c2f9d5e3c212270..0f979840da14b9296e547077acea0df284d506c3 100644 (file)
@@ -1,34 +1,40 @@
-\version "2.3.4"
+\version "2.19.2"
 \header {
 
-texidoc ="Polyphonic rhythms and rests do not disturb
-@code{\lyricsto}."
+  texidoc ="Polyphonic rhythms and rests do not disturb
+@code{\\lyricsto}."
 
 }
 
-\score {
-     {
-       \clef violin
-       \time 8/8
-       \key des \major
-       <<
-        \lyricsto "one" \new Lyrics \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 \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
+      }
+      \context Lyrics = sop \lyricsto "one"  {
+        Do mi nus ex
+      }
+      \new Voice = "two" {
+        \voiceTwo
+        ees'8 r8 r8 r8 ees' r8 r8 r8 
+      }
+      \new Lyrics  \lyricsto "two"  {
+        Do na
+      }
+    >>
+  }
+  >>
 }
 
+
+