]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add info about \transposedCueDuring.
authorGraham Percival <graham@percival-music.ca>
Fri, 29 Dec 2006 03:40:19 +0000 (19:40 -0800)
committerGraham Percival <graham@percival-music.ca>
Fri, 29 Dec 2006 03:40:19 +0000 (19:40 -0800)
Documentation/user/advanced-notation.itely

index 9220745507130c1f7aa81d707beffcbe0e4ec2fc..0d91a8ecf78a5d94a65b70d2f71d110296b238ae 100644 (file)
@@ -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