]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-concave.ly
Doc-es: various updates.
[lilypond.git] / input / regression / beam-concave.ly
index 1c1c8fc9350a83e77cc01326db0ba32f66c4125c..c45dec6c362951a2bd3004c61972386c8d785d0e 100644 (file)
@@ -1,24 +1,23 @@
-
-\version "2.6.0"
+\version "2.19.21"
 \header{
 
-texidoc = "Fully concave beams should be horizontal. Informally spoken,
+  texidoc = "Fully concave beams should be horizontal. Informally spoken,
   concave refers to the shape of the notes that are opposite a
   beam. If an up-beam has high notes on its center stems, then we call
   it concave.
 
+  If a beam fails a test, the desired slope is printed next to it.
 
-  If a beam is fails a test, the desired slope is printed
-next to it."
+" 
 }
 
 
-resetMeasure = \set Score.measurePosition = #(ly:make-moment 0 1)
+resetMeasure = \set Score.measurePosition = #(ly:make-moment 0/1)
 
-% examples from 
-rossFourBeams =\relative c'' {
+%% examples from Ross.
+rossFourBeams =\relative {
   \time 2/4
-  c8[ e b c]
+  c''8[ e b c]
   b[ c d b]
   c[ f b, c]
 
@@ -31,10 +30,10 @@ rossFourBeams =\relative c'' {
   f,,[ b a g]
   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]
@@ -47,11 +46,10 @@ rossThreeBeams = \relative c'' {
 rossBeams = \relative c'' {
   \rossFourBeams
   \rossThreeBeams
-  }
-
+}
 
 \layout{
-  raggedright = ##t
+  ragged-right = ##t
   #(define debug-beam-quanting #t)
 }
 
@@ -59,8 +57,8 @@ rossBeams = \relative c'' {
 
 
 #(define (<> x y) (not (= x  y)))
-   \new Voice {
-     \override Beam #'position-callbacks = #(check-slope-callbacks =)
-     \rossBeams
-     
-   }
+\new Voice {
+  \override Beam.positions = #(check-slope-callbacks =)
+  \rossBeams
+  
+}