]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge commit '76de7e1'
authorJoe Neeman <joeneeman@gmail.com>
Sun, 16 Sep 2007 22:58:12 +0000 (08:58 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Sun, 16 Sep 2007 22:58:12 +0000 (08:58 +1000)
1  2 
scm/define-grob-properties.scm
scm/define-grobs.scm

index 14838fe3661d80826e16583ba4f946c469bdc903,3539dc29e496eb5b382ab9a756ff7809416007be..0b38ad9e5c630e0acc1d19a34e9be6df604655e5
@@@ -37,8 -37,6 +37,8 @@@ callback for @code{after-line-breaking}
  @code{0}: around center of width, @code{1}: right side.")
       (allow-loose-spacing ,boolean? "If set, column can be detached
  from main spacing.")
 +     (allow-span-bar ,boolean? "If false, no inter-staff barline will
 +be created below this barline.")
       (alteration ,number? "Alteration numbers for accidental.")
       (alteration-alist ,list? "List of @code{(@var{pitch}
  . @var{accidental})} pairs for key signature.")
@@@ -651,6 -649,8 +651,8 @@@ columns."
       (note-head ,ly:grob? "A single note head.")
       (note-heads ,ly:grob-array? "A list of note head grobs.")
  
+      (padding-pairs ,list? "An alist mapping @code{(@var{name} . @var{name})}
+ to distances.")
       (pedal-text ,ly:grob? "A pointer to the text of a mixed-style piano
  pedal.")
       (pure-Y-common ,ly:grob? "A cache of the
diff --combined scm/define-grobs.scm
index 510c1ed79037503b4500b8998c3b3cc75dee6970,cd2c337b8823ce0a408780279d6908d334fc3f5d..ccbf965fcbb184dc9fedd4645c21b6dd7aa353a1
        (stencil . ,ly:bar-line::print)
        (glyph-name . ,bar-line::calc-glyph-name)
        (bar-size .  ,ly:bar-line::calc-bar-size)
 +      (allow-span-bar . #t)
        
        (space-alist . (
                        (time-signature . (extra-space . 0.75))
                                   (padding . 1.5)
                                   (attach-dir . ,LEFT)
                                   ))
+                         (left-broken . ((end-on-note . #t)))
                          (right . ((Y . 0)))
                          ))