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