From: fred Date: Tue, 26 Mar 2002 22:45:12 +0000 (+0000) Subject: lilypond-1.3.22 X-Git-Tag: release/1.5.59~1910 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6705412e313c533116045ed313424830f54ed1df;p=lilypond.git lilypond-1.3.22 --- diff --git a/input/test/staff-size.ly b/input/test/staff-size.ly index 37046fc5f0..43a7e19095 100644 --- a/input/test/staff-size.ly +++ b/input/test/staff-size.ly @@ -1,6 +1,6 @@ \score { \notes \relative c' < \context Voice { - \property Staff.staffLineLeading = 4 + \property Staff.staffSpace = #10 \property Staff.fontSize = #-1 \property Voice.fontSize = #-1 diff --git a/scripts/convert-mudela.py b/scripts/convert-mudela.py index 5d91080465..ede540b40b 100644 --- a/scripts/convert-mudela.py +++ b/scripts/convert-mudela.py @@ -407,10 +407,12 @@ if 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') ############################ diff --git a/scripts/ly2dvi.py b/scripts/ly2dvi.py index b309317ff1..e8d5a36e69 100644 --- a/scripts/ly2dvi.py +++ b/scripts/ly2dvi.py @@ -257,7 +257,7 @@ class TeXOutput: %%\\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