]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-concave-chord.ly
Cleanup from "Make midiMaximumVolume take effect ..."
[lilypond.git] / input / regression / beam-concave-chord.ly
index 5d3aa7c1ce986cd5d91eb450b454a4de6865b94c..59643345f23f49df7189275f1d1b7f7b9cf59fa4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.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 {