]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/coriolan-paper.ly
e8d1a3358c3473b30f0270dc9fb9101311a1b3ca
[lilypond.git] / mutopia / Coriolan / coriolan-paper.ly
1 \paper{
2         \paper_sixteen
3
4         textheight = 295.0\mm;
5         linewidth = 180.0\mm;
6
7         \translator{ \HaraKiriStaffContext }
8         %
9         % The Voice combine hierarchy
10         %
11         \translator{
12                 \ThreadContext
13                 \name "VoiceCombineThread";
14                 \consists "Rest_engraver";
15         }
16         \translator{
17                 \VoiceContext
18                 \name "VoiceCombineVoice";
19                 soloText = #"I."
20                 soloIIText = #"II."
21                 \remove "Rest_engraver";
22                 \accepts "VoiceCombineThread";
23         }
24         \translator{
25                 \HaraKiriStaffContext
26                 \consists "Mark_engraver";
27                 \name "VoiceCombineStaff";
28                 \accepts "VoiceCombineVoice";
29         }
30
31         %
32         % The Staff combine hierarchy
33         %
34         \translator{
35                 \ThreadContext
36                 \name "StaffCombineThread";
37         }
38         \translator{
39                 \VoiceContext
40                 \name "StaffCombineVoice";
41                 \accepts "StaffCombineThread";
42                 \consists "Thread_devnull_engraver";
43         }
44         \translator {
45                 \HaraKiriStaffContext
46                 \name "StaffCombineStaff";
47                 \accepts "StaffCombineVoice";
48
49                 soloADue = ##t
50                 soloText = #""
51                 soloIIText = #""
52                 aDueText = #""
53                 splitInterval = #'(1 . 0)
54                 changeMoment = #`(,(make-moment 1 1) . ,(make-moment 1 1))
55         }
56         \translator {
57                 \StaffGroupContext
58                 \accepts "VoiceCombineStaff";
59                 \accepts "StaffCombineStaff";
60         }
61         \translator{ \HaraKiriStaffContext }
62
63         \translator {
64                 %\ScoreContext
65                 \OrchestralScoreContext
66                 \accepts "VoiceCombineStaff";
67                 \accepts "StaffCombineStaff";
68                 skipBars = ##t 
69
70                 barScriptPadding = #2.0 % dimension \pt
71                 markScriptPadding = #4.0
72
73                 %% urg: in pt?
74                 barNumberScriptPadding = #15
75                 %% URG: this changes dynamics too
76                 %%textStyle = #"italic"
77                 timeSignatureStyle = #"C"
78                 instrumentScriptPadding = #60  %% urg, this is in pt
79                 instrScriptPadding = #40 %% urg, this is in pt
80                 marginScriptHorizontalAlignment = #1
81                 maximumRestCount = #1
82         }
83 }