]> git.donarmstrong.com Git - lilypond.git/blob - input/scarlatti-paper.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / scarlatti-paper.ly
1
2 \paper{
3         %my standard paper block
4
5         % figure out a way to do this cleanly.
6
7 %       0=\font "feta19"
8 %       -1=\font "feta16"
9 %       \stylesheet #(make-style-sheet 'paper19)
10
11         arithmetic_multiplier=7.\pt;
12         indent=0.;
13         linewidth=188.\mm;
14         forced_stem_shorten0=0.;
15         forced_stem_shorten1=0.;
16         forced_stem_shorten2=0.;
17         forced_stem_shorten3=0.;
18         \translator{
19                 \PianoStaffContext
20                 maxVerticalAlign=8.4;
21                 minVerticalAlign=8.4;
22         }
23         \translator{\StaffContext
24                 TimeSignature \override #'style = #'C
25         }
26         \translator{\VoiceContext
27                 noStemExtend = ##t
28                 tupletVisibility = ##f
29         }
30 }
31
32