shifting an aligned syllable further yet

2006-04-21 Thread Eduardo Vieira
Hello list, I wonder how can I shift these two left-aligned lyric syllable more to the right and they would still be left-aligned in relation to each other?   Here's my code:   \version "2.8.0"   vI = \lyricmode {  \once \override LyricText #'self-alignment-X = #-1Great is the Lord! }vII = \l

Re: shifting an aligned syllable further yet

2006-04-21 Thread Kieren Richard MacMillan
Hi, Eduardo: Hello list, I wonder how can I shift these two left-aligned lyric syllable more to the right and they would still be left-aligned in relation to each other? Note that the self-alignment-X takes any number you want, and you can use spaces to increase the "virtual size" of a gi

Re: shifting an aligned syllable further yet

2006-04-21 Thread Eduardo Vieira
ichard MacMillan" <[EMAIL PROTECTED]> To: "Eduardo Vieira" <[EMAIL PROTECTED]> Cc: Sent: Friday, April 21, 2006 1:05 PM Subject: Re: shifting an aligned syllable further yet > Hi, Eduardo: > > > Hello list, I wonder how can I shift these two left-aligned lyric

Re: shifting an aligned syllable further yet

2006-04-21 Thread Kieren Richard MacMillan
Hi, Eduardo: I just needed to add: \once \override LyricText #'X-offset = #-1 Very nice -- I didn't know about that one! Kudos to you for finding it (and bringing it to our attention) *AND* to the development team for putting it there in the first place. Best, Kieren. __