]> 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..e078a3e4b8e3124d7a53f0c6c110b8b8fc8a8e79 100644 (file)
@@ -1,40 +1,35 @@
+\version "2.7.32"
 \header {
 
-texidoc ="polyphonic rhythms and rests don't disturb
-@code{\addlyrics}."
+  texidoc ="Polyphonic rhythms and rests do not disturb
+@code{\lyricsto}."
 
 }
 
-\score {
-    \notes {
-       \clef violin
-       \time 8/8
-       \key des \major
-       < \context Voice = one {
-          \voiceOne
-          \addlyrics
-          \notes {
-             bes'4 bes'4
-             bes'4 bes'4
-          }
-          \context Lyrics \lyrics
-          {
-             Do __ mi __ nus ex
-          }
-         }
-         \context Voice = two {
-          \voiceTwo
-          \addlyrics
-          \notes {
-             ees'8 r8 r8 r8 ees' r8 r8 r8 
-          }
-          \context Lyrics \lyrics
-         {
-             Do __ na
-          }
-         }
-       >
+\layout { ragged-right = ##t}
+
+{
+  \clef violin
+  \time 8/8
+  \key des \major
+  <<
+    \lyricsto "one"  \new Lyrics  {
+      Do mi nus ex
+    }
+    \new Voice = "one" {
+      \voiceOne
+      bes'4 bes'4
+      bes'4 bes'4
+    }
+    \new Voice = "two" {
+      \voiceTwo
+      ees'8 r8 r8 r8 ees' r8 r8 r8 
+    }
+    \lyricsto "two"  \new Lyrics  {
+      Do na
     }
-    \paper { linewidth=-1.0 }
+  >>
 }
-%% new-chords-done %%
+
+
+