]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-tenor-clef.ly
Merge branch 'cvs-head' of ssh+git://hanwen@repo.or.cz/srv/git/lilypond into master...
[lilypond.git] / input / regression / lyrics-tenor-clef.ly
index 80f585cad3266406b6ee2c68ea3a3462329ffa48..c7eee005865e7b82d4cee81f5b7448f0664fde2d 100644 (file)
@@ -2,17 +2,17 @@
     texidoc = "Lyrics are not lowered despite the presence of an octavation 8."
 }
 
-\version "2.3.10"
-\paper {
+\version "2.7.39"
+\layout {
     \context {
        \Staff
-       minimumVerticalExtent = ##f
+       \override VerticalAxisGroup #'minimum-Y-extent = ##f
     }
     \context {
        \Lyrics
-       minimumVerticalExtent = ##f
+       \override VerticalAxisGroup #'minimum-Y-extent = ##f
     }
-    raggedright = ##t
+    ragged-right = ##t
 }
 
 \relative { \clef "G_8" c c c c }