From 8c69a1d89951e19ae51182fe39f19a46fc6bbd6d Mon Sep 17 00:00:00 2001
From: janneke <janneke>
Date: Sun, 18 Aug 2002 21:32:48 +0000
Subject: [PATCH] * input/test/ambitus.ly: Comment out ambitus until
 anal-proof.

* Documentation/user/refman.itely (Tablatures basic): Change
TabStaff @lilypond snippets to @example until TabStaff is
anal-proof.
---
 ChangeLog                       |  2 ++
 Documentation/user/refman.itely | 18 ++++++++++--------
 input/test/ambitus.ly           |  2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 67fc04a80c..b81c640154 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+	* input/test/ambitus.ly: Comment out ambitus until anal-proof.
+
 	* buildscripts/mf-to-table.py (write_fontlist): change
 	extra-extent-X extra-X-extent.
 
diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely
index 0adafdee7a..8ccdfa7aaf 100644
--- a/Documentation/user/refman.itely
+++ b/Documentation/user/refman.itely
@@ -1353,8 +1353,9 @@ durations, i.e., you'll have to specify manual beams to get:
   \time 12/8 c'8 c c c16 c c c c c [c c c c] c8 c c4
 @end example
 @end quotation
-@lilypond[singleline,relative,noverbatim]
-#(ly-set-option 'internal-type-checking #f)
+@ignore
+@lily pond[singleline,relative,noverbatim]
+%%#(ly-set-option 'internal-type-checking #f)
 \score{
   \notes\relative c{
     \property Voice.autoBeamSettings
@@ -1362,6 +1363,7 @@ durations, i.e., you'll have to specify manual beams to get:
     \time 12/8 c'8 c c c16 c c c c c [c c c c] c8 c c4
   }  
 }
+@end ignore
 It is not possible to specify beaming parameters that act differently in
 different parts of a measure. This means that it is not possible to use
 automatic beaming in irregular meters such as @code{5/8}.
@@ -2945,12 +2947,12 @@ tuning defaults to the standard guitar tuning (with 6 strings).
 @lily pond[fragment,verbatim]
 @example
   \context TabStaff <
-    \notes {
+    \notes @{
       \property Staff.Stem \override #'direction = #1
       
       a,4-2 c'-5 a-4 e'-6
       e-3 c'-5 a-4 e'-6
-    }
+    @}
   >  
 @end example
 @c @end lilypond
@@ -2988,11 +2990,11 @@ the standard staff.
 @c FIXME
 @c @lily pond[verbatim]
 @example
-  part = \notes {
+  part = \notes @{
     a,4-2 c'-5 a-4 e'-6
     e-3 c'-5 a-4 e'-6
-  }
-  \score{
+  @}
+  \score @{
     \context StaffGroup <
       \context Staff <
         % Hide fingering number
@@ -3006,7 +3008,7 @@ the standard staff.
         \part
       >
     >
-  }
+  @}
 @end example
 @c @end lilypond
 
diff --git a/input/test/ambitus.ly b/input/test/ambitus.ly
index 0c632e7dee..4f3ce606cc 100644
--- a/input/test/ambitus.ly
+++ b/input/test/ambitus.ly
@@ -39,7 +39,7 @@ lower = \notes \relative c {
 		}
 		\translator {
 			\VoiceContext
-			\consists Ambitus_engraver
+%%			\consists Ambitus_engraver
 		}
 	}
 }
-- 
2.39.5