]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/test/ambitus.ly: Comment out ambitus until anal-proof.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 18 Aug 2002 21:32:48 +0000 (21:32 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 18 Aug 2002 21:32:48 +0000 (21:32 +0000)
* Documentation/user/refman.itely (Tablatures basic): Change
TabStaff @lilypond snippets to @example until TabStaff is
anal-proof.

ChangeLog
Documentation/user/refman.itely
input/test/ambitus.ly

index 67fc04a80cc43816f7e25f2d94558cd11121089c..b81c64015416582ccecf5cb7058edc3a032c0fe6 100644 (file)
--- 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.
 
index 0adafdee7a6bf067b5f609bf58235a1d0e44c4da..8ccdfa7aafffd5a371cbc68f0ad9d3b4156fa47e 100644 (file)
@@ -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
 
index 0c632e7dee56c117918fb1dd2d9d28798c895736..4f3ce606cc0c7f42e22b783284adaa526841b2a9 100644 (file)
@@ -39,7 +39,7 @@ lower = \notes \relative c {
                }
                \translator {
                        \VoiceContext
-                       \consists Ambitus_engraver
+%%                     \consists Ambitus_engraver
                }
        }
 }