From bc43e905ab51424833c8f0672ef44e45ceb4cd68 Mon Sep 17 00:00:00 2001 From: hanwen Date: Mon, 12 Sep 2005 12:22:01 +0000 Subject: [PATCH] (all-internal-grob-properties): add note-head property --- ChangeLog | 3 +++ scm/define-grob-properties.scm | 1 + 2 files changed, 4 insertions(+) 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.") -- 2.39.5