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