]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/wilhelmus.ly
*** empty log message ***
[lilypond.git] / input / wilhelmus.ly
index 78b3bb6d7609f4d176692c0dde0d25e3c5a13a75..73806699fe0c0bd5d29bf6f29a2a6721a23df411 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.10"
+\version "2.7.14"
 
 \header {
   texidoc = "Wilhelmus van Nassouwe"
@@ -170,10 +170,10 @@ oneHalfNoteTime = \markup {
       \setMargins
      
       %% Less vertical space needed with lyrics
-      \set Staff.minimumVerticalExtent = #'(2 . 2)
+      \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(2 . 2)
       
       %% Custom time signature
-      \override Staff.TimeSignature #'print-function = #Text_interface::print
+      \override Staff.TimeSignature #'stencil = #Text_interface::print
       \override Staff.TimeSignature #'text = #oneHalfNoteTime
       \noclefs
     
@@ -181,7 +181,7 @@ oneHalfNoteTime = \markup {
       \context Voice = "stich" \stich
     >>
     \lyricsto "voice" \new Lyrics {
-      \set minimumVerticalExtent = #'(2 . 2)
+      \override VerticalAxisGroup #'minimum-Y-extent = #'(2 . 2)
       \text
     }
   >>