lilypond-user
[Top][All Lists]
Advanced

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

Re: cresc. whitespace padding


From: Colin Campbell
Subject: Re: cresc. whitespace padding
Date: Fri, 11 Oct 2013 16:27:27 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

On 13-10-11 01:53 PM, Thomas Morley wrote:
2013/10/11 EdBeesley <address@hidden>:
I'm trying to add a bit of padding to the whiteout function when used on a
\cresc. My results are best explained with code...

\version "2.16.2"

exampleone = \markup {how it looks with whiteout}
exampletwo = \markup {how I want it to look}
examplethree = \markup {trying to use scheme}


\score {
  \new GrandStaff <<
    \new Staff \relative c' {

       c ^\exampleone d e \once \override DynamicTextSpanner #'whiteout =
##t f \cresc c  d e f \!}
    \new Staff \relative c' {
      c d e f \cresc c  d e f \!}
  >>
}



I see from the docs that you can get rid of the dashed extender line in the top staff, using

\once \override DynamicTextSpanner.style = #'none


That still leaves the challenge of whiteout around the cresc. text, though.

Cheers,
Colin

-- 
I've learned that you shouldn't go through life with a catcher's mitt on both hands. 
You need to be able to throw something back. 
-Maya Angelou, poet (1928- )

reply via email to

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