From: Graham Percival Date: Fri, 29 Dec 2006 03:40:19 +0000 (-0800) Subject: Add info about \transposedCueDuring. X-Git-Tag: release/2.10.6-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=596b40736c9406f5f3aed3920ed83f74f129272a;p=lilypond.git Add info about \transposedCueDuring. --- 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