CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/09/12 12:22:02

Modified files:
        .              : ChangeLog 
        scm            : define-grob-properties.scm 

Log message:
        (all-internal-grob-properties):
        add note-head property

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4124&tr2=1.4125&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/define-grob-properties.scm.diff?tr1=1.120&tr2=1.121&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4124 lilypond/ChangeLog:1.4125
--- lilypond/ChangeLog:1.4124   Mon Sep 12 12:20:25 2005
+++ lilypond/ChangeLog  Mon Sep 12 12:22:01 2005
@@ -1,5 +1,8 @@
 2005-09-12  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       add note-head property
+
        * Documentation/user/instrument-notation.itely (Laissez vibrer
        ties): new node.
 
Index: lilypond/scm/define-grob-properties.scm
diff -u lilypond/scm/define-grob-properties.scm:1.120 
lilypond/scm/define-grob-properties.scm:1.121
--- lilypond/scm/define-grob-properties.scm:1.120       Sun Sep  4 11:36:40 2005
+++ lilypond/scm/define-grob-properties.scm     Mon Sep 12 12:22:01 2005
@@ -555,6 +555,7 @@
 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.")


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to