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