]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-damp.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / beam-damp.ly
index adf89b8307b550905c2d3c004976be0120018ec9..2feffff8ccb52789b940fb35e77719a3d9a107fa 100644 (file)
@@ -1,26 +1,24 @@
 
-\version "1.9.4"
+\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]
 }