X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-concave-chord.ly;h=2c35727a7de48e907e0fdcc2c52293046e286621;hb=62b479a90308f3721a6667f8e55c9a8d80b10cd4;hp=f02962d9013f3bd9f6643e6c850d766f57a61be3;hpb=522f419e3ed3e09ecf834bbb5315ac1777ab13e0;p=lilypond.git diff --git a/input/regression/beam-concave-chord.ly b/input/regression/beam-concave-chord.ly index f02962d901..2c35727a7d 100644 --- a/input/regression/beam-concave-chord.ly +++ b/input/regression/beam-concave-chord.ly @@ -1,23 +1,23 @@ -\version "2.16.0" +\version "2.19.21" \header { texidoc = "Concave beaming works for chords as well as monophonic music. " } -morgenliedBeam = \relative c'' \new Voice { +morgenliedBeam = \relative \new Voice { \time 3/8 % morgenlied - c16 b c e g | + c''16 b c e g | \stemUp c16 b c e g | } -rachmaninovBeams = \relative c' \new Voice { +rachmaninovBeams = \relative \new Voice { \voiceOne \time 4/4 \key c \minor - 8[ ] ~ + 8[ ] ~ 8[ ] } @@ -37,10 +37,10 @@ nonHorizontalBeams = { #(define (<> x y) (not (= x y))) mustBeHorizontal = { - \override Staff.Beam #'positions = #(check-slope-callbacks =) + \override Staff.Beam.positions = #(check-slope-callbacks =) } mustNotBeHorizontal = { - \override Staff.Beam #'positions = #(check-slope-callbacks <>) + \override Staff.Beam.positions = #(check-slope-callbacks <>) } \new Voice {