]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-scm.ly
Added texinfo index tags.
[lilypond.git] / input / test / embedded-scm.ly
1 \version "1.7.18"
2 % TODO: does this work?  It doesn't do anything with 1.7.20
3 \header {texidoc="@cindex Embedded scm
4 You can embed scm functions in your scores.
5 "}
6
7 #(begin (newline)(display "hello world")(newline))\score{
8         \notes\relative c'{ c }
9 }
10
11 %% new-chords-done %%