]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staccato-pos.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / staccato-pos.ly
index e2df5c6c5c76c26c2f7ec44e5c10dc6cd9f2310b..4dc1a9687daa0dbe2f843150bb7613b53fd2161e 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.3.22"
 
 \header{
 
@@ -11,12 +11,12 @@ to it.  "
 }
 
 \score { 
-    \context Voice \notes\relative c' {
+    \context Voice \relative c' {
        e'4-. f-. g-. d-. c-. b-.
        \stemDown
        e,-. d-. c-. b-. a-. g-.    
     }
-    \paper {
+    \layout {
        raggedright = ##t
     }  
 }