X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky-beamlet.ly;h=f399193e62abb1d72405d17897dd1494ef475ee7;hb=8379d72964ea43cb455cfc9beb7143f1ce76c834;hp=356b0d0db55a0a19105c6d8b32096f41062cc97c;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;p=lilypond.git diff --git a/input/regression/beam-funky-beamlet.ly b/input/regression/beam-funky-beamlet.ly index 356b0d0db5..f399193e62 100644 --- a/input/regression/beam-funky-beamlet.ly +++ b/input/regression/beam-funky-beamlet.ly @@ -1,5 +1,5 @@ -\version "2.12.0" +\version "2.19.21" \header { texidoc=" Funky kneed beams with beamlets also work. The beamlets @@ -10,21 +10,21 @@ should be pointing to the note head. \layout { ragged-right = ##t} -\relative c' { - \once \override Stem #'direction = #UP - c16 - \once \override Stem #'direction = #DOWN +\relative { + \once \override Stem.direction = #UP + c'16 + \once \override Stem.direction = #DOWN c''8 c,,16 - \once \override Stem #'direction = #UP + \once \override Stem.direction = #UP c16 - \once \override Stem #'direction = #DOWN + \once \override Stem.direction = #DOWN c''8 c16 - \once \override Stem #'direction = #DOWN + \once \override Stem.direction = #DOWN c16 c,,8 - \once \override Stem #'direction = #UP + \once \override Stem.direction = #UP c16 }