]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-scm.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[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 \header {texidoc="@cindex Embedded scm
5 You can embed scm functions in your scores.
6 "}
7
8 #(begin (newline)(display "hello world")(newline))\score{
9         \notes\relative c'{ c }
10 \paper{raggedright = ##t}
11 }
12
13