lilypond-user
[Top][All Lists]
Advanced

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

Re: Gounod - Le Rendez Vous


From: Simon Albrecht
Subject: Re: Gounod - Le Rendez Vous
Date: Thu, 12 Nov 2015 18:53:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 12.11.2015 16:52, Alberto Simões wrote:
Hello, Simon!

On 12/11/15 11:21, Simon Albrecht wrote:

Two annotations:
– Sometimes it would be nice to have whiteout for DynamicTextSpanner
against SpanBar; I don’t quite know the best way to do it, though.
Perhaps you could use \markup\whiteout-box on the individual text bits?

I didn't understand it very well. You are saying the text from crescendo/decrescendo and the -- -- are too close?

No, I meant overlaps as in valse 1, m. 39/40. The following works fine:
%%%%%%%%%%%%
\version "2.19.31"
\new PianoStaff <<
  \new Staff {
    \partial 8
    8-\tweak bound-details.left.text \markup\whiteout "cresc." \cresc
    4 4 4\!
  }
  \new Staff {
    8
    4 4 4
  }
>>
%%%%%%%%%%%
In 2.19.32, it will be possible to specify padding in whiteout-box (as of issue 4504). That will be preferable then, but for now whiteout-outline is just fine. (try \whiteout-box instead of \whiteout to test)

Yours, Simon



reply via email to

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