]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/general-scheme-bindings.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / general-scheme-bindings.ly
index ad625ff25a7953f81024debc4d09be882ac71646..1d9329c0df9918cdc11903e6bf4f48f26df9aa74 100644 (file)
@@ -1,15 +1,18 @@
 \header {
 
-  texidoc = "This file tests various Scheme utiliity functions." 
+  texidoc = "This file tests various Scheme utility functions." 
 
 }
 
 
-\version "2.11.8"
+\version "2.11.51"
 
 %% todo : use macro, to show the statement tested. 
 #(ly:progress "~a\n" (ly:expand-environment "${HOME} $HOME $$ "))
-#(ly:font-config-display-fonts)
+
+
+%% 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\")")