Bug report (slur positions in a magnifyStaff situation)
Dominic Irving <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
%{
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
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond