From a65e982b3429f5a4e4786cdc068786622552ee28 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 28 Jul 2011 00:51:12 -0700 Subject: [PATCH 1/5] enlarge half-diminished slashed circle symbol --- ly/chord-modifiers-init.ly | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ly/chord-modifiers-init.ly b/ly/chord-modifiers-init.ly index 75b804b..eb86644 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:export (ly:wide-char->utf-8 #x00f8)) + \normal-size-super #(ly:export (ly:wide-char->utf-8 #x00f8)) } -\markup { \super "o7" } } -- 1.7.0.4