]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/follow-voice-break.ly
Dist: build fixes.
[lilypond.git] / input / regression / follow-voice-break.ly
index 47ccdb81511f319364e89a37a933f0a9472b9910..45cc987c7bb95589050ac531a5559e87680c4edf 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.14.0"
 \header{
   texidoc = "
 The line-spanners connects to the Y position of the note  on the next line.
@@ -9,18 +9,18 @@ printed.
 
 }
 
-\layout{  raggedright = ##t }
+\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 }
 >>