]> git.donarmstrong.com Git - lilypond.git/commitdiff
(all-internal-grob-properties):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 12 Sep 2005 12:22:01 +0000 (12:22 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 12 Sep 2005 12:22:01 +0000 (12:22 +0000)
add note-head property

ChangeLog
scm/define-grob-properties.scm

index 4061db947874c628e48c0e88edd23bdce5e31411..ad9d55db976f86dafcf38b83548b0f547082943a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       add note-head property
+
        * Documentation/user/instrument-notation.itely (Laissez vibrer
        ties): new node.
 
index 293f818aff10dd3021e9879b4bc4f4ea17e5e755..7628772368cf01725f7738553da79e5833b0aa5b 100644 (file)
@@ -555,6 +555,7 @@ in addition to notes and stems.")
 empty in a particular staff, then that staff is erased.")
      (details ,list? "alist of parameters for detailed grob behavior.")
      (note-heads ,ly:grob-array? "List of note head grobs")
+     (note-head ,ly:grob? "A single note head")
      (side-support-elements ,ly:grob-array? "the support, a list of grobs.")
      (spacing-wishes ,ly:grob-array? "List of note spacing or staff spacing objects.")
      (stems ,ly:grob-array? "list of stem objects, corresponding to the notes that the arpeggio has to be before.")