]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: mention how \hideNotes hides beams (part of 2169)
authorTrevor Daniels <t.daniels@treda.co.uk>
Sat, 10 Mar 2012 12:28:46 +0000 (12:28 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Sat, 10 Mar 2012 15:11:13 +0000 (15:11 +0000)
 - fix provided by Keith O'Hara (thanks Keith!)

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