]> git.donarmstrong.com Git - lilypond.git/blob - input/test/broken-thread-line.ly
update syntax in .ly files.
[lilypond.git] / input / test / broken-thread-line.ly
1 \version "1.7.6"
2
3
4
5 % followVoice: connect note heads with line when thread switches staff 
6
7 \score{
8     \context PianoStaff <
9         \context Staff=one \notes\relative c''{
10             \context Thread
11             a1 \break
12             \translator Staff=two
13             a,
14
15         }
16         \context Staff=two { \clef bass \skip 1*2 }
17     >
18     \paper{
19         linewidth = 70.\mm
20         \translator {
21             \ScoreContext
22             followVoice = ##t
23         }
24     }
25 }
26 %% new-chords-done %%