]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / measure-grouping.ly
index 1b1504a73c21e92dcd94b93e16479ea5c663b48a..c598b74d4908cbe191e8a14b9b89d18891f471af 100644 (file)
@@ -7,7 +7,7 @@ brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "2.3.17"
+\version "2.3.22"
 
 
 %% TODO: should have 2/4 + 5/8 time sig style.
@@ -23,7 +23,7 @@ brackets above beats when the beats of a time signature are grouped.  "
             #(set-time-signature 5 8 '(3 2)) 
             g8 a4 g a4.->
         }
-        \paper  {
+        \layout  {
             raggedright = ##t
             \context { \Staff
                           \consists "Measure_grouping_engraver"