4 texidoc
= "With @code{\\quote}, fragments of previously entered
5 music may be quoted. @code{quotedEventTypes} will determines what
6 things are quoted. In this example, a 16th rest is not quoted, since
7 @code{rest-event} is not in @code{quotedEventTypes}."
16 quoteM
e = \relative c' { fis4 r
16 a8.-
> b4-
\ff c }
18 \addQuote quoteM
e \quoteMe
19 original
= \relative c'' { c8 d s2 es8 gis8 }
23 \set Staff
.instrumentName
= "quoteMe"
27 \set Staff
.instrumentName
= "orig"
30 \new Staff
\relative c'' <<
31 \set Staff
.instrumentName
= "orig+quote"
32 \set Staff
.quotedEventTypes
= #'(note-event articulation-event
)
37 \override Stem
#'length-fraction
= #(magstep -
4)
38 \quoteDuring #"quoteMe" { \skip 2. }