From da4ec474dd6f4a89a1972d57249275da2e54a5cf Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 22 Sep 2007 16:10:55 -0700 Subject: [PATCH] Begin fix for pitch notename language table. --- Documentation/user/pitches.itely | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Documentation/user/pitches.itely b/Documentation/user/pitches.itely index 35ea806585..3d49dcefb8 100644 --- a/Documentation/user/pitches.itely +++ b/Documentation/user/pitches.itely @@ -200,8 +200,23 @@ example, add @code{\include "english.ly"} to the top of the input file. The available language files and the note names they define are -@c Should this be made into a multitable? @cindex note names, other languages +@c put the rest of the old table into this new format. +@example +@multitable @columnfractions .2 .6 .05 .05 .05 .05 +@headitem Language + @tab Note names + @tab sharp @tab flat @tab double sharp @tab double flat +@item netherlands.ly + @tab c d e f g a bes b + @tab -is @tab -es @tab -isis @tab -eses +@c new stuff here: + + +@end multitable +@end example + +@c old table @example Note Names sharp flat double double sharp flat -- 2.39.5