X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky-beamlet.ly;h=f399193e62abb1d72405d17897dd1494ef475ee7;hb=980df8c5df55556b784d573f1c3d16bb9c8f3ab8;hp=72ea4a98f1855a152ae4745e4e28c690f44f2b10;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/beam-funky-beamlet.ly b/input/regression/beam-funky-beamlet.ly index 72ea4a98f1..f399193e62 100644 --- a/input/regression/beam-funky-beamlet.ly +++ b/input/regression/beam-funky-beamlet.ly @@ -1,21 +1,31 @@ -\version "2.1.30" +\version "2.19.21" \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 { + \once \override Stem.direction = #UP + c'16 + \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 }