]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-funky-beamlet.ly
* lily/parser.yy (relative_music): whoops. All \relative were off
[lilypond.git] / input / regression / beam-funky-beamlet.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.1"
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   \notes\relative c' {
14      c16 c''8 c,,16
15      c16 c''8 c16
16      c16 c,,8 c16          
17      
18   }
19   \paper { raggedright = ##t}
20 }
21