]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-postscript.ly
* Website fixes:
[lilypond.git] / input / test / embedded-postscript.ly
1 \version "1.7.18"
2 \header {
3   texidoc = "By inserting the @TeX{} command \embeddedps, you can
4 insert postscript directly into the output.
5
6 TODO: make molecule-callback to do this. 
7   "
8 }
9
10 \score {
11   \notes \relative c'' {
12     a-#"\\embeddedps{3 4 moveto 5 3 rlineto stroke}"
13     -#"\\embeddedps{ [ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke}"
14     b-#"\\embeddedps{3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke}"
15     s2
16     a'1
17   }
18   \paper { linewidth = 70 * \staffspace }
19 }
20 %% new-chords-done %%