]> 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 5eeb6d602c2bd426cc239d19ded92ac7c46d3a93..c06de358c1bf7553dc2a3e319586a82e6bc70bc5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.28"
+\version "2.12.0"
 
 
 \header { texidoc= "
@@ -8,16 +8,20 @@ can be printed automatically. This is enabled if the property
 @code{followVoice} is set to true. "
 
 }
-\score {
-\notes \relative c'
+
+\layout{ 
+  ragged-right = ##t 
+}
+
+\relative c'
 \context PianoStaff <<
-    \set PianoStaff.followVoice = ##t
-    \context Staff = one \context Voice {
-      c1
-      \change Staff=two
-      b2 a
-    }
-    \context Staff = two {\clef bass \skip 1*2 }
-  >>\paper{ 
-linewidth =-1.
-}}
+  \set PianoStaff.followVoice = ##t
+  \new Staff = "one" \context Voice {
+    c1
+    \change Staff=two
+    b2 a
+  }
+  \new Staff = "two" {\clef bass \skip 1*2 }
+>>
+
+