bug-lilypond
[Top][All Lists]
Advanced

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

dynamic is strange since 2.19.26


From: Thomas Morley
Subject: dynamic is strange since 2.19.26
Date: Sun, 23 Feb 2020 13:47:06 +0100

Hi,

consider the following code

\version "2.19.84"
\markup \dynamic { s f m z p r }

output attached.

And compare with the output of

\version "2.19.84"
{ R1 }
\markup \dynamic { s f m z p r }

The markup does not use the same font (from visual inspection). Most
noticeable with "z", but the others are slightly off as well.

No clue whats happening here...
It happened somewhere between 2.19.25 and 2.19.26

Also
{
  \override DynamicText.stencil =
    #(make-stencil-boxer 0 0 ly:text-interface::print)
    c'2_\f
}
shows significant differencies for 2.19.25 and 2.19.84, attached as well.
This one leads to changed appearance for combined dynamics like mf,
sfz and the like.

Cheers,
  Harm

Attachment: atest-98-strange-dynamic-markup.png
Description: PNG image

Attachment: atest-98-strange-dynamic-II.png
Description: PNG image

Attachment: atest-98-strange-dynamic-box-2.19.25.png
Description: PNG image

Attachment: atest-98-strange-dynamic-box-2.19.84.png
Description: PNG image


reply via email to

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