From: Adam Spiers Date: Tue, 29 Nov 2011 11:04:39 +0000 (+0000) Subject: Issue 1503 - Enlarge half-diminished slashed circle symbol X-Git-Tag: release/2.15.21-1~34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a721e92dcabaf5dec79d8f4b4a7cae1ba49146c1;p=lilypond.git Issue 1503 - Enlarge half-diminished slashed circle symbol --- 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" } }