From db471424c069cdb0c6891d610645355b9df24ab9 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 12 May 2006 16:46:22 +0000 Subject: [PATCH] Fixed display of table; thanks Dave! --- Documentation/user/basic-notation.itely | 30 +++++++++++++------------ 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 762e33b4f9..4e7884fc6c 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -990,32 +990,34 @@ pitches. The clef is set with the @code{\clef} command @cindex subbass clef Supported clefs include -@table @code -@item treble, violin, G, G2 + +@multitable @columnfractions .33 .66 +@headitem Clef @tab Position +@item @code{treble}, violin, G, G2 @tab G clef on 2nd line -@item alto, C +@item @code{alto, C} @tab C clef on 3rd line -@item tenor +@item @code{tenor} @tab C clef on 4th line. -@item bass, F +@item @code{bass, F} @tab F clef on 4th line -@item french +@item @code{french} @tab G clef on 1st line, so-called French violin clef -@item soprano +@item @code{soprano} @tab C clef on 1st line -@item mezzosoprano +@item @code{mezzosoprano} @tab C clef on 2nd line -@item baritone +@item @code{baritone} @tab C clef on 5th line -@item varbaritone +@item @code{varbaritone} @tab F clef on 3rd line -@item subbass +@item @code{subbass} @tab F clef on 5th line -@item percussion +@item @code{percussion} @tab percussion clef -@item tab +@item @code{tab} @tab tablature clef -@end table +@end multitable By adding @code{_8} or @code{^8} to the clef name, the clef is transposed one octave down or up, respectively, and @code{_15} and -- 2.39.5