]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/follow-voice-break.ly
clarify slightly.
[lilypond.git] / input / regression / follow-voice-break.ly
index 2cebbb19972831aeb81c8a5d2aacd99f36459080..0f2193d5f6567eb8c7d68214b26a9be885ec7e90 100644 (file)
@@ -1,24 +1,25 @@
 
-\version "1.9.1"
+\version "2.6.0"
 \header{
        texidoc = "
+The line-spanners connects to the Y position of the note  on the next line.
 When put across line breaks, only the part before the line break is
-printed. The line-spanners connects to the Y position of the note  on the next line.
+printed. 
 "
 
 }
 
 \score{
-        \context PianoStaff <
-           \property PianoStaff.followVoice = ##t          
-                \context Staff=one \notes\relative c''{
+        \context PianoStaff <<
+           \set PianoStaff.followVoice = ##t       
+                \context Staff = "one" \relative c''{
                    a1 \break
-                   \translator Staff=two
+                   \change Staff=two
                    a,
                }
-        \context Staff=two { \clef bass \skip 1*2 }
-    >
-    \paper{
+        \context Staff = "two" { \clef bass \skip 1*2 }
+    >>
+    \layout{
        raggedright = ##t
     }
 }