]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/voice-follower.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / voice-follower.ly
index c971ce2b8f8db9a33cf0821bc3fe2201091088b6..362622c63c844165142e5524035fd22d49780132 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.10.0"
 
 
 \header { texidoc= "
@@ -10,18 +10,18 @@ can be printed automatically. This is enabled if the property
 }
 
 \layout{ 
-  raggedright = ##t 
+  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 }
 >>