]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-funky-beamlet.ly
* scm/ps-to-png.scm: remove dir-re function.
[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 \layout { raggedright = ##t}
12
13 \relative c' {
14   c16 c''8 c,,16
15   c16 c''8 c16
16   c16 c,,8 c16          
17   
18 }
19