]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/voice-follower.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / voice-follower.ly
index 546fba0adcab9ddc7eefc1ff2b41ecc97f535004..100327638cb6b81f68e823b454cfb8512f3f6fe0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.19.21"
 
 
 \header { texidoc= "
@@ -10,18 +10,18 @@ can be printed automatically. This is enabled if the property
 }
 
 \layout{ 
-  raggedright = ##t 
+  ragged-right = ##t 
 }
 
-\relative c'
+\relative
 \context PianoStaff <<
   \set PianoStaff.followVoice = ##t
-  \context Staff = "one" \context Voice {
-    c1
+  \new Staff = "one" \context Voice {
+    c'1
     \change Staff=two
     b2 a
   }
-  \context Staff = "two" {\clef bass \skip 1*2 }
+  \new Staff = "two" {\clef bass \skip 1*2 }
 >>