]> git.donarmstrong.com Git - lilypond.git/blob - input/ascii-art/standchen-as5.ly
a5e04b27e6b2cc689d92416703059d2ddcb2ed12
[lilypond.git] / input / ascii-art / standchen-as5.ly
1 % ASCII Art output
2 %
3 % Process as:
4 %
5 %     lilypond -fas foo.ly
6 %     as2text foo.as
7
8
9 \include "paper-as5.ly"
10
11 \score {
12   \context StaffGroup <
13     \context Staff=upper \notes\relative c{
14       \key f \major;
15       \time 3/4;
16       r8^"Moderato" %\pp 
17       <g'-. c-.> <c-. es-.> <g-. c-.> <c-. es-.> <g-. c-.> |
18       r8 <as-. c-.> <c-. es-.>
19     }
20     \context Staff=lower \notes\relative c{
21       \key f \major;
22       \time 3/4;
23       \clef "bass";
24       <c,2 c'> r4 
25       <as2 as'> r4
26     }
27   >
28   \paper {
29     indent=4.0\char;
30     linewidth=78.0\char;
31     \translator { \StaffContext Bar \override #'bar-size = #5 }
32     \translator { 
33       \VoiceContext 
34       % horizontal beams
35       Beam \override #'height = #0
36       autoBeamSettings \override #'(begin * * * *) = #(make-moment 0 1)
37       textNonEmpty = ##f
38     }
39   }
40 }
41