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