|
From: | Gonçalo Nogueira |
Subject: | Re: Adjustments to lyrics alignment |
Date: | Wed, 22 Jan 2014 15:51:40 +0000 |
Gonçalo Nogueira <address@hidden> writes:You can try the following:
> Hi list,
>
> I was wondering if there is anyway to manually adjust the alignment of
> *single*
> syllables to their notes. Consider the following fragment:
>
> \relative c'' {
> \autoBeamOff
> c8. a16 f4
> } \addlyrics {
> le -- bens -- satt
> }
> Look at that ugly spacing between the A and the F. Is there a way to
> allow the syllable "bens" to align more to the left and the "satt"
> more to the right so that the spacing between a sixteenth note and a
> quarter note can be more natural?
Note that #LEFT is the same as #-1 and #RIGHT the same as #1 and you can
also use any value in between to get more subtle results. Or even
beyond the range of -1..1 in order to get less subtle results.
I apologize for the necessity of using \markup in connection with \tweak
here. We haven't yet found an amicable compromise avoiding this
nuisance.
--
David Kastrup
[Prev in Thread] | Current Thread | [Next in Thread] |