]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-damp.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / beam-damp.ly
index 1ffe5e409a7a5618931760b703a1525d6e6b9383..38568cab400b5cf07f598c5d3207df33e1855d0a 100644 (file)
@@ -1,26 +1,24 @@
 
-\version "2.4.0"
+\version "2.11.51"
 \header { texidoc = "@cindex Beam Damp
 Beams are less steep than the notes they encompass. " }
+\layout{
+  ragged-right = ##t
+}
 
-\score{
-       \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]
-       }
-       \layout{
-               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]
 }