X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fbeam-funky.ly;h=06e7e2fa29f1fe0b6a9d20539ad192df70f6b229;hb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;hp=ec00e413b873bd0bfc5f7a2487dc9c4e487521de;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/beam-funky.ly b/input/regression/beam-funky.ly index ec00e413b8..06e7e2fa29 100644 --- a/input/regression/beam-funky.ly +++ b/input/regression/beam-funky.ly @@ -1,23 +1,29 @@ -\version "1.7.16" + +\version "2.3.4" \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 +\score { \relative c' { - \property Voice.Beam \set #'auto-knee-gap = #7 - \property Voice.subdivideBeams = ##t + \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 g'''16 ] - [c,,,16 c c c + c,,,16[ c c c b''' b b b] - \transpose c' a, { \relative b'' { [g,16 g'''16 + \transpose c' a, { \relative b'' { g,16[ g'''16 g,,,16 g'''16 g,,,16 g'''16 g,,,16 g'''16 @@ -30,4 +36,4 @@ \paper { raggedright = ##t} } -%% new-chords-done %% \ No newline at end of file +