]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/general-scheme-bindings.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / general-scheme-bindings.ly
index 677b270069f07eb1e60da5077dc31a2e7d47ed24..d3af8ab84e95157de580c7141ac9221cdfe5a754 100644 (file)
@@ -1,10 +1,21 @@
 \header {
 
-  texidoc = "This file tests various Scheme utiliity functions." 
+  texidoc = "This file tests various Scheme utility functions." 
 
 }
 
 
-\version "2.11.8"
+\version "2.16.0"
 
-#(ly:progress "~a" (ly:expand-environment "${HOME} $HOME $$ "))
+%% todo : use macro, to show the statement tested. 
+#(ly:progress "~a\n" (ly:expand-environment "${HOME} $HOME $$ "))
+
+
+%% very platform dependent.
+%% #(ly:font-config-display-fonts)
+
+#(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))
+#(ly:progress "~a\n" (ly:truncate-list! (iota 10) 5))