From: fred Date: Sun, 24 Mar 2002 19:33:00 +0000 (+0000) Subject: lilypond-0.0.34 X-Git-Tag: release/1.5.59~5318 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ba03c266703a98d669bd252006e44197fac3bb6f;p=lilypond.git lilypond-0.0.34 --- diff --git a/input/cadenza.ly b/input/cadenza.ly index fb7669e3fa..76095fc06e 100644 --- a/input/cadenza.ly +++ b/input/cadenza.ly @@ -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 diff --git a/input/scsii-menuetto.ly b/input/scsii-menuetto.ly index 932bd7d381..872615b1b3 100644 --- a/input/scsii-menuetto.ly +++ b/input/scsii-menuetto.ly @@ -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" diff --git a/src/paperdef.cc b/src/paperdef.cc index 21cc42f317..f5c3bcdfae 100644 --- a/src/paperdef.cc +++ b/src/paperdef.cc @@ -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()