]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/general-scheme-bindings.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / general-scheme-bindings.ly
index d3af8ab84e95157de580c7141ac9221cdfe5a754..bf00be2fc41b2396041b5d4c01f267caf457b910 100644 (file)
@@ -5,7 +5,7 @@
 }
 
 
-\version "2.16.0"
+\version "2.17.11"
 
 %% todo : use macro, to show the statement tested. 
 #(ly:progress "~a\n" (ly:expand-environment "${HOME} $HOME $$ "))
@@ -14,7 +14,7 @@
 %% very platform dependent.
 %% #(ly:font-config-display-fonts)
 
-#(ly:progress "~A\n" (ly:duration->string (ly:make-duration 2 2 3 7)))
+#(ly:progress "~A\n" (ly:duration->string (ly:make-duration 2 2 3/7)))
 #(ly:parser-parse-string (ly:parser-clone parser) "foo  = #1 #(ly:progress \"hello there\n\")")
 
 #(ly:progress "~a\n" (ly:truncate-list! (iota 5) 10))