X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-extreme.ly;h=61462dd7b846773ebdf368a03bf21d78277e2562;hb=d679bf35e2361e126d72ba83c69a1e7c844c2424;hp=69717918a9903117b8e0c7b218f026e4b1ca6c42;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/beam-extreme.ly b/input/regression/beam-extreme.ly index 69717918a9..61462dd7b8 100644 --- a/input/regression/beam-extreme.ly +++ b/input/regression/beam-extreme.ly @@ -1,48 +1,40 @@ -\version "2.3.4" +\version "2.12.0" \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. " } +\layout{ + %% ragged-right = ##t + ragged-right = ##t +} + extreme = \relative c'' { - \stemBoth + \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 }