lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Glissando passing rest in tuplet


From: Helge Kruse
Subject: Re: Glissando passing rest in tuplet
Date: Sun, 3 Jun 2018 12:12:12 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Am 03.06.2018 um 11:37 schrieb David Kastrup:
>> How can I write the (first) spacer rest as normal reset and keep the
>> glissando?
> 
> By setting glissando-skip for all involved note columns?  You can either
> replicate the \once \override, or you can use a temporary override and
> revert like this:
> 
> \version "2.18.2"
> 
> \relative c'' {
>   \time 2/4
>   \tuplet 3/2 { r8 <cis d a' es'>8 \glissando
>               \temporary \override NoteColumn.glissando-skip = ##t r }
>   r8*15
>   \revert NoteColumn.glissando-skip
>   b'4 r
> }
> 
Thanks! That give (nearly) the expected result. I oversimplified the
example. The glissando ends at <b' b'>4 instead of b'4. Now I get two
glissando lines. But I hope I will find a way...


> 
> So why don't you put the override inside as well?

Well, I did it. But it doesn't show the glissando as long as I don't
also add the
  \revert NoteColumn.glissando-skip
before the note the ends the glissando. That was my fault.

Thanks
Helge



reply via email to

[Prev in Thread] Current Thread [Next in Thread]