From b243147b0f916389f18db44b528ee9c31cafe8cd Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 18 Aug 2002 21:15:40 +0000 Subject: [PATCH] * scm/music-property-description.scm (label): Typecheck markup? (was string?). * Documentation/user/refman.itely (Tablatures basic): Change TabStaff @lilypond snippets to @example until TabStaff is anal-proof. --- ChangeLog | 8 ++++++-- Documentation/user/refman.itely | 14 +++++++------- scm/music-property-description.scm | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 303f220d29..5e884ae1d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ 2002-08-18 Jan Nieuwenhuizen - * Documentation/user/refman.itely (Tablatures basic): Comment out - TabStaff example until TabStaff gets fixed. + * scm/music-property-description.scm (label): Typecheck markup? + (was string?). + + * Documentation/user/refman.itely (Tablatures basic): Change + TabStaff @lilypond snippets to @example until TabStaff is + anal-proof. 2002-08-18 Rune Zedeler diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 577beaf0d4..0adafdee7a 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -2942,8 +2942,8 @@ quarter on the third string. The string 1 is the lowest one, and the tuning defaults to the standard guitar tuning (with 6 strings). @c FIXME TabStaff is broken -@ignore @lily pond[fragment,verbatim] +@example \context TabStaff < \notes { \property Staff.Stem \override #'direction = #1 @@ -2952,8 +2952,8 @@ tuning defaults to the standard guitar tuning (with 6 strings). e-3 c'-5 a-4 e'-6 } > -@end lilypond -@end ignore +@end example +@c @end lilypond @node Non-guitar tablatures @subsection Non-guitar tablatures @@ -2986,8 +2986,8 @@ the fingering information (which correspond to the string number) for the standard staff. @c FIXME -@ignore -@lily pond[verbatim] +@c @lily pond[verbatim] +@example part = \notes { a,4-2 c'-5 a-4 e'-6 e-3 c'-5 a-4 e'-6 @@ -3007,8 +3007,8 @@ the standard staff. > > } -@end lilypond -@end ignore +@end example +@c @end lilypond @c . {Chords} @node Chords diff --git a/scm/music-property-description.scm b/scm/music-property-description.scm index 8b91f1d45f..ffa83e31ef 100644 --- a/scm/music-property-description.scm +++ b/scm/music-property-description.scm @@ -45,7 +45,7 @@ TODO: consider making type into symbol ") (music-property-description 'grob-property symbol? "The symbol of the grob property to set. ") (music-property-description 'grob-value scheme? "The value of the grob property to set") (music-property-description 'inversion boolean? "If set, this chord note is inverted.") -(music-property-description 'label string? "label of a mark.") +(music-property-description 'label markup? "label of a mark.") (music-property-description 'last-pitch pitch? "The last pitch after relativization.") (music-property-description 'length procedure? "How to compute the duration of this music") (music-property-description 'numerator integer? "numerator of a time signature") -- 2.39.2