]> git.donarmstrong.com Git - lilypond.git/blob - input/test/as2.ly
release: 1.3.25
[lilypond.git] / input / test / as2.ly
1
2 \include "paper-as9.ly"
3
4 \score {
5         \notes\relative c'{
6                 \time 4/4;
7                 c8 e g b
8                 d d d d
9                 \bar "|.";
10         }
11         \paper {
12                 \paper_as_nine
13                 linewidth=65.0\char;
14                 \translator { \StaffContext barSize = #9 }
15                 %\translator { \VoiceContext beamHeight = #0 }
16                 \translator { \VoiceContext beamHeight = ##f }
17         }
18
19 }
20