]> 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
2 \version "2.6.0"
3 \header {
4
5   texidoc=" Funky kneed beams with beamlets also work. The beamlets
6 should be pointing to the note head.
7 "
8
9 }
10
11
12 \relative c' {
13   c16 c''8 c,,16
14   c16 c''8 c16
15   c16 c,,8 c16          
16   
17 }
18 \layout { raggedright = ##t}
19