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