X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-feather.ly;h=8dade639bb270e6f064714c297d05f4697d110bd;hb=HEAD;hp=0d541df622321e1c18373070097bf3a5e1ee943a;hpb=ec6440458dcf6f119af6b71f0a54b43b5e97ebf3;p=lilypond.git diff --git a/input/regression/beam-feather.ly b/input/regression/beam-feather.ly index 0d541df622..8dade639bb 100644 --- a/input/regression/beam-feather.ly +++ b/input/regression/beam-feather.ly @@ -1,21 +1,26 @@ \header { texidoc = "Specifying @code{grow-direction} on a beam, will cause - feathered beaming. The @code{\featherDurations} function can be used + feathered beaming. The @code{\\featherDurations} function can be used to adjust note durations." } -\version "2.9.4" +\version "2.19.21" \paper { ragged-right = ##t indent = #0.0 } -\featherDurations #(ly:make-moment 3 4) \relative c'' { - \override Beam #'grow-direction = #LEFT - c16[ +% +% Unfortunately this quickly bumps into overflow problems. Should use +% a linear decrease instead? +% + +\featherDurations #(ly:make-moment 3/4) \relative { + \override Beam.grow-direction = #LEFT + c''16[ c c c c c c c ] }