lilypond-user
[Top][All Lists]
Advanced

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

Cue tremolo


From: Simon Albrecht
Subject: Cue tremolo
Date: Wed, 28 Aug 2019 00:24:03 +0200

Hello everybody,

beams on cue notes are thinner and closer to each other than on regular notes. The same is, however, not the case for tremolo beams.

Since one has to add them manually to quotedCueEventTypes, am I even right in including them in the cue? I feel like they should be there, since they change the rhythmic gesture so much.

If yes, they should be adapted like regular beams are, shouldn’t they?

If yes, by how much?

Best, Simon

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.83"

\layout {
  \context {
    \Score
    quotedCueEventTypes = #'(note-event
                             rest-event
                             tie-event
                             beam-event
                             tuplet-span-event
                             tremolo-event
                             articulation-event)
  }
}

t = { c'4:32 c'32 d' c'8. }

\addQuote test \t

\new Voice {
  \cueDuring test #-1 r2
  \voiceTwo \t
}
%%%%%%%%%%%%%%%%%%%%%%

Attachment: Screenshot from 2019-08-28 00-20-12.png
Description: PNG image


reply via email to

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