]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-harmonic.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / note-head-harmonic.ly
index db6e9f9645c9a9487629980c60b256b383ce6841..241fcd378f11ecc42f0414d5b67bb4270e917e8d 100644 (file)
@@ -6,7 +6,7 @@
   Harmonic heads do not get  dots. If @code{harmonicAccidentals} is unset, they also don't get accidentals."
 }
 
-\version "2.3.17"
+\version "2.3.22"
 
 \score {
   {
@@ -18,7 +18,7 @@
     < dis'' gis''\harmonic >8
   }
 
-  \paper {
+  \layout {
       raggedright = ##t 
   }
 }