X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-auto-knee.ly;h=53ee89f514f94e8164b8a1ed89b1c845d3a30bde;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=7bfc5e19fa2f7cbbbc994027bca8d75f2f2da913;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/beam-auto-knee.ly b/input/regression/beam-auto-knee.ly index 7bfc5e19fa..53ee89f514 100644 --- a/input/regression/beam-auto-knee.ly +++ b/input/regression/beam-auto-knee.ly @@ -1,18 +1,16 @@ -\version "1.9.4" +\version "2.14.0" -\header{ texidoc="Automatic kneeing. A knee is made when a horizontal +\header +{ + texidoc="A knee is made automatically when a horizontal beam fits in a gap between note heads that is larger than a predefined threshold. " } +\layout{ ragged-right = ##t } -\score { - \context Staff \notes\relative c''{ - c'8[ c,,] c8[ e'] - c,16[ e g c e g c c,,] - } - \paper{ - linewidth = 40*\staffspace - } +\context Staff \relative c''{ + c'8[ c,,] c8[ e'] + c,16[ e g c e g c c,,] }