X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky.ly;h=6c3e9c46a8fdda479a71bca26e446697d7753a71;hb=03d47798d39bd9ce2a87376ea1585f1f31c1b81b;hp=b3c8f9c62b5bc9d7af6e0e305dcaa421ea93351b;hpb=0eeb762ef648edae9e9abde3d078cf3d814a8f36;p=lilypond.git diff --git a/input/regression/beam-funky.ly b/input/regression/beam-funky.ly index b3c8f9c62b..6c3e9c46a8 100644 --- a/input/regression/beam-funky.ly +++ b/input/regression/beam-funky.ly @@ -1,33 +1,39 @@ -\version "1.7.5" + +\version "2.19.21" \header { - texidoc = "Knee beaming. (funky)" + + 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 { \notes -\relative c' - { - \property Voice.Beam \set #'auto-knee-gap = #7 - \property Voice.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} + +\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 ] - [c,,,16 c c c - b''' b b b] + c,,,16[ c c c + b''' b b b] - \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 { linewidth = -1. } + \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,,,] + } + } +} - } -%% new-chords-done %% \ No newline at end of file