]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.34
authorfred <fred>
Sun, 24 Mar 2002 19:33:00 +0000 (19:33 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:33:00 +0000 (19:33 +0000)
input/cadenza.ly
input/scsii-menuetto.ly
src/paperdef.cc

index fb7669e3fab4eeb3d0a44b5217f4572feaf4117b..76095fc06e4e3fe6128313726c4a2fbb293ccfb6 100644 (file)
@@ -53,6 +53,6 @@ score {
                cadenza {1}
                grouping{1*4}
        }
+       paper {}
        midi { tempo 4:80 }
-       staff { midi  music { cad } }
 }
\ No newline at end of file
index 932bd7d381774a0f7fa3fd269d80a8bb1628bac0..872615b1b3eb687ed40296992ae665fe0028e332 100644 (file)
@@ -132,14 +132,10 @@ score {
        paper {
                symboltables { table_sixteen }
                width 195mm
-%              unitspace 12mm % this should do, really
                unitspace 9mm  % to get lily to use only three lines
                geometric 1.4
                output "scsii-menuetto.out"
        }
-       staff {
-               midi music { ii_menuetto }
-       }
        midi { 
                tempo 4:120
                output "scsii-menuetto.midi"
index 21cc42f317af64a12f7e20234592ee6e76111267..f5c3bcdfae1765032605f8f236f731781d10390b 100644 (file)
@@ -32,6 +32,7 @@ Paperdef::Paperdef(Lookup *l)
     linewidth = 15 *CM_TO_PT;          // in cm for now
     whole_width = 8 * note_width();
     geometric_ = sqrt(2);
+    outfile = "lelie.out";
 }
 
 Paperdef::~Paperdef()