Skip to content

Fix spurious change clef

Dan Eble requested to merge eble/lilypond:6615-spurious-clef into master

The code that creates grobs treats a non-integer clefTransposition the same as 0. The code that decides whether or not the clef properties have changed needs to be consistent with this to avoid creating grobs that don't actually change.

Closes #6615 (closed).

Edited by Dan Eble

Merge request reports