]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/voice-follower.ly
*** empty log message ***
[lilypond.git] / input / regression / voice-follower.ly
index 426c110720641b04d35e18ae46fe08ae7690f794..419bde81c56e6b5cd0a417028f43bc018f16140c 100644 (file)
@@ -7,19 +7,19 @@ 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. "
 
-      }
-\score {
-     \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 }
-    >>
-    \layout{ 
-       raggedright = ##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 }
+>>
+\layout{ 
+  raggedright = ##t 
 }
+