]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/percussion.itely
Merge tag 'upstream/2.18.2' into debian
[lilypond.git] / Documentation / notation / percussion.itely
index 27127dee69d5783e90200a0a652669a507402038..f97af1ccefc85bb6cfc774049b7759838351846a 100644 (file)
@@ -584,13 +584,9 @@ Internals Reference:
 
 Ghost notes for drums and percussion may be created using the
 @code{\parenthesize} command detailed in @ref{Parentheses}.
-However, the default @code{\drummode} does not include the
-@code{Parenthesis_engraver} plugin which allows this.
 
 @lilypond[quote,ragged-right,verbatim]
-\new DrumStaff \with {
-  \consists "Parenthesis_engraver"
-}
+\new DrumStaff
 <<
   \context DrumVoice  = "1" { s1 }
   \context DrumVoice  = "2" { s1 }
@@ -598,8 +594,8 @@ However, the default @code{\drummode} does not include the
     <<
       {
         hh8[ hh] <hh sn> hh16
-        < \parenthesize sn > hh
-        < \parenthesize sn > hh8 <hh sn> hh
+        \parenthesize sn  hh
+        \parenthesize sn  hh8 <hh sn> hh
       } \\
       {
         bd4 r4 bd8 bd r8 bd
@@ -609,10 +605,6 @@ However, the default @code{\drummode} does not include the
 >>
 @end lilypond
 
-@noindent
-Also note that you must add chords (@code{< >} brackets)
-around each @code{\parenthesize} statement.
-
 @seealso
 Snippets:
 @rlsr{Percussion}.