]> git.donarmstrong.com Git - lilypond.git/blob - input/ascii-art/as-email.ly
86c4906d5edc8974e58c156af992b8b0d5315e57
[lilypond.git] / input / ascii-art / as-email.ly
1 % ASCII Art output
2 %
3 % Process as:
4 %
5 %     lilypond -fas foo.ly
6 %     as2text foo.as
7
8 \include "paper-as5.ly"
9
10 \score {
11   \notes\relative c'' {
12     \time 3/8;
13     a8 a a 
14     \time 5/8;
15     a a a a a
16     %a16 a  a a a a a a a a 
17   }
18   \paper {
19     linewidth = -1.;
20     \translator {
21       \StaffContext
22       StaffSymbol \override #'molecule-callback = #(lambda (x) '())
23     }
24   }
25 }
26