]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-properties.scm
* lily/context-property.cc (execute_general_pushpop_property):
[lilypond.git] / scm / define-music-properties.scm
index 8bc0e995abe3e3026403bb87d48e24cf7fe5b9dc..263c188a62ae20ec2da8b8cacfba46973ec5e2e3 100644 (file)
@@ -48,6 +48,7 @@ descend in the context tree.")
      (elements ,ly:music-list? "A list of elements for sequential of simultaneous music, or the alternatives of repeated music. ")
      (force-accidental ,boolean? "If set, a cautionary accidental should always be printed on this note")
      (grob-property ,symbol? "The symbol of the grob property to set. ")
+     (grob-property-path ,list? "A list of symbols, locating a nested grob property, e.g. (beamed-lengths details). ")
      (grob-value ,scheme? "The value of the grob property to set")
      (input-tag ,scheme? "Arbitrary marker to relate input and output")
      (inversion ,boolean? "If set, this chord note is inverted.")