openlilylib / lilypond-export

LilyPond export API to write Humdrum, MusicXML and more
GNU General Public License v3.0
22 stars 8 forks source link

export reports: ly:grob-properties variable not found in lilypond 2.24.0 #29

Open adsieben opened 1 year ago

adsieben commented 1 year ago

It looks like that the ly:grob-properties function has been removed: https://sourceforge.net/p/testlilyissues/issues/5889/ Therefore the export won't work due to the use of it in lilypond-export/api.scm.

Best regards/Liebe Grüße Andre

reckel-jm commented 1 year ago

Yes, it should be replaced with ly:grob-property - anyone knows how to implement this?