X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-auto-knee.ly;h=53ee89f514f94e8164b8a1ed89b1c845d3a30bde;hb=37b502a6f5030f9801a070f3aa68be08b4024350;hp=455d8460600af24004d9222ec9c455527b74bcd0;hpb=9e46baedcca4e12733b6f9616a406acf03366c68;p=lilypond.git diff --git a/input/regression/beam-auto-knee.ly b/input/regression/beam-auto-knee.ly index 455d846060..53ee89f514 100644 --- a/input/regression/beam-auto-knee.ly +++ b/input/regression/beam-auto-knee.ly @@ -1,18 +1,16 @@ -\version "2.1.22" +\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,,] }