MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / general-scheme-bindings.ly
blob27e8c874b169731f18dbfe4af8b25b8223de8319
1 \header {
3 texidoc = "This file tests various Scheme utility functions."
8 \version "2.12.0"
10 %% todo : use macro, to show the statement tested.
11 #(ly:progress "~a\n" (ly:expand-environment "${HOME} $HOME $$ "))
14 %% very platform dependent.
15 %% #(ly:font-config-display-fonts)
17 #(ly:progress "~A\n" (ly:duration->string (ly:make-duration 2 2 3 7)))
18 #(ly:parser-parse-string (ly:parser-clone parser) "foo = #1 #(ly:progress \"hello there\n\")")
20 #(ly:progress "~a\n" (ly:truncate-list! (iota 5) 10))
21 #(ly:progress "~a\n" (ly:truncate-list! (iota 10) 5))