Skip to content

Commit

Permalink
make lyric-syllable-magnetic-snap work with recent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akobel committed Jul 27, 2015
1 parent 75adb41 commit e8b0614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
(let* ((meta-entry (assoc-get 'meta grob-entry))
(class (assoc-get 'class meta-entry))
(ifaces-entry (assoc-get 'interfaces meta-entry)))
(set-object-property! grob-name 'translation-type? list?)
(set-object-property! grob-name 'translation-type? ly:grob-properties?)
(set-object-property! grob-name 'is-grob? #t)
(set! ifaces-entry (append (case class
((Item) '(item-interface))
Expand Down

0 comments on commit e8b0614

Please sign in to comment.