X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-auto-knee.ly;h=c607d4e1fd3fa6fb96a678c87d35a58df616a5a4;hb=11b44eeed204540f7a4e638f12afe5a9f5466ca8;hp=066535c121ef5867b95dd7229f2af680b3503717;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/beam-auto-knee.ly b/input/regression/beam-auto-knee.ly index 066535c121..c607d4e1fd 100644 --- a/input/regression/beam-auto-knee.ly +++ b/input/regression/beam-auto-knee.ly @@ -1,18 +1,16 @@ -\version "1.9.2" +\version "2.12.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,,] }