]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-damp.ly
Corrected on_line for better ledger lines for different staves.
[lilypond.git] / input / regression / beam-damp.ly
index 8b9be4e509f635101792b5b7cc46e9ebff9b4ba2..38568cab400b5cf07f598c5d3207df33e1855d0a 100644 (file)
@@ -1,25 +1,24 @@
-\version "1.7.18"
+
+\version "2.11.51"
 \header { texidoc = "@cindex Beam Damp
 Beams are less steep than the notes they encompass. " }
+\layout{
+  ragged-right = ##t
+}
 
-\score{
-       \notes\relative c''{
-%              \stemUp
-%               a16-[ b b c]
-%               c-[ b b a]
-%              \stemDown
-%               c-[ b b a]
-%               a-[ b b c]
-               \stemUp
-                g16-[ a b c]
-                c-[ b a g]
-               \stemDown
-                d'-[ c b a]
-                a-[ b c d]
-       }
-       \paper{
-               raggedright = ##t
-       }
+\relative c''{
+  %%           \stemUp
+  %%            a16[ b b c]
+  %%            c[ b b a]
+  %%           \stemDown
+  %%            c[ b b a]
+  %%            a[ b b c]
+  \stemUp
+  g16[ a b c]
+  c[ b a g]
+  \stemDown
+  d'[ c b a]
+  a[ b c d]
 }
 
-%% new-chords-done %%
+