]> git.donarmstrong.com Git - lilypond.git/blob - input/tricks/embedded-postscript.ly
release: 1.3.129
[lilypond.git] / input / tricks / embedded-postscript.ly
1 \score {
2   \notes \relative c'' {
3     a-#"\\embeddedps{3 4 moveto 5 3 rlineto stroke}"
4     -#"\\embeddedps{ [ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke}"
5     b-#"\\embeddedps{3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke}"
6     s2
7     a'1
8   }
9   \paper { linewidth = 70 * \staffspace; }
10 }