From: Han-Wen Nienhuys Date: Mon, 12 Sep 2005 12:22:01 +0000 (+0000) Subject: (all-internal-grob-properties): X-Git-Tag: release/2.7.10~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=656971ad9aa9af94d59870c853933296ee7721b9;p=lilypond.git (all-internal-grob-properties): add note-head property --- diff --git a/ChangeLog b/ChangeLog index 4061db9478..ad9d55db97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-09-12 Han-Wen Nienhuys + * scm/define-grob-properties.scm (all-internal-grob-properties): + add note-head property + * Documentation/user/instrument-notation.itely (Laissez vibrer ties): new node. diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 293f818aff..7628772368 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -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.")