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
}
%%%%%%%%%%%%%%%%%%%%%%

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to