%{ The positions property of the slur is in units of staff-spaces, but this calculation should be scaled according to the current 'magnifyStaff' value.
Expected behaviour: the scores all look identical, except rendered at different sizes. Actual behaviour: the slurs are in different places %} \version "2.23.80" music = { c'' \tweak positions #'(3 . 4) ( ees'') } \score { \new Staff \music } \score { \new Staff \with { \magnifyStaff #1/2 } \music } \score { \new Staff \with { \magnifyStaff #2/1 } \music } _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond