lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3198 in lilypond: alterBroken doesn't work for


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3198 in lilypond: alterBroken doesn't work for properties accessed before line breaking
Date: Thu, 21 Feb 2013 13:57:55 +0000


Comment #1 on issue 3198 by address@hidden: alterBroken doesn't work for properties accessed before line breaking
http://code.google.com/p/lilypond/issues/detail?id=3198

Transferring my replies to the post on bug-lilypond to the tracker...

When you use variables, you need to quasiquote them:
\alterBroken #'direction #`(,UP ,DOWN) Staff.DynamicLineSpanner

Or, less awkwardly, use the numbers these variables stand for:
\alterBroken #'direction #'(1 -1) Staff.DynamicLineSpanner

This eliminates the warning which the original snippet creates:
warning: an outside-staff object should have a direction, defaulting to UP

However, it doesn't result in different placement for the two parts of the broken hairpin.

--
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

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