]> git.donarmstrong.com Git - lilypond.git/blob - input/ascii-art/asciiscript5.ly
update syntax in .ly files.
[lilypond.git] / input / ascii-art / asciiscript5.ly
1 \version "1.7.6"
2 % ASCII Art output
3 %
4 % Process as:
5 %
6 %     lilypond -fas foo.ly
7 %     as2text foo.as
8
9 \include "paper-as5.ly"
10
11 \score {
12   \notes\relative c'' {
13     \time 4/4
14     g1 a b c 
15     g2 a b c
16     g4 a b c
17   }
18   \paper {
19     \translator {
20       \StaffContext
21       BarLine \override #'bar-size = #5
22     }
23   }
24 }
25