]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-scm.ly
Added raggedright, removed two old input/test files.
[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 \paper{raggedright = ##t}
10 }
11
12 %% new-chords-done %%