X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky.ly;h=6c3e9c46a8fdda479a71bca26e446697d7753a71;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=3ae120c8036e3c908d2084e862117bb92d7cb572;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/beam-funky.ly b/input/regression/beam-funky.ly index 3ae120c803..6c3e9c46a8 100644 --- a/input/regression/beam-funky.ly +++ b/input/regression/beam-funky.ly @@ -1,39 +1,39 @@ -\version "2.3.16" +\version "2.19.21" \header { - - texidoc = "In complex configurations of knee beaming, according to + + texidoc = "In complex configurations of knee beaming, according to Paul Roberts, the first stem of a beam determines the direction of the beam, and as such the way that following (kneed) stems attach to the beam. This is in disagreement with the current algorithm." - + } -\score { -\relative c' - { - \override Beam #'auto-knee-gap = #7 - \set subdivideBeams = ##t - \time 8/8 - c,16[ g'''16 - c,,,16 g'''16 - c,,,16 g'''16 - c,,,16 g'''16 ] +\layout { ragged-right = ##t} - c,,,16[ c c c - b''' b b b] +\relative +{ + \override Beam.auto-knee-gap = #7 + \set subdivideBeams = ##t + \time 8/8 + c16[ g'''16 + c,,,16 g'''16 + c,,,16 g'''16 + c,,,16 g'''16 ] - \transpose c' a, { \relative b'' { g,16[ g'''16 - g,,,16 g'''16 - g,,,16 g'''16 - g,,,16 g'''16 - g g,,, - g''' g,,, - g''' g,,, - g''' g,,,] } } - - } -\paper { raggedright = ##t} + c,,,16[ c c c + b''' b b b] - } + \transpose c' a, { + \relative { g'16[ g'''16 + g,,,16 g'''16 + g,,,16 g'''16 + g,,,16 g'''16 + g g,,, + g''' g,,, + g''' g,,, + g''' g,,,] + } + } +}