|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5303 layout-set-staff-space confuses chord note head placement in a certain situation |
Date: | Thu, 12 Apr 2018 17:52:51 -0000 |
The bug does not occur if layout-set-absolute-staff-size
is used instead of layout-set-staff-size
.
It's not clear to me why whe have both layout-set-staff-size
and layout-set-absolute-staff-size
. It seems that layout-set-staff-size
finds the value of pt
in the current module, multiplies that by the size
argument, then calls layout-set-absolute-staff-size
with the resulting product.
I'm not sure why we do that. Maybe because the paper size could be scaled, which would then scale the staff size according to the scaling.
[issues:#5303] layout-set-staff-space confuses chord note head placement in a certain situation
Status: Accepted
Created: Wed Apr 11, 2018 10:16 PM UTC by Simon Albrecht
Last Updated: Wed Apr 11, 2018 10:23 PM UTC
Owner: nobody
Attachments:
\version "2.19.80" \score { { <d' f' a'>2 \clef bass <f, a, c> } \layout { #(layout-set-staff-size 19) } }
This is a regression against 2.18.2.
The problem doesn’t seem to occur on other staff-positions, if set-global-staff-size is used instead, or at other staff sizes.
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |