From 165d4d0eab7f8df3ada312874ee93bc25f843946 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 30 Jan 2005 22:14:06 +0000 Subject: [PATCH] (alteration->text-accidental-markup): change - to . --- ChangeLog | 3 +++ scm/chord-name.scm | 2 +- scripts/lilypond-book.py | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed126f28da..a5a1408cd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-01-30 Han-Wen Nienhuys + * scm/chord-name.scm (alteration->text-accidental-markup): change + - to . + * scm/output-ps.scm (utf8-string): add utf8-string for completeness. * scm/framework-ps.scm (dump-stencil-as-EPS): new function diff --git a/scm/chord-name.scm b/scm/chord-name.scm index 6addeddc93..c074d66066 100644 --- a/scm/chord-name.scm +++ b/scm/chord-name.scm @@ -21,7 +21,7 @@ 0.3 0.6) (make-musicglyph-markup - (string-append "accidentals-" (number->string alteration)))))) + (string-append "accidentals." (number->string alteration)))))) (define (accidental->markup alteration) "Return accidental markup for ALTERATION." diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 99ddb8f5c3..7add63df5c 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -490,7 +490,8 @@ output = { OUTPUT: r''' @iftex @include %(base)s-systems.texi -@end iftex''', +@end iftex +''', OUTPUTIMAGE: r'''@noindent @ifnottex -- 2.39.2