]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.22
authorfred <fred>
Tue, 26 Mar 2002 22:45:12 +0000 (22:45 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:45:12 +0000 (22:45 +0000)
input/test/staff-size.ly
scripts/convert-mudela.py
scripts/ly2dvi.py

index 37046fc5f0147580e4a4489f78b0bd1cae932c53..43a7e1909546402471af9dbd70fb04f233b7f471 100644 (file)
@@ -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
        
index 5d91080465d3cd9182e81b2e4bdef4452deee704..ede540b40bbe600abeb43234b535990b7580187a 100644 (file)
@@ -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')
 
 ############################
        
index b309317ff177e2efe538f24162da14a65bc57d08..e8d5a36e699df6483dc08c57038f543459849dc1 100644 (file)
@@ -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