X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-extreme.ly;h=6d0e6d4ed1805af5307cbd4d55a30a6221f21be6;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=f8514eb37450f8fd6f29f07120c32fd8ba5decb5;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/beam-extreme.ly b/input/regression/beam-extreme.ly index f8514eb374..6d0e6d4ed1 100644 --- a/input/regression/beam-extreme.ly +++ b/input/regression/beam-extreme.ly @@ -1,48 +1,40 @@ -\version "2.1.36" +\version "2.17.6" \header{ texidoc=" Beams should behave reasonably well, even under extreme circumstances. Stems may be short, but noteheads should never touch the beam. Note that -under normal circumstances, these beams would get knees here +under normal circumstances, these beams would get knees. Here @code{Beam.auto-knee-gap} was set to false. " } -extreme = \notes\relative c'' { - \stemBoth +\layout{ + %% ragged-right = ##t + ragged-right = ##t +} + +extreme = \relative c'' { + \stemNeutral g8[ c c,] c16[ c'' a f] \stemUp c,,32[ c'' a f] %%%%%%% - \stemBoth + \stemNeutral \times 2/3{ d16[ fis' d,]} \times 2/3{ cis[ g'' cis,,]} a'16 cis a, g''' % Used to give a nice beam directed upwards. - \stemBoth + \stemNeutral \transpose c c { \stemDown e'8[ e e'] } } -\score { - { - % If we want to test extreme beams, - % we should not have them auto-kneed - \override Beam #'auto-knee-gap = ##f - \extreme - - - %% what does this test? --hwn -%{ - \override Beam #'slope-limit = #1000 - \extreme - %} - } - \paper{ -% raggedright = ##t - raggedright = ##t - } +{ + % If we want to test extreme beams, + % we should not have them auto-kneed + \override Beam.auto-knee-gap = ##f + \extreme }