]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/params-as-init.ly
formatting cleanups, rename
[lilypond.git] / ly / params-as-init.ly
index b9928df8b1a901c98717b2b6e62814d5a8d8403b..b0f158bdc2f319cdc1c901668c451929c81d3c95 100644 (file)
@@ -1,20 +1,19 @@
-\version "1.3.146"
+\version "1.7.18"
 % params-as-init.ly
 % generic paper parameters
 
-outputscale = \staffheight / 4.0
+outputscale = #(/ staffheight 4.0)
 
 linewidth = 60.0 \char
 textheight = 60.0 \char
 indent = 8.0\char
 
-staffspace = (\staffheight - 1.0 ) / 4.0
-stafflinethickness = \staffspace / 2.0
+staffspace = #(/ (- staffheight 1) 4.0)
+stafflinethickness = #(/ staffspace 2.0)
 
 \translator { \NoteNamesContext }
 \translator { \ScoreContext }
 \translator { \ChoirStaffContext }
-\translator { \GraceContext }
 \translator { \RhythmicStaffContext}
 \translator { \StaffContext }
 \translator { \VoiceContext }