From 770ee7573486f6b11a3a46a13491f00e04ffda63 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 7 Jan 2007 16:57:53 +0100 Subject: [PATCH] remove score output for midi-volume-equalizer. --- input/regression/midi-volume-equaliser.ly | 29 +---------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/input/regression/midi-volume-equaliser.ly b/input/regression/midi-volume-equaliser.ly index 0ad06cb931..6df7de7c6d 100644 --- a/input/regression/midi-volume-equaliser.ly +++ b/input/regression/midi-volume-equaliser.ly @@ -22,32 +22,24 @@ Override, see scm/midi.scm: flauti = \relative c' { \set Staff.midiInstrument = #"flute" - \set Staff.instrumentName = #"2 Flauti" - \set Staff.shortInstrumentName = #"Fl." c1\f R1*10 } oboi = \relative c' { \set Staff.midiInstrument = #"oboe" - \set Staff.instrumentName = #"2 Oboi" - \set Staff.shortInstrumentName = #"Ob." R1*1 c1\f R1*9 } clarinetti = \relative c' { \set Staff.midiInstrument = #"clarinet" - \set Staff.instrumentName = #"Clarinetti" - \set Staff.shortInstrumentName = #"Cl" R1*2 c1\f R1*8 } fagotti = \relative c' { \set Staff.midiInstrument = #"bassoon" - \set Staff.instrumentName = #"2 Fagotti" - \set Staff.shortInstrumentName = #"Fg." \clef bass R1*3 c1\f R1*7 @@ -55,16 +47,12 @@ fagotti = \relative c' { corni = \relative c' { \set Staff.midiInstrument = #"french horn" - \set Staff.instrumentName = #"Corni" - \set Staff.shortInstrumentName = #"Cor" R1*4 c1\f R1*6 } trombe = \relative c' { \set Staff.midiInstrument = #"trumpet" - \set Staff.instrumentName = #"Trombe" - \set Staff.shortInstrumentName = #"Tp." \clef bass R1*5 c1\f R1*5 @@ -72,32 +60,24 @@ trombe = \relative c' { timpani = \relative c' { \set Staff.midiInstrument = #"timpani" - \set Staff.instrumentName = #"Timpani" - \set Staff.shortInstrumentName = #"Timp." R1*6 c1\f R1*4 } violinoI = \relative c' { \set Staff.midiInstrument = #"violin" - \set Staff.instrumentName = #"Violino I " - \set Staff.shortInstrumentName = #"Vl. I " R1*7 c1\f R1*3 } violinoII = \relative c' { \set Staff.midiInstrument = #"violin" - \set Staff.instrumentName = #"Violino II " - \set Staff.shortInstrumentName = #"Vl. II " R1*8 c1\f R1*2 } viola = \relative c' { \set Staff.midiInstrument = #"viola" - \set Staff.instrumentName = #"Viola" - \set Staff.shortInstrumentName = #"Vla." \clef alto R1*9 c1\f R1*1 @@ -106,14 +86,13 @@ viola = \relative c' { violoncello = \relative c' { \set Staff.midiInstrument = #"cello" %\set Staff.midiInstrument = #"contrabass" - \set Staff.instrumentName = #"Violoncello" - \set Staff.shortInstrumentName = #"Vc." \clef bass R1*10 c1\f } + \score { << \new StaffGroup = "legni" << @@ -144,12 +123,6 @@ violoncello = \relative c' { >> >> - \layout { - \context { - \RemoveEmptyStaffContext - } - } - \midi { \context { \Score -- 2.39.2