X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fbeam-funky-beamlet.ly;h=f38061157dd2a4cc52d4e4bbccfbb169166bdff7;hb=206f8bfb286a1d67af997ad368ae0326505b95ad;hp=928d390ae265e32424e25f75b96836d3614cb851;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/beam-funky-beamlet.ly b/input/regression/beam-funky-beamlet.ly index 928d390ae2..f38061157d 100644 --- a/input/regression/beam-funky-beamlet.ly +++ b/input/regression/beam-funky-beamlet.ly @@ -1,21 +1,31 @@ -\version "2.6.0" +\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 { - \relative c' { - c16 c''8 c,,16 - c16 c''8 c16 - c16 c,,8 c16 - - } - \layout { 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 }