]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
(setcolor): implement (re)setcolor with <g>
[lilypond.git] / input / regression / measure-grouping.ly
index 328a7ff0a43918e349665b361dffb31db146fa52..46e05be788a357cbce9a631776ae956f2e48ab1c 100644 (file)
@@ -7,11 +7,11 @@ brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "2.3.2"
+\version "2.4.0"
 
 
 %% TODO: should have 2/4 + 5/8 time sig style.
-\score { \notes
+\score { 
 \context Staff
         \relative c' {
             #(set-time-signature 2 4) 
@@ -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"