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