From 08958060d6bbb0d788bff825ec749ceb3f0f105d Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Sat, 1 Aug 2009 11:19:37 +0100 Subject: [PATCH] Docs: NR: Mention CueVoice context --- .../notation/changing-defaults.itely | 7 ++++++- Documentation/notation/staff.itely | 20 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/Documentation/notation/changing-defaults.itely b/Documentation/notation/changing-defaults.itely index 6527f6cb6d..f7f1c38bb1 100644 --- a/Documentation/notation/changing-defaults.itely +++ b/Documentation/notation/changing-defaults.itely @@ -233,6 +233,12 @@ input entered in @code{\figuremode} mode. The voice context used within a @code{TabStaff} context. Usually left to be created implicitly. +@strong{@emph{CueVoice}} + +A voice context used to render notes of a reduced size, intended +primarily for adding cue notes to a staff, see @ref{Formating +cue notes}. Usually left to be created implicitly. + @strong{@emph{ChordNames}} Typesets chord names. @@ -253,7 +259,6 @@ documented. * NoteNames - * CueVoice Not documented * Global Hard coded entry point for LilyPond. Cannot be tuned. * Devnull diff --git a/Documentation/notation/staff.itely b/Documentation/notation/staff.itely index 52260b9e38..6489782175 100644 --- a/Documentation/notation/staff.itely +++ b/Documentation/notation/staff.itely @@ -1318,6 +1318,26 @@ It is possible to tag cued parts with unique names in order to process them in different ways. For details about this procedure, see @ref{Using tags}. +@cindex notes, smaller +@cindex smaller notes + +A @code{CueVoice} context may be created explicitly if notes of a +smaller size are required, for example to set an alternative +sequence of notes more suitable for a higher or lower voice. + +@lilypond[verbatim,relative=2] +\time 12/8 +\key ees \major +g4 ees8 f4 g8 +\stemDown +<< + { d4. bes4 c8 } + \new CueVoice + { g'4. f4 ees8 } +>> +\stemUp +d2. d2. +@end lilypond @seealso Notation Reference: -- 2.39.2