X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky.ly;h=6bff9fd2cb9a34923c0af6cb8c3045fc9ce05742;hb=c4f84c5da3265130a60010eed5f9d32d0bc5e6e2;hp=e2b2f5be121157137fae3871f4d7a8389a5b701f;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/beam-funky.ly b/input/regression/beam-funky.ly index e2b2f5be12..6bff9fd2cb 100644 --- a/input/regression/beam-funky.ly +++ b/input/regression/beam-funky.ly @@ -1,32 +1,39 @@ -\version "1.5.68" + +\version "2.12.0" \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 +\layout { ragged-right = ##t} + \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 ] +{ + \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 ] - [c,,,16 c c c - b''' b b b] + c,,,16[ c c c + b''' b b b] - \transpose 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 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,,,] + } + } +} - }