> On 22 Jul 2012, at 03:53 , wjm wrote:
>
>> Greetings,
>> Moving the Glissando and TextScript overrides to just before the
>> relevant note seems to do the job, I think.
>> Note the variation of offset values to suit
>>
>> You might have to set flag transparency where appropriate if/when you
>> move to a newer version of LP
>>
>> Hope this helps
>> Bill
>>
>> s16.
>> \once \override Glissando #'extra-offset = #'(-0.5 . -0.5)
>> \once \override TextScript #'extra-offset = #'(7.0 . -6.5)
>> g''4\glissando ^\markup{ \rotate #-14 \italic \small "gliss." } g'8
>
>
On 23/07/12 20:33, Wim van Dommelen wrote:
Hi Bill,
It sure helps, it works and I'm just tweaking to fit in with the final
score. Much easier and better understandable as compared to the solution
which Thomas mailed (although that sure also works).
My conclusion is that when there is a note in between chances are the
"\once" is already eaten and not effective. I'll keep a closed look at it.
Thanks again!
Regards from a sunny Holland,
Wim.
Hi Wim,
From the Notation Reference... 5.3.3 - 5.3.4
"...
\once can be used with \override to affect only the current time step:
{
<<
{
\override Stem #'thickness = #3.0
e4 e e e
} \\ {
c4 %this is default
\once \override Stem #'thickness = #3.0
c4 %this one is changed
c c %these two revert to default
}
>>
}
...
...
When several similar items are placed at the same musical moment, the
\override command cannot be used to modify just one of them – this is
where the \tweak command must be used. Items which may appear more than
once at the same musical moment include the following:
note heads of notes inside a chord
articulation signs on a single note
ties between notes in a chord
tuplet brackets starting at the same time
..."
I'm pleased to have been of help. :)
Regards
Bill
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user