]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/follow-voice-break.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / follow-voice-break.ly
index 8ba853a129832030aceebe8fd429424dfda1f7d2..5c7b10a01726d5b6ac1712c021e8885294e0f004 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.32"
+\version "2.12.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 }
 >>