Jacques Menu <imj-muz...@bluewin.ch> writes: > Hello folks, > > What was the version number that swapped: > > \note {4} > > and : > > \note #”4"
>From python/convertrules.py: @rule((2, 21, 0), r"""\note #"4." -> \note {4.} \markup-command #" -> \markup-command " \partcombine* -> \partCombine, \autochange -> \autoChange scripts.trilelement -> scripts.trillelement \fermataMarkup -> \fermata remove \\powerChords, deprecate banter-chord-names and jazz-chord-names \compressFullBarRests -> \compressEmptyMeasures """) -- David Kastrup