Skip to content

Commit e8b0614

Browse files
committed
make lyric-syllable-magnetic-snap work with recent versions
1 parent 75adb41 commit e8b0614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notation-snippets/lyric-syllable-magnetic-snap/definitions.ily

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
(let* ((meta-entry (assoc-get 'meta grob-entry))
5353
(class (assoc-get 'class meta-entry))
5454
(ifaces-entry (assoc-get 'interfaces meta-entry)))
55-
(set-object-property! grob-name 'translation-type? list?)
55+
(set-object-property! grob-name 'translation-type? ly:grob-properties?)
5656
(set-object-property! grob-name 'is-grob? #t)
5757
(set! ifaces-entry (append (case class
5858
((Item) '(item-interface))

0 commit comments

Comments
 (0)