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