]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-concave.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / beam-concave.ly
index 6643e38cef9c314ef979e19539f27999a6479b75..d165f4e5f479ae2ca1f40d2c89dd6d01818b2443 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.11"
 \header{
 
   texidoc = "Fully concave beams should be horizontal. Informally spoken,
@@ -12,7 +12,7 @@
 }
 
 
-resetMeasure = \set Score.measurePosition = #(ly:make-moment 0 1)
+resetMeasure = \set Score.measurePosition = #(ly:make-moment 0/1)
 
 %% examples from Ross.
 rossFourBeams =\relative c'' {
@@ -58,7 +58,7 @@ rossBeams = \relative c'' {
 
 #(define (<> x y) (not (= x  y)))
 \new Voice {
-  \override Beam #'positions = #(check-slope-callbacks =)
+  \override Beam.positions = #(check-slope-callbacks =)
   \rossBeams
   
 }