X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-extreme.ly;h=bb7a8f81b501a3c3be0b81b8bf8ebdc2e74193e6;hb=980df8c5df55556b784d573f1c3d16bb9c8f3ab8;hp=61462dd7b846773ebdf368a03bf21d78277e2562;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/beam-extreme.ly b/input/regression/beam-extreme.ly index 61462dd7b8..bb7a8f81b5 100644 --- a/input/regression/beam-extreme.ly +++ b/input/regression/beam-extreme.ly @@ -1,5 +1,5 @@ -\version "2.12.0" +\version "2.19.21" \header{ texidoc=" Beams should behave reasonably well, even under extreme circumstances. @@ -14,16 +14,16 @@ under normal circumstances, these beams would get knees. Here ragged-right = ##t } -extreme = \relative c'' { +extreme = \relative { \stemNeutral - g8[ c c,] + g'8[ c c,] c16[ c'' a f] \stemUp c,,32[ c'' a f] %%%%%%% \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 }