]> git.donarmstrong.com Git - lilypond.git/blob - input/test/test-as5.ly
release: 1.3.25
[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 g2 g4. g8 |
7         }
8         \paper {
9                 \paper_as_five
10                 \translator { \StaffContext barSize = #5 }
11         }
12
13 }
14