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