]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/editorial.itely
Doc: mention how \hideNotes hides beams (part of 2169)
[lilypond.git] / Documentation / notation / editorial.itely
index 56c05e8335c1a701f4d785435107fe78382b0b7d..cef5262ed6e336cc485cec96b4cfab4b479720ca 100644 (file)
@@ -248,13 +248,14 @@ b
 c
 @end lilypond
 
-Notation objects which are attached to invisible notes are still
-visible.
+Note heads, stems, and flags, and rests are invisible.  Beams
+are invisible if they start on a hidden note.  Objects that are
+attached to invisible notes are still visible.
 
 @lilypond[verbatim,quote,relative=2]
-c4( d)
+e8(\p f g a)--
 \hideNotes
-e4(\p f)--
+e8(\p f g a)--
 @end lilypond