-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The notation reference states in section 1.6.3 that \quoteDuring is typically 
used for two instruments that play the same notes during a passage of music.
Unfortunately, quoteDuring quotes only notes, rests and ties, but not 
dynamics, slurs, other markup etc.
Thus in its plain vanilla form it is not suitable for passages where one 
instrument playes colla parte with another, since all markings will be missing 
in the instrumental score...

One snippet in that section shows how one can prevent rests from being quoted 
(using the quotedEventTypes list), but it does not mention how can can exactly 
duplicate from another instrument. What is the correct value for 
quotedEventTypes to really quote everything, including dynamics, markups, 
tempo changes, key/clef/time changes, etc.?

Is there any pre-defined list of all available event types that can be used?

As an example I'm attaching a file, where \bb quotes everything from \aa, but 
in the output only the notes appear, but no key/clef/time, tempo change, 
markup, dynamic markings, articulartions, etc.

Cheers,
Reinhold
- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFKDej0TqjEwhXvPN0RAqecAJ9hKTKKvuE7qYDb8W2ukQTvlunYsACgpg3f
onjx9FL/oPfGUpIoOFP7NTM=
=LwJm
-----END PGP SIGNATURE-----
\version "2.13.1"
\pointAndClickOff

aa = \relative c'' {
  \time 3/4 \key c \minor \clef "bass"
  \tempo "Adagio"
  c,4(\ff\< g8)_"test" g8-.-| a4 |
  \time 4/4 \key as \minor \clef "tenor"
  \tempo "Andante" 4=35 
  c4(\ff\< g8)_"test" g8-.-| a2 |
}
\addQuote #"a" \aa
bb = \relative c'' {
  \time 3/4 \key c \minor 
  \mark "Quoted part:"
  \quoteDuring #"a" { s2. | s1 }
  \mark "Manually written:"
  c4(\ff\< g8)_"test" g8-.-| a2 |
} 

\new Score << 
  \new Staff {\aa}
  \new Staff {\bb}
>>


% The following score should contain everything, as if \time, \key, \clef, \tempo, -., -|, \ff, etc were written directly in \bb
\new Score << 
  \new Staff {\bb}
>>

Attachment: test.pdf
Description: Adobe PDF document

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

Reply via email to