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