]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/coriolan-paper.ly
patch::: 1.3.34.jcn1
[lilypond.git] / mutopia / Coriolan / coriolan-paper.ly
1 \paper{
2         \paper_sixteen
3         % slurs are never beautiful (no steep slurs)
4         slur_beautiful = 0.0;
5
6         \translator {
7                 \VoiceContext
8                 \name "VoiceOne";
9
10                 %%\consists "Line_number_engraver";
11                 verticalDirection = #1
12                 stemVerticalDirection = #1
13                 dynamicDirection = #-1
14         }
15         \translator {
16                 \VoiceContext
17                 \name "VoiceTwo";
18                 %%\consists "Line_number_engraver";
19                 verticalDirection = #-1
20                 stemVerticalDirection = #-1
21                 \remove "Dynamic_engraver";
22                 %% Aargh: absulute dynamics:
23                 \remove "Text_engraver";
24         }
25         \translator { 
26                 \HaraKiriStaffContext 
27                 instrumentScriptPadding = #55  %% urg, this is in pt
28                 instrScriptPadding = #25 %% urg, this is in pt
29                 maximumRestCount = #1
30                 \accepts "VoiceOne";
31                 \accepts "VoiceTwo";
32         }
33         \translator { \OrchestralScoreContext }
34 }