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