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