X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-concave.ly;h=c45dec6c362951a2bd3004c61972386c8d785d0e;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=093f30d918dd1819072b10ff8be7997fb69b2d3c;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/beam-concave.ly b/input/regression/beam-concave.ly index 093f30d918..c45dec6c36 100644 --- a/input/regression/beam-concave.ly +++ b/input/regression/beam-concave.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.19.21" \header{ texidoc = "Fully concave beams should be horizontal. Informally spoken, @@ -6,18 +6,18 @@ beam. If an up-beam has high notes on its center stems, then we call it concave. - If a beam is fails a test, the desired slope is printed next to it. + If a beam fails a test, the desired slope is printed next to it. " } -resetMeasure = \set Score.measurePosition = #(ly:make-moment 0 1) +resetMeasure = \set Score.measurePosition = #(ly:make-moment 0/1) %% examples from Ross. -rossFourBeams =\relative c'' { +rossFourBeams =\relative { \time 2/4 - c8[ e b c] + c''8[ e b c] b[ c d b] c[ f b, c] @@ -31,9 +31,9 @@ rossFourBeams =\relative c'' { f[g g e] a[ d, b' g] } -rossThreeBeams = \relative c'' { +rossThreeBeams = \relative { \time 6/8 - e[ a, c] f[ d g] + e''[ a, c] f[ d g] f,[ b g] a[ b f] d'[ c b a b e] c[ b a c b a] @@ -58,11 +58,7 @@ rossBeams = \relative c'' { #(define (<> x y) (not (= x y))) \new Voice { - \override Beam #'positions = #(ly:make-simple-closure - (ly:make-simple-closure - (append - (list chain-grob-member-functions `(,cons 0 0)) - (check-slope-callbacks =)))) + \override Beam.positions = #(check-slope-callbacks =) \rossBeams }