]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/follow-voice-break.ly
clarify slightly.
[lilypond.git] / input / regression / follow-voice-break.ly
index 4a168aa3ad41b6c12015d3de5536874a73341605..0f2193d5f6567eb8c7d68214b26a9be885ec7e90 100644 (file)
@@ -1,24 +1,25 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.6.0"
 \header{
        texidoc = "
 \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
 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{
 "
 
 }
 
 \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
                    a1 \break
-                   \translator Staff=two
+                   \change Staff=two
                    a,
                }
                    a,
                }
-        \context Staff=two { \clef bass \skip 1*2 }
-    >
-    \paper{
+        \context Staff = "two" { \clef bass \skip 1*2 }
+    >>
+    \layout{
        raggedright = ##t
     }
 }
        raggedright = ##t
     }
 }