From 2d30bf30c3af6e7c4f1d158ec095c67450adea79 Mon Sep 17 00:00:00 2001 From: "colinpkcampbell@gmail.com" Date: Thu, 21 Jul 2011 19:47:04 -0600 Subject: [PATCH] DOC: fix NR 1.6.3 Formatting Cue Notes Moves comment about explicitly creating a Voice, to the proper example. --- Documentation/notation/staff.itely | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/notation/staff.itely b/Documentation/notation/staff.itely index 5344ab2b86..b4e471f7b0 100644 --- a/Documentation/notation/staff.itely +++ b/Documentation/notation/staff.itely @@ -1292,9 +1292,7 @@ oboeNotes = \relative c'' { @end lilypond @noindent -In the above example, the @code{Voice} context had to be -explicitly declared, or else the entire music expression would -belong to the @code{CueVoice} context. + It is possible to adjust which aspects of the music are quoted with @code{\cueDuring} by setting the @code{quotedCueEventTypes} @@ -1303,6 +1301,10 @@ tie-event beam-event tuplet-span-event)}, which means that only notes, rests, ties, beams and tuplets are quoted, but not articulations, dynamic marks, markup etc. +In this example, the @code{Voice} context must be +explicitly declared, or else the entire music expression would +belong to the @code{CueVoice} context. + @lilypond[verbatim,quote] oboeNotes = \relative c'' { r2 r8 d16(\f f e g f a) -- 2.39.5