]> git.donarmstrong.com Git - lilypond.git/commitdiff
changing-defaults.itely: Remove obsolete section about \RemoveEmptyStaves
authorDavid Kastrup <dak@gnu.org>
Fri, 28 Oct 2011 11:52:54 +0000 (13:52 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 3 Nov 2011 15:19:28 +0000 (16:19 +0100)
Documentation/notation/changing-defaults.itely

index 83f9aee050dfad35679064889010f72b54c3046b..34f73d15baf860d6a03d6eb647901f68b20fe76e 100644 (file)
@@ -764,24 +764,6 @@ melody = \relative c'' {
 }
 @end lilypond
 
-
-@knownissues
-
-The @code{\Staff \RemoveEmptyStaves} will overwrite your current
-@code{\Staff} settings.  If you wish to change the defaults for a
-staff which uses @code{\Staff \RemoveEmptyStaves}, you must do so
-after calling @code{\Staff \RemoveEmptyStaves}, ie
-
-@example
-\layout @{
-  \context @{
-    \Staff \RemoveEmptyStaves
-
-    \override Stem #'thickness = #4.0
-  @}
-@}
-@end example
-
 @c TODO: add \with in here.