diff -ru Documentation/user/advanced-notation.itely Documentation/user/advanced-notation.itely
--- Documentation/user/advanced-notation.itely	2006-03-22 15:40:14.000000000 +0100
+++ Documentation/user/advanced-notation.itely	2006-03-24 12:44:26.000000000 +0100
@@ -2010,23 +2010,6 @@
 g4 a
 @end lilypond
 
-Hidden notes are also great for performing weird tricks.  For example,
-slurs cannot be attached to rests or spacer rests, but you may wish
-to include that in your score -- string instruments use this notation
-when doing pizzicato to indicate that the note should ring for as long
-as possible.
-
-@lilypond[quote,ragged-right,verbatim,relative=0,fragment]
-\clef bass
-<< {
-  c4^"pizz"( \hideNotes c)
-  \unHideNotes c( \hideNotes c)
-} {
-  s4 r s r
-} >>
-@end lilypond
-
-
 @node Shape note heads 
 @subsection Shape note heads 
 



