From a721e92dcabaf5dec79d8f4b4a7cae1ba49146c1 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 29 Nov 2011 11:04:39 +0000 Subject: [PATCH] Issue 1503 - Enlarge half-diminished slashed circle symbol --- ly/chord-modifiers-init.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ly/chord-modifiers-init.ly b/ly/chord-modifiers-init.ly index 21d6b560f2..8ceb577e70 100644 --- a/ly/chord-modifiers-init.ly +++ b/ly/chord-modifiers-init.ly @@ -27,7 +27,7 @@ ignatzekExceptionMusic = { -\markup { \super "o" } % should be $\circ$ ? -\markup { %% f8 is o with slash. - \super $(ly:wide-char->utf-8 #x00f8) + \normal-size-super $(ly:wide-char->utf-8 #x00f8) } -\markup { \super "o7" } } -- 2.39.5