]> git.donarmstrong.com Git - lilypond.git/blob - input/ascii-art/asciscript5.ly
release: 1.3.142
[lilypond.git] / input / ascii-art / asciscript5.ly
1
2 % ascii art
3
4 \include "paper-as5.ly"
5
6 \score {
7         \notes\relative c''{
8                 \time 4/4;
9                 g1 a b c 
10                 g2 a b c
11                 g4 a b c
12         }
13         \paper {
14                 \paperAs_five
15                 \translator { \StaffContext barSize = #5 }
16         }
17
18 }
19