X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky.ly;h=6bff9fd2cb9a34923c0af6cb8c3045fc9ce05742;hb=3bafaae8bf353619d2f97036e874f1c9cb787adf;hp=4d31523d73c061209bccb6922cc67cf1e1798120;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/beam-funky.ly b/input/regression/beam-funky.ly index 4d31523d73..6bff9fd2cb 100644 --- a/input/regression/beam-funky.ly +++ b/input/regression/beam-funky.ly @@ -1,39 +1,39 @@ -\version "2.1.36" +\version "2.12.0" \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 { \notes -\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 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 ] - \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 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,,,] + } + } +}