X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-extreme.ly;h=bb7a8f81b501a3c3be0b81b8bf8ebdc2e74193e6;hb=ad8cfeebea0960375c9c30f1babd69f0bed1f3cf;hp=b622dbd2770a4e8b270c6b4505f867430055f71f;hpb=0c289671d105bea58592607cb508aef59aee882b;p=lilypond.git diff --git a/input/regression/beam-extreme.ly b/input/regression/beam-extreme.ly index b622dbd277..bb7a8f81b5 100644 --- a/input/regression/beam-extreme.ly +++ b/input/regression/beam-extreme.ly @@ -1,10 +1,10 @@ -\version "2.10.0" +\version "2.19.21" \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. " } @@ -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 }