X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky-beamlet.ly;h=356b0d0db55a0a19105c6d8b32096f41062cc97c;hb=cf7576678883f85d32137df21d5757a9a8f59629;hp=12a4397c7197e6b3169e14d8c657ba3dc75ad42a;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/beam-funky-beamlet.ly b/input/regression/beam-funky-beamlet.ly index 12a4397c71..356b0d0db5 100644 --- a/input/regression/beam-funky-beamlet.ly +++ b/input/regression/beam-funky-beamlet.ly @@ -1,21 +1,31 @@ -\version "2.3.17" +\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} -\score { - \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 }