]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-funky-beamlet.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-funky-beamlet.ly
1 \header {
2
3 texidoc=" Funky kneed beams with beamlets also work. The beamlets
4 should be pointing to the note head.
5 "
6
7 }
8
9
10 \score {
11   \notes\relative c' {
12      c16 c''8 c,,16
13      c16 c''8 c16
14      c16 c,,8 c16          
15      
16   }
17   \paper { linewidth = -1 }
18 }
19