X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-funky.ly;h=1d304c5212856e27bff685af36ac8985c7f39cb7;hb=d624f4dd03ff018529f5e285407100dd828b0e1c;hp=cf4ba665a4aac25090df2559110acc256108ff16;hpb=e22333e86580918f2b5c5167fd4881758f4d43a7;p=lilypond.git diff --git a/input/regression/beam-funky.ly b/input/regression/beam-funky.ly index cf4ba665a4..1d304c5212 100644 --- a/input/regression/beam-funky.ly +++ b/input/regression/beam-funky.ly @@ -1,31 +1,39 @@ + +\version "2.10.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 -\relative c' - { +\layout { ragged-right = ##t} - \property Voice.subdivideBeams = ##t - \time 8/8 - [c,16 g'''16 - c,,,16 g'''16 - c,,,16 g'''16 - c,,,16 g'''16 ] +\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 ] - [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,,,] + } + } +} - }