From: Graham Percival Date: Fri, 29 Dec 2006 03:40:19 +0000 (-0800) Subject: Add info about \transposedCueDuring. X-Git-Tag: release/2.11.6-1~40 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=69699ee013f4b0d6374335b763d0d94fe301b158;p=lilypond.git Add info about \transposedCueDuring. --- diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 9220745507..0d91a8ecf7 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -1594,6 +1594,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