]> git.donarmstrong.com Git - lilypond.git/commitdiff
(all-internal-grob-properties):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 10 Sep 2004 21:54:03 +0000 (21:54 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 10 Sep 2004 21:54:03 +0000 (21:54 +0000)
add adjacent-hairpins property.

scm/define-grob-properties.scm

index 722ba70dcf9f8fec4ef7524873f8daed53ef63be..832bc727bb153ed20d53500929b021adcd5a110d 100644 (file)
@@ -515,7 +515,9 @@ sizes (like the dynamic @b{p} and @b{f}) on their baselines.")
      (apply define-internal-grob-property x))
    
    `(
+     
      (accidental-grobs ,list? "Alist with (NOTENAME . GROBLIST) entries")
+     (adjacent-hairpins ,grob-list? "List of directly neighboring hairpins")
      (after-line-breaking-callback ,procedure? "This procedure is called after line breaking. Its return value is ignored.")     
      (all-elements ,grob-list? "list of all grobs in this line. Its
 function is to protect objects from being garbage collected.")