X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky.ly;h=3d26b75d47c03e96f6893d4ba81a34c37b78d2ff;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=609408c1c2b3be93eae46e55e12c13d750ca24c1;hpb=30c15d67dcc56919da38c9b5bdfda0684c1fc964;p=lilypond.git diff --git a/input/regression/beam-funky.ly b/input/regression/beam-funky.ly index 609408c1c2..3d26b75d47 100644 --- a/input/regression/beam-funky.ly +++ b/input/regression/beam-funky.ly @@ -1,39 +1,39 @@ -\version "1.9.1" +\version "2.16.0" \header { - - texidoc = "Knee beaming, complex configurations. 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' - { - \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} - 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,,,] + } + } +}