X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fbeam-chord.ly;h=fba54aa63bf13ecaa3032372364875c9049c02c7;hb=5047559815e59d5892341003cbf6da949857a4c1;hp=6362e8c1f4574bdf508c9fa3875e663081dad097;hpb=78ed9c22a8cbf56ff5390553e0a2854aa42cbbc5;p=lilypond.git diff --git a/input/test/beam-chord.ly b/input/test/beam-chord.ly index 6362e8c1f4..fba54aa63b 100644 --- a/input/test/beam-chord.ly +++ b/input/test/beam-chord.ly @@ -1,9 +1,17 @@ -\version "1.1.52"; +\version "1.5.68" +\header { +texidoc = "Hmm. what's this supposed to test?" +} \score{ \notes\transpose c'{ - \property Score.beamquantisation = \none - +\property Voice.Beam \set #'position-callbacks = + #`(,Beam::least_squares + ,Beam::check_concave + ,Beam::slope_damping + ,Beam::shift_region_to_valid + + ) [a'8 ] [c ] [a'16 ] @@ -12,7 +20,7 @@ [c ] } \paper{ - castingalgorithm = \Wordwrap; - linewidth = 60.0\mm; + + linewidth = 66.0\mm } }