]> git.donarmstrong.com Git - lilypond.git/blob - input/ascii-art/standchen-as9.ly
release: 1.3.142
[lilypond.git] / input / ascii-art / standchen-as9.ly
1
2 % asci-art output, TODO: include how-to-use-this 
3
4 \include "paper-as9.ly"
5
6 \score {
7         \context GrandStaff <
8                 \context Staff=upper \notes\relative c{
9                         \key f \major;
10                         \time 3/4;
11                         r8^"Moderato" %\pp 
12                         <g'-. c-.> <c-. es-.> <g-. c-.> <c-. es-.> <g-. c-.> |
13                         r8 <as-. c-.> <c-. es-.>
14                 }
15                 \context Staff=lower \notes\relative c{
16                         \key f \major;
17                         \time 3/4;
18                         \clef "bass";
19                         <c,2 c'> r4 
20                         <as2 as'> r4
21                 }
22         >
23         \paper {
24 %               \paperAs_nine
25                 indent=4.0\char;
26                 linewidth=78.0\char;
27                 %\translator { \StaffContext barSize = #9 }
28                 %\translator { \VoiceContext beamHeight = #0 }
29                 \translator { 
30                         \VoiceContext 
31                         beamHeight = ##f 
32                         autoBeamSettings \override #(begin * * * *) = #(make-moment 0 1)
33                         textNonEmpty = ##f
34                 }
35         }
36
37 }
38