]> git.donarmstrong.com Git - lilypond.git/commitdiff
Uh, oh. s/onlyWithTag/keepWithTag/.
authorWerner Lemberg <wl@gnu.org>
Sun, 19 Sep 2004 05:15:52 +0000 (05:15 +0000)
committerWerner Lemberg <wl@gnu.org>
Sun, 19 Sep 2004 05:15:52 +0000 (05:15 +0000)
Documentation/user/notation.itely

index 03b8ac13e638a3b5a82b9f79ce0d6b0af3632153..05d03e6e8de1a1be748b3d16fe4ea165618e66aa 100644 (file)
@@ -5383,13 +5383,13 @@ to an articulation, for example,
 
 This defines a note with a conditional fingering indication.
 
-By applying the @code{\onlyWithTag} command, tagged expressions
+By applying the @code{\keepWithTag} command, tagged expressions
 can be filtered.  For example,
 @example
 <<
   @var{the music}
-  \onlyWithTag #'score @var{the music}
-  \onlyWithTag #'part @var{the music}
+  \keepWithTag #'score @var{the music}
+  \keepWithTag #'part @var{the music}
 >>
 @end example
 would yield