]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: NR: Mention CueVoice context
authorTrevor Daniels <t.daniels@treda.co.uk>
Sat, 1 Aug 2009 10:19:37 +0000 (11:19 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Sat, 1 Aug 2009 10:19:37 +0000 (11:19 +0100)
Documentation/notation/changing-defaults.itely
Documentation/notation/staff.itely

index 6527f6cb6d396afb39de7617cb72144622ec61b9..f7f1c38bb1dd0d60abc3880521b4f75d36d1c6e5 100644 (file)
@@ -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
index 52260b9e38a4ab759280da53be7d793aedcd7b57..64897821755a72c4804032b3fe60be568a4dbafb 100644 (file)
@@ -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: