]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/follow-voice-break.ly
Doc-es: various updates.
[lilypond.git] / input / regression / follow-voice-break.ly
index 8ba853a129832030aceebe8fd429424dfda1f7d2..ffacdbc6faeca05221c1a26e655048305dd6b5eb 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.32"
+\version "2.16.0"
 \header{
   texidoc = "
 The line-spanners connects to the Y position of the note  on the next line.
@@ -15,12 +15,12 @@ printed.
 
 \context PianoStaff <<
   \set PianoStaff.followVoice = ##t        
-  \context Staff = "one" \relative c''{
+  \new Staff = "one" \relative c''{
     a1 \break
     \change Staff=two
     a,
   }
-  \context Staff = "two" { \clef bass \skip 1*2 }
+  \new Staff = "two" { \clef bass \skip 1*2 }
 >>