* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / beam-funky-beamlet.ly
blobc01dcd662b5c7ab6ec3294ee21936fb06f135a06
1 \version "1.7.16"
2 \header {
4 texidoc=" Funky kneed beams with beamlets also work. The beamlets
5 should be pointing to the note head.
11 \score {
12 \notes\relative c' {
13 c16 c''8 c,,16
14 c16 c''8 c16
15 c16 c,,8 c16
18 \paper { raggedright = ##t}
21 %% new-chords-done %%