From: Han-Wen Nienhuys Date: Mon, 7 Feb 2005 00:05:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.14~155 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9389b4ec63bfad5cce94fe8563f0ca85e64dd9b4;p=lilypond.git *** empty log message *** --- diff --git a/ly/chord-modifiers-init.ly b/ly/chord-modifiers-init.ly index 4054f532d3..c0713a26d2 100644 --- a/ly/chord-modifiers-init.ly +++ b/ly/chord-modifiers-init.ly @@ -29,8 +29,8 @@ ignatzekExceptionMusic = { 1-\markup { "+" } -\markup { \super "o" } % should be $\circ$ ? -\markup { - %% f8 o with slash. - #(ly:export (ly:wide-char->utf-8 #x00f8)) + %% f8 is o with slash. + \super #(ly:export (ly:wide-char->utf-8 #x00f8)) } -\markup { \super "o7" } }