]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/voice-follower.ly
*** empty log message ***
[lilypond.git] / input / regression / voice-follower.ly
index 228b43982ba71462ad0f72b9d3e5c04ac1b5d27e..0e04f36b65d6ec2e3897dab8b63996672e04cd48 100644 (file)
@@ -16,12 +16,12 @@ can be printed automatically. This is enabled if the property
 \relative c'
 \context PianoStaff <<
   \set PianoStaff.followVoice = ##t
-  \context Staff = "one" \context Voice {
+  \new Staff = "one" \context Voice {
     c1
     \change Staff=two
     b2 a
   }
-  \context Staff = "two" {\clef bass \skip 1*2 }
+  \new Staff = "two" {\clef bass \skip 1*2 }
 >>