From 1e588295d895acb187a857feb0e8a4311f72be1f Mon Sep 17 00:00:00 2001 From: hanwen Date: Sat, 10 Apr 2004 23:22:33 +0000 Subject: [PATCH] (melismaEnd): typo --- ly/declarations-init.ly | 2 +- scm/define-markup-commands.scm | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ly/declarations-init.ly b/ly/declarations-init.ly index 3ee9859bf7..26d8cc733c 100644 --- a/ly/declarations-init.ly +++ b/ly/declarations-init.ly @@ -64,7 +64,7 @@ melismaEnd = #(make-span-event 'ManualMelismaEvent STOP) ) #(define text-font-defaults - '((font-encoding . TeX-text) + '((font-encoding . latin1) (baseline-skip . 2) (word-space . 0.6) )) diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index c2c4c91988..fa7666419b 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -18,8 +18,9 @@ (interpret-markup paper props str)) (def-markup-command (encoded-simple paper props sym str) (symbol? string?) - "A text string, encoded with encoding @var{sym}." - (Text_item::interpret_string paper props sym str)) + "A text string, encoded with encoding @var{sym}. " + (Text_item::interpret_string paper + props sym str)) ;; TODO: use font recoding. ;; (make-line-markup -- 2.39.5