X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fbeam-auto-knee.ly;h=5075ee6bd5339af09dcb7ba5f9b46d708142543a;hb=bbc682c8cfcc192f4d07c8cebb16a424cf8688e9;hp=fc72a3d0096d145ff4a86e6111082fc7d09eb088;hpb=1d29117649b9c635e6fda19a6c3003f5f31770f8;p=lilypond.git diff --git a/input/regression/beam-auto-knee.ly b/input/regression/beam-auto-knee.ly index fc72a3d009..5075ee6bd5 100644 --- a/input/regression/beam-auto-knee.ly +++ b/input/regression/beam-auto-knee.ly @@ -1,17 +1,16 @@ -\version "1.5.68" -\header{ texidoc="Automatic kneeing. A knee is made when a horizontal +\version "2.11.51" + +\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,,] }