]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/trill.ly
ly- -> ly:
[lilypond.git] / input / test / trill.ly
index af64192ca6b04392d10ab16aebfa96652b858c21..0b23dea57ccd4e99dc5dc004929c3ed80b8a88ac 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.2"
+\version "1.7.3"
 
 \header {
 texidoc="show trill line type"
@@ -13,13 +13,13 @@ texidoc="show trill line type"
     \property Voice.TextSpanner \set #'type = #'dotted-line
     \property Voice.TextSpanner \set #'edge-height = #'(0 . 1.5)
     \property Voice.TextSpanner \set #'edge-text = #'("8va " . "")
-    a#(ly-export (make-span-event 'TextSpanEvent START)) b c a #(ly-export (make-span-event 'TextSpanEvent STOP))
+    a#(ly:export (make-span-event 'TextSpanEvent START)) b c a #(ly:export (make-span-event 'TextSpanEvent STOP))
 
     %\property Voice.TextSpanner \set #'font-family = #'music
     \property Voice.TextSpanner \set #'type = #'trill
     \property Voice.TextSpanner \set #'edge-height = #'(0 . 0)
     \property Voice.TextSpanner \set #'edge-text = #'((line (music "scripts-trill") " ") . "")
-    a#(ly-export (make-span-event 'TextSpanEvent START)) b c a #(ly-export (make-span-event 'TextSpanEvent STOP))
+    a#(ly:export (make-span-event 'TextSpanEvent START)) b c a #(ly:export (make-span-event 'TextSpanEvent STOP))
   }
   \paper { }  
 }