]> 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 \version "1.5.68"
2 \header {
3
4 texidoc=" Funky kneed beams with beamlets also work. The beamlets
5 should be pointing to the note head.
6 "
7
8 }
9
10
11 \score {
12   \notes\relative c' {
13      c16 c''8 c,,16
14      c16 c''8 c16
15      c16 c,,8 c16          
16      
17   }
18   \paper { linewidth = -1 }
19 }
20           
21 %% new-chords-done %%