]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/chord-modifiers-init.ly
Run update-with-convert-ly, and run convert-ly manually on scm/*.scm
[lilypond.git] / ly / chord-modifiers-init.ly
index dc5e58d02717639bf4773ed4fba7ba08a3be49ac..21d6b560f2b3ee4f4c029d21f8174b6c0f160bc5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.15.18"
 
 chordmodifiers = #default-chord-modifier-list
 
@@ -6,20 +6,20 @@ chordmodifiers = #default-chord-modifier-list
 whiteTriangleMarkup = \markup {
   \triangle ##f
   %%  394 capital delta
-  %#(ly:export (ly:wide-char->utf-8 #x0394))
+  %$(ly:wide-char->utf-8 #x0394)
 
   %% 2206 : delta from the symbol font.
-  %   #(ly:export (ly:wide-char->utf-8 #x2206))
+  %   $(ly:wide-char->utf-8 #x2206)
   
   %% up pointing triangle
-  % #(ly:export (ly:wide-char->utf-8 #x25B3))
+  % $(ly:wide-char->utf-8 #x25B3)
 } 
 
 blackTriangleMarkup = \markup {
   \triangle ##t
 
   %% black up pointing triangle
-%  #(ly:export (ly:wide-char->utf-8 #x25B2))
+%  $(ly:wide-char->utf-8 #x25B2)
 }
 
 ignatzekExceptionMusic = {
@@ -27,7 +27,7 @@ ignatzekExceptionMusic = {
   <c es ges>-\markup { \super "o" } % should be $\circ$ ?
   <c es ges bes>-\markup {
     %%  f8 is o with slash.
-    \super #(ly:export (ly:wide-char->utf-8 #x00f8))
+    \super $(ly:wide-char->utf-8 #x00f8)
   }
   <c es ges beses>-\markup { \super  "o7" }
 }