X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky-beamlet.ly;h=f399193e62abb1d72405d17897dd1494ef475ee7;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=22a4d004d3995cfa90340e8a6ec3a87c1146ce09;hpb=e1ef1410eeca1c9470c186da306e1f87b1b1a600;p=lilypond.git diff --git a/input/regression/beam-funky-beamlet.ly b/input/regression/beam-funky-beamlet.ly index 22a4d004d3..f399193e62 100644 --- a/input/regression/beam-funky-beamlet.ly +++ b/input/regression/beam-funky-beamlet.ly @@ -1,21 +1,31 @@ -\version "1.7.6" + +\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} + +\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 -\score { - \notes\relative c' { - c16 c''8 c,,16 - c16 c''8 c16 - c16 c,,8 c16 - - } - \paper { linewidth = -1 } + c16 } -%% new-chords-done %% \ No newline at end of file