X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fbeam-funky-beamlet.ly;h=f38061157dd2a4cc52d4e4bbccfbb169166bdff7;hb=b430c32d29caa72a7ae3f679f1f62066c1ebfa95;hp=2fe276ec2ff3d714e5542a661753623b6c1bf6a1;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/beam-funky-beamlet.ly b/input/regression/beam-funky-beamlet.ly index 2fe276ec2f..f38061157d 100644 --- a/input/regression/beam-funky-beamlet.ly +++ b/input/regression/beam-funky-beamlet.ly @@ -1,21 +1,31 @@ -\version "1.9.2" +\version "2.14.0" \header { -texidoc=" Funky kneed beams with beamlets also work. The beamlets + texidoc=" Funky kneed beams with beamlets also work. The beamlets should be pointing to the note head. " } +\layout { ragged-right = ##t} -\score { - \notes\relative c' { - c16 c''8 c,,16 - c16 c''8 c16 - c16 c,,8 c16 - - } - \paper { raggedright = ##t} +\relative c' { + \once \override Stem #'direction = #UP + c16 + \once \override Stem #'direction = #DOWN + + c''8 c,,16 + \once \override Stem #'direction = #UP + c16 + \once \override Stem #'direction = #DOWN + + c''8 c16 + \once \override Stem #'direction = #DOWN + + c16 c,,8 + \once \override Stem #'direction = #UP + + c16 }