X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky.ly;h=d576c44d4bf6893ea2ff62acd31c47c48132679e;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=c7eaa33429a4b70e1b00e2b89d53ada31e283e29;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/beam-funky.ly b/input/regression/beam-funky.ly index c7eaa33429..d576c44d4b 100644 --- a/input/regression/beam-funky.ly +++ b/input/regression/beam-funky.ly @@ -1,39 +1,39 @@ -\version "1.9.2" +\version "2.14.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,,,] + } + } +}