X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky-beamlet.ly;h=356b0d0db55a0a19105c6d8b32096f41062cc97c;hb=33c0ec977d6b812f7f2109763632a7874a9853a4;hp=111833309e1054bc72cee13b78b2e699e809769e;hpb=4cb474214daecf455252bb37aeec29aa10c4709b;p=lilypond.git diff --git a/input/regression/beam-funky-beamlet.ly b/input/regression/beam-funky-beamlet.ly index 111833309e..356b0d0db5 100644 --- a/input/regression/beam-funky-beamlet.ly +++ b/input/regression/beam-funky-beamlet.ly @@ -1,19 +1,31 @@ + +\version "2.12.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} + +\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 -\score { - \notes\relative c' { - c16 c''8 c,,16 - c16 c''8 c16 - c16 c,,8 c16 - - } - \paper { linewidth = -1 } + c16 }