]> git.donarmstrong.com Git - lilypond.git/blob - ly/params-as-init.ly
* buildscripts/lilypond.words.py, input/puer-fragment.ly,
[lilypond.git] / ly / params-as-init.ly
1 \version "1.9.8"
2 % params-as-init.ly
3 % generic paper parameters
4
5 outputscale = #(/ staffheight 4.0)
6
7 linewidth = 60.0 \char
8 textheight = 60.0 \char
9 indent = 8.0\char
10
11 staffspace = #(/ (- staffheight 1) 4.0)
12 stafflinethickness = #(/ staffspace 2.0)
13
14 \translator { \NoteNamesContext }
15 \translator { \ScoreContext }
16 \translator { \ChoirStaffContext }
17 \translator { \RhythmicStaffContext}
18 \translator { \StaffContext }
19 \translator { \VoiceContext }
20 \translator { \StaffGroupContext }
21 \translator { \ChordNamesContext }
22 \translator { \GrandStaffContext }
23 \translator { \LyricsContext }
24 \translator { \ThreadContext }
25 \translator { \PianoStaffContext }
26 \translator { \LyricsVoiceContext }
27 \translator { \StaffContainerContext }
28
29