]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-concave.ly
new file, with new routines for concave
[lilypond.git] / input / regression / beam-concave.ly
index 38d7ef0aa421e3ea11b38b5b9ac2fa7f2d2622d8..ed1db5b55324c6d202ca06136414b48256b868c9 100644 (file)
@@ -2,13 +2,14 @@
 \version "2.3.4"
 \header{
 
-texidoc = "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 is fails a test, the desired slope is printed
-  next to it."
+  it concave.
 
 
+  If a beam is fails a test, the desired slope is printed
+next to it."
 }
 
 
@@ -25,8 +26,7 @@ rossFourBeams =\relative c'' {
   a[ d, e g] a[ f f g]
   c,[ b f' e]
   b[ e g, e']
-  g[ d a' b]
-  c[ c, c c]
+  c'[ c, c c]
   c[ c c c']
   f,,[ b a g]
   f[g g e]
@@ -49,12 +49,6 @@ rossBeams = \relative c'' {
   \rossThreeBeams
   }
 
-nonHorizBeams = \relative c'' {
-   \time 3/4
-   f[ e d c g b]
-   b,16[ f' g a]
-   \stemUp b,8[  \stemDown d'8 bes8]  
-}