]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4003: NR: warning for { \chordmode { c } c } obsoleted by issue 3797
authorDavid Kastrup <dak@gnu.org>
Thu, 10 Jul 2014 13:30:08 +0000 (15:30 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 18 Jul 2014 10:16:15 +0000 (12:16 +0200)
Documentation/notation/chords.itely

index f8340dadace78f591f95a51822115416cebdf19f..a70a287af40d7b16b7dfb4e79fc2047c51fa14b3 100644 (file)
@@ -90,25 +90,6 @@ Snippets:
 Predefined shorthands for articulations and ornaments cannot be used
 on notes in chord mode, see @ref{Articulations and ornamentations}.
 
-When chord mode and note mode are mixed in sequential music, and
-chord mode comes first, the note mode will create a new @code{Staff}
-context:
-
-@lilypond[verbatim,quote,ragged-right,relative=1]
-\chordmode { c2 f }
-<c e g>2 <g' b d>
-@end lilypond
-
-@noindent
-To avoid this behavior, explicitly create the @code{Staff} context:
-
-@lilypond[verbatim,quote,ragged-right,relative=1]
-\new Staff {
-  \chordmode { c2 f }
-  <c e g>2  <g' b d>
-}
-@end lilypond
-
 
 @node Common chords
 @unnumberedsubsubsec Common chords