]> git.donarmstrong.com Git - lilypond.git/blob - input/test/lines.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / lines.ly
1
2 \header {
3 texidoc="
4 Draw abritrary lines.  This brings LilyPond on par with Mup.
5 ";
6 }
7
8 \score {
9   \notes\relative c {
10 % globally positioned
11 %    a-#"\\special{ps: 0 0 moveto 200 200 lineto stroke}"
12 %    b-#"\\special{ps: 0 0 moveto 0 0 10 20 80 40 200 30 curveto stroke}"
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 {
20     linewidth = 70.0*\staffspace;
21   }
22 }