]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-polyphonic.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / lyric-combine-polyphonic.ly
index 8151b58b7941541b7d4960b3330f1f5b9a8cf43d..0f979840da14b9296e547077acea0df284d506c3 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.10.0"
+\version "2.19.2"
 \header {
 
   texidoc ="Polyphonic rhythms and rests do not disturb
-@code{\lyricsto}."
+@code{\\lyricsto}."
 
 }
 
         bes'4 bes'4
         bes'4 bes'4
       }
-      \lyricsto "one"  \context Lyrics = sop {
+      \context Lyrics = sop \lyricsto "one"  {
         Do mi nus ex
       }
       \new Voice = "two" {
         \voiceTwo
         ees'8 r8 r8 r8 ees' r8 r8 r8 
       }
-      \lyricsto "two"  \new Lyrics  {
+      \new Lyrics  \lyricsto "two"  {
         Do na
       }
     >>