X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-feather.ly;h=8dade639bb270e6f064714c297d05f4697d110bd;hb=79c17e0eaedca79e5f7605f5b9f92db27c68e679;hp=18f81907c098572eacbf4d0b01e8e8f95168bcc0;hpb=edf17353d89f4f6bd831466262402bb9151a26ca;p=lilypond.git diff --git a/input/regression/beam-feather.ly b/input/regression/beam-feather.ly index 18f81907c0..8dade639bb 100644 --- a/input/regression/beam-feather.ly +++ b/input/regression/beam-feather.ly @@ -1,12 +1,12 @@ \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.11.51" +\version "2.19.21" \paper { ragged-right = ##t @@ -18,9 +18,9 @@ % a linear decrease instead? % -\featherDurations #(ly:make-moment 3 4) \relative c'' { - \override Beam #'grow-direction = #LEFT - c16[ +\featherDurations #(ly:make-moment 3/4) \relative { + \override Beam.grow-direction = #LEFT + c''16[ c c c c c c c ] }