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