]> git.donarmstrong.com Git - lilypond.git/blob - input/test/test-as5.ly
patch::: 1.3.39.jcn3
[lilypond.git] / input / test / test-as5.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