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.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to