]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/follow-voice-break.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / follow-voice-break.ly
index 01f862b2809ad62cae3ea342d4ffc6a49431beb8..ffacdbc6faeca05221c1a26e655048305dd6b5eb 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.16.0"
 \header{
   texidoc = "
 The line-spanners connects to the Y position of the note  on the next line.
@@ -9,17 +9,18 @@ printed.
 
 }
 
+\layout{  ragged-right = ##t }
+
+
 
 \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 }
 >>
-\layout{
-  raggedright = ##t
-}
+