]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ly/nederlands.ly: add comment about digits.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 7 Apr 2004 13:00:10 +0000 (13:00 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 7 Apr 2004 13:00:10 +0000 (13:00 +0000)
* scm/output-tex.scm (text): remove debugging code.

ChangeLog
ly/nederlands.ly
scm/output-ps.scm
scm/output-tex.scm

index 71467515f2ae32b874fbb6b54e4e58a5dafe86c3..dd6880b79d46a42525f7ec72e4321aadebca02d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * ly/nederlands.ly: add comment about digits.
+
        * lily/scaled-font-metric.cc (derived_mark): idem.
 
        * scm/encoding.scm (make-encoding-mapping): change permutation to mapping.
index 8b6b7076fcab31547245a98d6f3fa1a25efc901f..68ce73ab649868961854617f3b307246c4c90a3e 100644 (file)
@@ -1,6 +1,9 @@
 \version "2.1.36"
 %{
  common dutch names for notes. es means flat, is means sharp
+
+notenames should only contain letters. No digits or punctuation.
+
 %}
 
 dutchPitchnames = #`(
index 7358bd8666e1018f5f09e56773348f70ab37bc5d..0597ee23bf2b79690ff056f715e19b422a3d4f0d 100644 (file)
           (scaling (* ops magnification designsize)))
 
       (if
-       #t
+       #f
        (begin
         (newline)
         (format (current-error-port) "fontname ~S\n" fontname)
index 3e6770201a9b3e05d39c6cf3bae214bb6fb1fa67..9c0869c8d8cdd8e0baab374457858f3464e5b32c 100644 (file)
 
 (define (text font s)
   (let*
-      ((perm (assoc-get  'mapping (ly:font-encoding-alist font))))
+      ((perm (assoc-get  'char-mapping (ly:font-encoding-alist font))))
 
-    (display (ly:font-encoding-alist font))
     (string-append "\\hbox{\\" (font-command font) "{}"
                   (output-tex-string
                    (if (vector? perm)