X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fbeam-auto-knee.ly;h=47028de62ed4c889412ff726fd97af56e1fc05a6;hb=7271ef0cd2204b490c64abc1f77dc2609d81451f;hp=462d6d12e6710a37c63264571edb89b5d9970370;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/beam-auto-knee.ly b/input/regression/beam-auto-knee.ly index 462d6d12e6..47028de62e 100644 --- a/input/regression/beam-auto-knee.ly +++ b/input/regression/beam-auto-knee.ly @@ -1,18 +1,16 @@ -\version "2.6.0" +\version "2.16.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 \relative c''{ - c'8[ c,,] c8[ e'] - c,16[ e g c e g c c,,] - } - \layout{ - raggedright = ##t - } +\context Staff \relative c''{ + c'8[ c,,] c8[ e'] + c,16[ e g c e g c c,,] }