From 6705412e313c533116045ed313424830f54ed1df Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:45:12 +0000 Subject: [PATCH] lilypond-1.3.22 --- input/test/staff-size.ly | 2 +- scripts/convert-mudela.py | 10 ++++++---- scripts/ly2dvi.py | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) 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 -- 2.39.5