]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-concave-chord.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / beam-concave-chord.ly
index f02962d9013f3bd9f6643e6c850d766f57a61be3..59643345f23f49df7189275f1d1b7f7b9cf59fa4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 \header {
 texidoc = "Concave beaming works for chords as well as monophonic
 music.
@@ -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 {