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