bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug report (slur positions in a magnifyStaff situation)


From: Dominic Irving
Subject: Bug report (slur positions in a magnifyStaff situation)
Date: Tue, 29 Nov 2022 23:42:02 +0000

%{
        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 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]