]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-damp.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / beam-damp.ly
index 1fc45b09d17ddb8074f1ee949d5e862942652f36..347edfe3840b83b6d258996278081a29976bddbd 100644 (file)
@@ -1,10 +1,10 @@
 
-\version "2.1.28"
+\version "2.3.22"
 \header { texidoc = "@cindex Beam Damp
 Beams are less steep than the notes they encompass. " }
 
 \score{
-       \notes\relative c''{
+       \relative c''{
 %              \stemUp
 %               a16[ b b c]
 %               c[ b b a]
@@ -18,7 +18,7 @@ Beams are less steep than the notes they encompass. " }
                 d'[ c b a]
                 a[ b c d]
        }
-       \paper{
+       \layout{
                raggedright = ##t
        }
 }