\score {
\notes \relative c' < \context Voice {
- \property Staff.staffLineLeading = 4
+ \property Staff.staffSpace = #10
\property Staff.fontSize = #-1
\property Voice.fontSize = #-1
if 1:
def conv (str):
- return re.sub ('staffLineLeading'
- 'staffSpace',
- str)
- conversions.append ((1,3,18), conv, "staffLineLeading -> staffSpace")
+ str = re.sub ('staffLineLeading',
+ 'staffSpace',
+ str)
+ return str
+
+ conversions.append ((1,3,18), conv, 'staffLineLeading -> staffSpace')
############################
%%\\addtolength{\\topmargin}{-1cm}
%%\\setlength{\\textwidth}{%s}
%%\\setlength{\\textheight}{%s}
-\\geometry{width=%spt, left=%spt, height=%spt, top=%spt}
+\\geometry{width=%spt, left=%spt, height=%spt, top=%spt, nohead}
\\input lilyponddefs
\\input titledefs
%s