]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Difficult tweaks):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 20 Sep 2005 11:21:01 +0000 (11:21 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 20 Sep 2005 11:21:01 +0000 (11:21 +0000)
fix example, now that 'interfaces is no longer directly available.

ChangeLog
Documentation/user/changing-defaults.itely
ly/engraver-init.ly

index 0aa909276d4f03e298634a44409c7a61997742c4..c92892f0f4ea301302766c73bfdcb60076e4b1cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * Documentation/user/changing-defaults.itely (Difficult tweaks):
+       fix example, now that 'interfaces is no longer directly available.
+
+       * lily/book.cc (process): don't crash if paper == NULL.
+
        * po/fr.po: update.
 
 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
index aac59057eacaa3c5fc4e329f74bb5de02c28b0ce..c6f94f01ec65083b10671411606690d21c09cd86 100644 (file)
@@ -1239,7 +1239,8 @@ right Y-position.
 @lilypond[quote,verbatim]
 #(define ((set-position-font-size pos size) grob origin current)
   (let*
-      ((interfaces (ly:grob-property grob 'interfaces))
+      ((meta (ly:grob-property grob 'meta))
+       (interfaces (cdr (assoc 'interfaces meta)))
        (position (ly:grob-property grob 'staff-position)))
    (if (and
         ; is this a note head?
index 6bd5df4365583d0c8224d288bd4307ebe008f3ae..5d8ba62dc292d337849163124c4e03b21f96d69f 100644 (file)
@@ -122,14 +122,12 @@ contained staves are not connected vertically."
   localKeySignature = #'()
   createSpacing = ##t
 
-  
   squashedPosition = #0
   \name RhythmicStaff
   \alias "Staff"
   
   \override BarLine #'bar-size = #4
-  \override VoltaBracket #'minimum-space = #15
-  \override VoltaBracket #'padding = #5
+  \override VoltaBracket #'staff-padding = #3
   \override StaffSymbol #'line-count = #1      
 
   \override Stem  #'neutral-direction = #UP