]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/engraver-init.ly
increase extent of Staff.
[lilypond.git] / ly / engraver-init.ly
index 8305a01c3bc73f8289334af3028dfcafb2675958..7263ce33755eabb647e7b5ff4b1242d87c16f382 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.8"
+\version "2.3.16"
 
 \context {
     \name Global
@@ -40,7 +40,7 @@
        \consists "String_number_engraver"
        \consists "Axis_group_engraver"
 
-       minimumVerticalExtent = #'(-3 . 3)
+       minimumVerticalExtent = #'(-4 . 4)
        extraVerticalExtent = ##f
        verticalExtent = ##f 
        localKeySignature = #'()
@@ -556,7 +556,8 @@ AncientRemoveEmptyStaffContext = \context {
        (Voice Accidental font-size -4)
        (Voice Slur direction -1)
     )
-    
+
+  quotedEventTypes = #'(note-event rest-event)
 }
 
 EasyNotation = \context {      % TODO: why \context override?