]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-isknee.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / auto-isknee.ly
1
2 \header{
3 texidoc="Two automatic knees";
4 }
5
6 \score {
7   \notes \context PianoStaff <
8     \context Staff = "up" \notes\relative c''{
9       [ b8 \translator Staff="down" d,, ]
10       [ c \translator Staff="up" c'' ]
11       [ b, \translator Staff="down" d ]
12     }
13     \context Staff = "down" {
14       \clef bass; 
15       s2.
16     }
17   >
18   \paper{
19     linewidth = 40*\staffspace;
20 % Now by default
21 %    \translator{
22 %      \VoiceContext
23 %      Beam \override #'auto-knee-gap = #7
24 %    }
25   }
26 }