We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75adb41 commit e8b0614Copy full SHA for e8b0614
notation-snippets/lyric-syllable-magnetic-snap/definitions.ily
@@ -52,7 +52,7 @@
52
(let* ((meta-entry (assoc-get 'meta grob-entry))
53
(class (assoc-get 'class meta-entry))
54
(ifaces-entry (assoc-get 'interfaces meta-entry)))
55
- (set-object-property! grob-name 'translation-type? list?)
+ (set-object-property! grob-name 'translation-type? ly:grob-properties?)
56
(set-object-property! grob-name 'is-grob? #t)
57
(set! ifaces-entry (append (case class
58
((Item) '(item-interface))
0 commit comments