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