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