Comment #1 on issue 4316 by [email protected]: DynamicLineSpanner.outside-staff-priority = ##f fails since 2.19.14
https://code.google.com/p/lilypond/issues/detail?id=4316

Interesting.

3bcfbed107c26650fb7bc9cc957b5424f9187866 is the first bad commit
commit 3bcfbed107c26650fb7bc9cc957b5424f9187866
Author: David Kastrup <[email protected]>
Date:   Tue Sep 2 19:14:34 2014 +0200

    Issue 3849: \parenthesize\p generates programming error

Register a grob as the cause for DynamicLineSpanner rather than an event.

The patch does not actually do anything beyond that. So previously the tweak applied to both DynamicLineSpanner as well as DynamicText (?). Now it only applies to DynamicText. To address DynamicLineSpanner directly, you need to write

   c'-\tweak DynamicLineSpanner.Y-offset -1 \f

now. In general, any \tweak will only directly affect DynamicText now rather than DynamicLineSpanner. I don't think it is a bug in itself but one might want to check what kind of (default) tweaks have changed behavior and whether or not that can be counted as undesirable.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to