]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/follow-voice-break.ly
*** empty log message ***
[lilypond.git] / input / regression / follow-voice-break.ly
1
2 \version "2.6.0"
3 \header{
4   texidoc = "
5 The line-spanners connects to the Y position of the note  on the next line.
6 When put across line breaks, only the part before the line break is
7 printed. 
8 "
9
10 }
11
12
13 \context PianoStaff <<
14   \set PianoStaff.followVoice = ##t         
15   \context Staff = "one" \relative c''{
16     a1 \break
17     \change Staff=two
18     a,
19   }
20   \context Staff = "two" { \clef bass \skip 1*2 }
21 >>
22 \layout{
23   raggedright = ##t
24 }
25