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