X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fbeam-extreme.ly;h=21c755c2550a78ced9b33000a693cca2928018c3;hb=bfdebcb93bebe820c2d5fd6c1bed5c589536472c;hp=50f68d76af3437a1eee130942d84a03e3cabcad2;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/beam-extreme.ly b/input/regression/beam-extreme.ly index 50f68d76af..21c755c255 100644 --- a/input/regression/beam-extreme.ly +++ b/input/regression/beam-extreme.ly @@ -1,48 +1,40 @@ -\version "2.3.16" +\version "2.17.11" \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 - \times 2/3{ d16[ fis' d,]} \times 2/3{ cis[ g'' cis,,]} + \stemNeutral + \tuplet 3/2{ d16[ fis' d,]} \tuplet 3/2{ 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 }