Hello all,
I'm trying to adjust the length (not /size/, per se) of the espressivo
markings in this particular score and I can't figure out what I'm doing
wrong.
I've checked out a previous thread here:
http://lilypond.1069038.n5.nabble.com/Changing-hairpin-size-in-espressivo-td21181.html
...h
2013/4/12 SoundsFromSound :
> Hello all,
>
> I'm trying to adjust the length (not /size/, per se) of the espressivo
> markings in this particular score and I can't figure out what I'm doing
> wrong.
Hi Ben,
try:
\version "2.17.15"
\language "english"
#(define ((longer-script x) grob)
(let* ((
Thomas:
That works beautifully!
When you get a free moment, could you please break down that code for me
piece by piece so I can understand how I may be able to edit it in the
future, if need be (for further adjustments / size changes)?
Thank you again,
Ben
Thomas Morley wrote
> 2013/4/12
2013/4/12 SoundsFromSound :
> Thomas:
>
> That works beautifully!
>
> When you get a free moment, could you please break down that code for me
> piece by piece so I can understand how I may be able to edit it in the
> future, if need be (for further adjustments / size changes)?
>
> Thank you again,
Nick Payne internode.on.net> writes:
>
> This was fixed sometime in 2.17. If you download the current development
> version the fingerings won't collide...
>
Thanks. Using 2.17.15 solves my problem. Thanks Mike for committing the patch.
Timothy Gu
___
Thomas:
I cannot thank you enough for this detailed post. You have given me much to
think about and I feel confident now that I can tackle similar problems on
my own. :)
Thank you so much,
Ben
Thomas Morley wrote
> 2013/4/12 SoundsFromSound <
> soundsfromsound@
> >:
>> Thomas:
>>
>> That