]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/follow-voice-break.ly
($(addprefix $(outdir)/,$(LYM4_FILES):
[lilypond.git] / input / regression / follow-voice-break.ly
index 9ec1c91bcc96ab0729848aad91faa67c294ba32d..8ae62b150b64ce137e6476782e948c4c13ff12c2 100644 (file)
@@ -1,22 +1,24 @@
-\version "1.7.18"
+
+\version "2.3.4"
 \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{
        raggedright = ##t
     }