From 8cc11ee87f815e95401bb8a4de429176de368e75 Mon Sep 17 00:00:00 2001 From: hanwen Date: Mon, 7 Feb 2005 00:05:57 +0000 Subject: [PATCH] *** empty log message *** --- ly/chord-modifiers-init.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } } -- 2.39.2