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