]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-damp.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / beam-damp.ly
index 8ba71c660b81e1e2902bcaf124de6f00fe972e4a..38568cab400b5cf07f598c5d3207df33e1855d0a 100644 (file)
@@ -1,26 +1,24 @@
 
-\version "2.1.22"
+\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]
 }