]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-center-slope.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / beam-center-slope.ly
index 52540d368c2749ebf42aa688d83e9ec90a2d7bb7..6b86d6046082051f4b5fce764f1bc83546364748 100644 (file)
@@ -1,41 +1,41 @@
 
-\version "1.7.7"
+\version "1.7.18"
 \header{
 
-    texidoc="Simple beams on middle staffline be allowed to be
-    slightly sloped.  Beams reaching beyond middle line can have
-    bigger slope."
+    texidoc="Simple beams on middle staffline are allowed to be
+    slightly sloped, even if the notes have ledgers.  Beams reaching
+    beyond middle line can have bigger slope."
 
 }
 
 \score{
     \notes\relative c'{
        %%\property Staff.Stem \set #'beamed-lengths = #'(3.50)
-       %% [c8 d]
-       %% [d c]
+       %%  c8-[ d]
+       %%  d-[ c]
        %% r2
        %% \property Staff.Stem \set #'beamed-lengths = #'(3.26)
 
-        [a8^"small slope" b]
-        [b a]
+         a8-[^"small slope" b]
+         b-[ a]
 
-       [c'' b]
-       [b c]
+        c''-[ b]
+        b-[ c]
        
-       [c,, d]
-       [d c]
+        c,,-[ d]
+        d-[ c]
        
-       [a'' g]
-       [g a]
+        a''-[ g]
+        g-[ a]
 
-       [c,,^"bigger slope" e]
-       [e c]
+        c,,-[^"bigger slope" e]
+        e-[ c]
        
-       [a'' f]
-       [f a]
+        a''-[ f]
+        f-[ a]
     }
     \paper{
        linewidth = 0.0
     }
 }
-%% new-chords-done %%
+