]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-scm.ly
update syntax in .ly files.
[lilypond.git] / input / test / embedded-scm.ly
1 \version "1.7.6"
2
3 #(begin (newline)(display "hello world")(newline))\score{
4         \notes\relative c'{ c }
5 }
6
7 %% new-chords-done %%