MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / beam-feather.ly
bloba1ca4b7cc43d901aa0a10219e7d3d14511d02105
1 \header {
3 texidoc = "Specifying @code{grow-direction} on a beam, will cause
4 feathered beaming. The @code{\\featherDurations} function can be used
5 to adjust note durations."
9 \version "2.12.0"
11 \paper {
12 ragged-right = ##t
13 indent = #0.0
17 % Unfortunately this quickly bumps into overflow problems. Should use
18 % a linear decrease instead?
21 \featherDurations #(ly:make-moment 3 4) \relative c'' {
22 \override Beam #'grow-direction = #LEFT
23 c16[
24 c c c
25 c c c c ]