]> git.donarmstrong.com Git - lilypond.git/blob - input/test/lines.ly
update syntax in .ly files.
[lilypond.git] / input / test / lines.ly
1 \version "1.7.6"
2
3 \header {
4 texidoc="
5 Draw abritrary lines.  This brings LilyPond on par with Mup.
6 "
7 }
8
9 \score {
10   \notes\relative c {
11 % globally positioned
12 %    a-#"\\special{ps: 0 0 moveto 200 200 lineto stroke}"
13 %    b-#"\\special{ps: 0 0 moveto 0 0 10 20 80 40 200 30 curveto stroke}"
14     a''-#"\\embeddedps{3 4 moveto 5 3 rlineto stroke}"
15     -#"\\embeddedps{ [ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke}"
16     b-#"\\embeddedps{3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke}"
17     s2
18     a'1
19   }
20   \paper {
21     linewidth = 70.0*\staffspace
22   }
23 }
24 %% new-chords-done %%