]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / metronome-marking.ly
index 43fc0fb26835f29ab97dae6bd594a9e1f74e4e20..f3f53965799f7c9b81f8b516ea80b96f2969708f 100644 (file)
@@ -9,10 +9,10 @@ The marking is left aligned with the time signature, if there is one.
     
     }
 
-\version "2.3.17"
+\version "2.3.22"
 
 \score {  \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
-\paper {  raggedright = ##t }
+\layout {  raggedright = ##t }
 
      }