]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Tablatures basic): Comment out
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 18 Aug 2002 17:09:12 +0000 (17:09 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 18 Aug 2002 17:09:12 +0000 (17:09 +0000)
TabStaff example until TabStaff gets fixed.

Documentation/user/refman.itely

index d385f92e5e0beb1861d747bb50ee3e64d62a8b2a..577beaf0d464c7d85d252ad2add8deee5dca7e49 100644 (file)
@@ -2985,7 +2985,9 @@ A common trick for that is to put the notes in a variables, and to hide
 the fingering information (which correspond to the string number) for
 the standard staff.
 
-@lilypond[verbatim]
+@c FIXME
+@ignore
+@lily pond[verbatim]
   part = \notes {
     a,4-2 c'-5 a-4 e'-6
     e-3 c'-5 a-4 e'-6
@@ -3006,7 +3008,7 @@ the standard staff.
     >
   }
 @end lilypond
-
+@end ignore
 
 @c . {Chords}
 @node Chords