]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-damp.ly
Thinko.
[lilypond.git] / input / regression / beam-damp.ly
index c5ce6378fa8e7697742df2c7d9ef74d5f2d69517..2feffff8ccb52789b940fb35e77719a3d9a107fa 100644 (file)
@@ -1,25 +1,24 @@
-\version "1.7.18"
+
+\version "2.12.0"
 \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]
 }