]> git.donarmstrong.com Git - lilypond.git/blob - input/ascii-art/as2.ly
update syntax in .ly files.
[lilypond.git] / input / ascii-art / as2.ly
1 \version "1.7.6"
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