From: Jan Nieuwenhuizen Date: Sun, 18 Aug 2002 21:32:48 +0000 (+0000) Subject: * input/test/ambitus.ly: Comment out ambitus until anal-proof. X-Git-Tag: release/1.6.0~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8642853fa8e188035ff75c3de6300810091ebb92;p=lilypond.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 67fc04a80c..b81c640154 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-08-18 Jan Nieuwenhuizen + * 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 } } }