From 596b40736c9406f5f3aed3920ed83f74f129272a Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 28 Dec 2006 19:40:19 -0800 Subject: [PATCH] Add info about \transposedCueDuring. --- Documentation/user/advanced-notation.itely | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 85f3db4430..bdc345a0b9 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -1582,6 +1582,34 @@ the original clef should be stated once again. @end itemize +The macro @code{\transposedCueDuring} is +useful to add cues to instruments which use a completely different +octave range (for example, having a cue of a piccolo flute within +a contra bassoon part). + +@lilypond[verbatim,ragged-right,quote] +picc = \relative c''' { + \clef "treble^8" + R1 | + c8 c c e g2 | + a4 g g2 | +} +\addquote "picc" { \picc } + +cbsn = \relative c, { + \clef "bass_8" + c4 r g r + \transposedCueDuring #"picc" #UP c,, { R1 } | + c4 r g r | +} + +<< + \context Staff = "picc" \picc + \context Staff = "cbsn" \cbsn +>> +@end lilypond + + @node Aligning to cadenzas @subsection Aligning to cadenzas -- 2.39.5