X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky-beamlet.ly;h=f399193e62abb1d72405d17897dd1494ef475ee7;hb=616820eb02249fe731df7a5dabf975a108fa2970;hp=76279bd627a94d8bab317bb89745abffc4688c23;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/beam-funky-beamlet.ly b/input/regression/beam-funky-beamlet.ly index 76279bd627..f399193e62 100644 --- a/input/regression/beam-funky-beamlet.ly +++ b/input/regression/beam-funky-beamlet.ly @@ -1,21 +1,31 @@ -\version "2.1.22" +\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 }