]> git.donarmstrong.com Git - lilypond.git/blob - input/ascii-art/standchen-as9.ly
update syntax in .ly files.
[lilypond.git] / input / ascii-art / standchen-as9.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 % FIXME: broken system-start-delimiter.cc:staff_brace lookup
10
11 \include "paper-as9.ly"
12
13 \score {
14   \context GrandStaff <
15     \context Staff=upper \notes\relative c{
16       \key f \major
17       \time 3/4
18       r8^"Moderato" %-\pp 
19       <g'-. c-.> <c-. es-.> <g-. c-.> <c-. es-.> <g-. c-.> |
20       r8 <as-. c-.> <c-. es-.>
21     }
22     \context Staff=lower \notes\relative c{
23       \key f \major
24       \time 3/4
25       \clef "bass"
26       <c,2 c'> r4 
27       <as2 as'> r4
28     }
29   >
30   \paper {
31     indent=4.0\char
32     linewidth=78.0\char
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