X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-extreme.ly;h=21c755c2550a78ced9b33000a693cca2928018c3;hb=ece9886c114de7eecde8ad4341a226cae2e5d079;hp=157463bebf6267a0ef26f896f1bad245bccbd365;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/beam-extreme.ly b/input/regression/beam-extreme.ly index 157463bebf..21c755c255 100644 --- a/input/regression/beam-extreme.ly +++ b/input/regression/beam-extreme.ly @@ -1,17 +1,17 @@ -\version "2.7.13" +\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{ - %% raggedright = ##t - raggedright = ##t + %% ragged-right = ##t + ragged-right = ##t } extreme = \relative c'' { @@ -23,7 +23,7 @@ extreme = \relative c'' { %%%%%%% \stemNeutral - \times 2/3{ d16[ fis' d,]} \times 2/3{ cis[ g'' cis,,]} + \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. \stemNeutral @@ -35,6 +35,6 @@ extreme = \relative c'' { { % If we want to test extreme beams, % we should not have them auto-kneed - \override Beam #'auto-knee-gap = ##f + \override Beam.auto-knee-gap = ##f \extreme }