From 7c0b78c7a0dddca9b28bb863374179c051a23cd8 Mon Sep 17 00:00:00 2001 From: hjunes Date: Thu, 29 Jan 2004 22:11:42 +0000 Subject: [PATCH] * input/test/figured-bass-alternative.ly: fix accidental. --- ChangeLog | 2 ++ input/test/figured-bass-alternate.ly | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e25008ae0..0124162508 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ * input/test/trills.ly: fix the unfolding of lineprall. + * input/test/figured-bass-alternative.ly: fix accidental. + 2004-01-28 Jan Nieuwenhuizen * Documentation/topdocs/NEWS.texi: Add note about safe mode. diff --git a/input/test/figured-bass-alternate.ly b/input/test/figured-bass-alternate.ly index 997e28db78..84cac530de 100644 --- a/input/test/figured-bass-alternate.ly +++ b/input/test/figured-bass-alternate.ly @@ -6,8 +6,8 @@ markup texts." \version "2.1.7" nat = \markup { \musicglyph #"accidentals-0" } -sh = \markup { \smaller \raise #0.6 \musicglyph #"accidentals-1" } -fl = \markup { \musicglyph #"accidentals--1" } +sh = \markup { \smaller \raise #0.6 \musicglyph #"accidentals-2" } +fl = \markup { \musicglyph #"accidentals--2" } \score { \context Voice \notes { -- 2.39.5