]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-concave.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-concave.ly
index 077dd2bcc9cb6252155e287936fe45e4b007f154..6643e38cef9c314ef979e19539f27999a6479b75 100644 (file)
@@ -1,5 +1,4 @@
-
-\version "2.7.13"
+\version "2.16.0"
 \header{
 
   texidoc = "Fully concave beams should be horizontal. Informally spoken,
@@ -7,7 +6,7 @@
   beam. If an up-beam has high notes on its center stems, then we call
   it concave.
 
-  If a beam is fails a test, the desired slope is printed next to it.
+  If a beam fails a test, the desired slope is printed next to it.
 
 " 
 }
@@ -50,7 +49,7 @@ rossBeams = \relative c'' {
 }
 
 \layout{
-  raggedright = ##t
+  ragged-right = ##t
   #(define debug-beam-quanting #t)
 }
 
@@ -59,11 +58,7 @@ rossBeams = \relative c'' {
 
 #(define (<> x y) (not (= x  y)))
 \new Voice {
-  \override Beam #'positions = #(ly:make-simple-closure
-                                (ly:make-simple-closure
-                                 (append
-                                  (list chain-grob-member-functions `(,cons 0 0))
-                                  (check-slope-callbacks =))))
+  \override Beam #'positions = #(check-slope-callbacks =)
   \rossBeams
   
 }