]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-funky-beamlet.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[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 \score {
13   \relative c' {
14      c16 c''8 c,,16
15      c16 c''8 c16
16      c16 c,,8 c16          
17      
18   }
19   \layout { raggedright = ##t}
20 }
21