]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/voice-follower.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / voice-follower.ly
index 419bde81c56e6b5cd0a417028f43bc018f16140c..c06de358c1bf7553dc2a3e319586a82e6bc70bc5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.12.0"
 
 
 \header { texidoc= "
@@ -7,19 +7,21 @@ Whenever a voice switches to another staff a line connecting the notes
 can be printed automatically. This is enabled if the property
 @code{followVoice} is set to true. "
 
-       }
+}
+
+\layout{ 
+  ragged-right = ##t 
+}
 
 \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 }
 >>
-\layout{ 
-  raggedright = ##t 
-}
+