X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-auto-knee.ly;h=53ee89f514f94e8164b8a1ed89b1c845d3a30bde;hb=387a298cdf6e9a987e7bc4f8fc0db6a89d0f6d5a;hp=8b69c9e799bad10f61f192cdb9f87298e466ab15;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/beam-auto-knee.ly b/input/regression/beam-auto-knee.ly index 8b69c9e799..53ee89f514 100644 --- a/input/regression/beam-auto-knee.ly +++ b/input/regression/beam-auto-knee.ly @@ -1,18 +1,16 @@ -\version "2.2.0" +\version "2.14.0" -\header{ texidoc="A knee is made automatically 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,,] }