]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-scm.ly
*** empty log message ***
[lilypond.git] / input / test / embedded-scm.ly
1
2 \version "2.1.26"
3 % TODO: does this work?  It doesn't do anything with 1.7.20
4 % Still does not work. 2.1.26 -HJJ
5 \header {texidoc="@cindex Embedded scm
6 You can embed scm functions in your scores.
7 "}
8
9 #(begin (newline)(display "hello world")(newline))\score{
10         \notes\relative c'{ c }
11 \paper{raggedright = ##t}
12 }
13
14