]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grid-lines.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / grid-lines.ly
index 14221524f11830a67cb0cc5d860712e8c4445183..3be4bb37bb9fce5f3e4fc4421c3ec7ec84d2c515 100644 (file)
@@ -5,7 +5,7 @@
 staves synchronized with the notes."
 
 }
-\version "2.6.0"
+\version "2.11.51"
 
 skips =
 {
@@ -39,7 +39,7 @@ skips =
   \context {
     \RhythmicStaff
     \consists "Grid_point_engraver"
-    minimumVerticalExtent = #'(-4 . 4) 
+    \override VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 4) 
     gridInterval = #(ly:make-moment 1 8)
     \override BarLine #'bar-size = #0.05
   }
@@ -50,15 +50,15 @@ skips =
 }
 
 \layout {
-  raggedright = ##t
+  ragged-right = ##t
 }
 \new Score 
 \with {
   \consists "Grid_line_span_engraver"
   \override SystemStartBrace #'transparent = ##t
 
-  \override NoteColumn #'X-offset-callbacks = #(list (lambda (x a) -0.5))
-  \override NoteHead #'Y-offset-callbacks = #(list (lambda (x a) 0.75))
+  \override NoteColumn #'X-offset = #-0.5
+  \override NoteHead #'Y-offset = #0.75
 
 }
 \new StaffGroup <<