]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-concave.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / beam-concave.ly
index 6643e38cef9c314ef979e19539f27999a6479b75..c45dec6c362951a2bd3004c61972386c8d785d0e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 \header{
 
   texidoc = "Fully concave beams should be horizontal. Informally spoken,
 }
 
 
-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,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
   
 }