]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 7 Feb 2005 00:05:57 +0000 (00:05 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 7 Feb 2005 00:05:57 +0000 (00:05 +0000)
ly/chord-modifiers-init.ly

index 4054f532d3b4e1cd38812d24c8428c1b5a95408a..c0713a26d28750f0d46c3b2564ee50fe751214a0 100644 (file)
@@ -29,8 +29,8 @@ ignatzekExceptionMusic = {
        <c e gis>1-\markup { "+" }
        <c es ges>-\markup { \super "o" } % should be $\circ$ ?
        <c es ges bes>-\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))
        }
        <c es ges beses>-\markup { \super  "o7" }
 }