lilypond-user
[Top][All Lists]
Advanced

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

Re: \noSpace macro?


From: Kieren MacMillan
Subject: Re: \noSpace macro?
Date: Thu, 30 May 2013 12:13:41 -0400

Hi David,

> Maybe
> [...]
>  -\tweak #'vertical-skylines #f -\tweak #'X-offset #-3
>  -\tweak #'extra-spacing-width #empty-interval
>  -\tweak #'extra-spacing-height #empty-interval

Man, you know all the good stuff!!  =)
Thanks!

Can this be made into a macro? I tried every variation I could think of, e.g.

empty = { -\tweak #'vertical-skylines #f -\tweak #'extra-spacing-width 
#empty-interval -\tweak #'extra-spacing-height #empty-interval }
whiteFFMarkup = \markup { \whiteout \pad-markup #0.5 \dynamic ff}
whiteFF = #(make-dynamic-script whiteFFMarkup)
piano_dynamics = {
 s2\ff s\ff   | % 21
 s2. -\tweak #'X-offset #-3 -\empty \whiteFF s4\p   | % 22
}

but couldn't come up with something that works.  =(

Best,
Kieren.


reply via email to

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