X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-extreme.ly;h=2fa96cb4798c050a3e718dc809a4790d7e5b2a05;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=d1f81f4004f8568c165b897a6e2bac0aad68e248;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/beam-extreme.ly b/input/regression/beam-extreme.ly index d1f81f4004..2fa96cb479 100644 --- a/input/regression/beam-extreme.ly +++ b/input/regression/beam-extreme.ly @@ -1,14 +1,19 @@ -\version "2.4.0" +\version "2.16.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'' { \stemNeutral g8[ c c,] @@ -27,22 +32,9 @@ extreme = \relative c'' { } } -\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 - %} - } - \layout{ -% 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 }