bug-lilypond
[Top][All Lists]
Advanced

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

Re: Re: quoteDuring and repeat tremolo don't work together


From: Mats Bengtsson
Subject: Re: Re: quoteDuring and repeat tremolo don't work together
Date: Sun, 22 Mar 2020 17:23:17 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0


On 2020-03-21 17:15, Mark Knoop wrote:
At 15:10 on 21 Mar 2020, David Kastrup wrote:
Mark Knoop <address@hidden> writes:
At 12:52 on 21 Mar 2020, Rutger Hofman wrote:
Good morning list,

when I end a \quoteDuring after a \repeat tremolo { ... }, the tremolo
beams are missing or distorted. If the quotation has nontremolo music
afterwards, there is no issue.

I didn't find a workaround. I tried adding a grace note or a
zero-duration note in the quotation, to no avail.

I would love to have a workaround as long as this has not been fixed.
You need to set quotedEventTypes to include tremolo-event. See:

http://lilypond.org/doc/v2.18/Documentation/notation/writing-parts#quoting-other-voices
Huh.  Why wouldn't that be the default?  This report triggered a Deja vu
with me; I thought it was fixed previously?  Or was this some other kind
of event recently added?
Apologies David, it is indeed now included in the default. I think I was 
remembering the same from a previous problem I encountered. Rutger - I'm not 
sure what is going on here.

Quoting tremolo repeats works correctly in 2.20 but didn't work in 2.18 (and also not in 2.19.83 if I remember correctly). For the record, I used the following in my files, in version 2.18/2.19 (this is the same solution that is used by default in 2.20)

\layout{
  \context {
    \Score
    \compressFullBarRests
    quotedCueEventTypes = #'(
    note-event
    rest-event
    tie-event
    beam-event
    tuplet-span-event
    tremolo-event)
  }
  \context {
    \CueVoice
    \override StemTremolo.beam-thickness = #0.35
  }
}

   /Mats




reply via email to

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