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