]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/contemporary/feathered-beams.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / contemporary / feathered-beams.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 Feathered beams can be obtained by setting the @code{#'grow-direction}
6 property; you may also want to use @code{\featherDurations} to adjust
7 note durations. (See also in tha manual : \"Feathered beams\")
8 " }
9
10 \paper {
11   ragged-right = ##t
12   indent = #0.0
13 }
14
15 \featherDurations #(ly:make-moment 3 4) \relative c'' {
16   \override Beam #'grow-direction = #LEFT
17   c16[
18     c c c
19     c c c c ] 
20 }