]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-funky-beamlet.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / beam-funky-beamlet.ly
1
2 \version "2.11.51"
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 { ragged-right = ##t}
12
13 \relative c' {
14   \once \override Stem #'direction = #UP
15   c16
16   \once \override Stem #'direction = #DOWN
17
18   c''8 c,,16
19   \once \override Stem #'direction = #UP
20   c16
21   \once \override Stem #'direction = #DOWN
22
23   c''8 c16
24   \once \override Stem #'direction = #DOWN
25   
26   c16 c,,8
27   \once \override Stem #'direction = #UP
28
29   c16          
30 }
31