]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/follow-voice-break.ly
* lily/align-interface.cc, lily/axis-group-engraver.cc: spell
[lilypond.git] / input / regression / follow-voice-break.ly
index 9932b1a8913e8ec4a74c11c5d8c593d5aa469276..b8fb135f65b8ebc7e80dca41e9200cc49a13522a 100644 (file)
@@ -1,19 +1,20 @@
 
-\version "1.9.8"
+\version "2.1.22"
 \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          
+           \set PianoStaff.followVoice = ##t       
                 \context Staff=one \notes\relative c''{
                    a1 \break
-                   \translator Staff=two
+                   \change Staff=two
                    a,
                }
         \context Staff=two { \clef bass \skip 1*2 }