]> git.donarmstrong.com Git - lilypond.git/blob - input/ascii-art/asciiscript5.ly
* scm/paper.scm (set-staff-size): new function: set default
[lilypond.git] / input / ascii-art / asciiscript5.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 4/4
15     g1 a b c 
16     g2 a b c
17     g4 a b c
18   }
19   \paper {
20     \translator {
21       \StaffContext
22       BarLine \override #'bar-size = #5
23     }
24   }
25 }
26