1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
5 lsrtags
= "staff-notation"
6 texidoc
= "With @code{\\quote}, fragments of previously entered
7 music may be quoted. @code{quotedEventTypes} will determines which
8 items are quoted. In this example, a 16th rest is not quoted, since
9 @code{rest-event} is not in @code{quotedEventTypes}."
10 doctitle
= "Quoting another voice"
13 quoteM
e = \relative c' { fis4 r
16 a8.-
> b4-
\ff c }
15 \addQuote quoteM
e \quoteMe
16 original
= \relative c'' {
18 \once \override NoteColumn
#'ignore-collision
= ##t
24 \set Staff
.instrumentName
= #"quoteMe"
28 \set Staff
.instrumentName
= #"orig"
31 \new Staff
\relative c'' <<
32 \set Staff
.instrumentName
= #"orig+quote"
33 \set Staff
.quotedEventTypes
= #'(note-event articulation-event
)
38 \override Stem
#'length-fraction
= #(magstep -
4)
39 \quoteDuring #"quoteMe" { \skip 2. }