From: Graham Percival Date: Wed, 18 Jun 2003 21:42:39 +0000 (+0000) Subject: input/test/equaliser.ly: renamed to midi-volume-equaliser.ly X-Git-Tag: release/1.7.22~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=02520f29bbb2a42c8c4996ebfdaddbc804cd1d3f;p=lilypond.git input/test/equaliser.ly: renamed to midi-volume-equaliser.ly --- diff --git a/ChangeLog b/ChangeLog index 4bbf9cfee2..cb4416916d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly) + * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly. + 2003-06-17 Han-Wen Nienhuys * scm/music-functions.scm (make-ottava-set): diff --git a/input/test/equaliser.ly b/input/test/equaliser.ly deleted file mode 100644 index bc7023e616..0000000000 --- a/input/test/equaliser.ly +++ /dev/null @@ -1,143 +0,0 @@ -\version "1.7.19" -% possible rename to midi-volume-equaliser ? -\header { texidoc = "@cindex Midi Volume Equaliser -The full orchestra plays a notes, where groups stop one after another. USe this to tune equalizer settings. " } - -flauti = \notes \relative c' { - \property Staff.midiInstrument = #"flute" - \property Staff.instrument = #"2 Flauti" - \property Staff.instr = #"Fl." - - c1 R1*10 -} - -oboi = \notes \relative c' { - \property Staff.midiInstrument = #"oboe" - \property Staff.instrument = #"2 Oboi" - \property Staff.instr = #"Ob." - - R1*1 c1 R1*9 -} - -clarinetti = \notes \relative c' { - \property Staff.midiInstrument = #"clarinet" - \property Staff.instrument = #"Clarinetti" - \property Staff.instr = #"Cl" - - R1*2 c1 R1*8 -} - -fagotti = \notes \relative c' { - \property Staff.midiInstrument = #"bassoon" - \property Staff.instrument = #"2 Fagotti" - \property Staff.instr = #"Fg." - - \clef bass - R1*3 c1 R1*7 -} - -corni = \notes \relative c' { - \property Staff.midiInstrument = #"french horn" - \property Staff.instrument = #"Corni" - \property Staff.instr = #"Cor" - - R1*4 c1 R1*6 -} - -trombe = \notes \relative c' { - \property Staff.midiInstrument = #"trumpet" - \property Staff.instrument = #"Trombe" - \property Staff.instr = #"Tp." - - \clef bass - R1*5 c1 R1*5 -} - -timpani = \notes \relative c' { - \property Staff.midiInstrument = #"timpani" - \property Staff.instrument = #"Timpani" - \property Staff.instr = #"Timp." - - R1*6 c1 R1*4 -} - -violinoI = \notes \relative c' { - \property Staff.midiInstrument = #"violin" - \property Staff.instrument = #"Violino I " - \property Staff.instr = #"Vl. I " - - R1*7 c1 R1*3 -} - -violinoII = \notes \relative c' { - \property Staff.midiInstrument = #"violin" - \property Staff.instrument = #"Violino II " - \property Staff.instr = #"Vl. II " - - R1*8 c1 R1*2 -} - -viola = \notes \relative c' { - \property Staff.midiInstrument = #"viola" - \property Staff.instrument = #"Viola" - \property Staff.instr = #"Vla." - - \clef alto - R1*9 c1 R1*1 -} - -violoncello = \notes \relative c' { - \property Staff.midiInstrument = #"cello" - %\property Staff.midiInstrument = #"contrabass" - \property Staff.instrument = #"Violoncello" - \property Staff.instr = #"Vc." - - \clef bass - R1*10 c1 -} - - -\score { - < - \context StaffGroup ="legni" < - \context Staff ="flauti" \flauti - \context Staff ="oboi" \oboi - \context Staff ="clarinetti" \clarinetti - \context Staff ="fagotti" \fagotti - > - \context StaffGroup ="ottoni" < - \context Staff ="corni" \corni - \context Staff ="trombe" \trombe - > - \context StaffGroup ="timpani" < - \context Staff ="timpani" \timpani - { - \skip 1 - % Hmm: this forces a staff-bracket, that's good! - % However, I can't find where is decided on staff-bracket yes/no - } - > - \context StaffGroup ="archi" < - \context GrandStaff ="violini" < - \context Staff ="violino1" \violinoI - \context Staff ="violino2" \violinoII - > - \context Staff ="viola" \viola - \context Staff ="violoncello" \violoncello - > - > - - \paper { - \paperSixteen - indent=100.0\mm - linewidth=150.0\mm - \translator { - \RemoveEmptyStaffContext - } - } - \midi { - \tempo 1 = 60 - } -} - -%% new-chords-done %% diff --git a/input/test/midi-volume-equaliser.ly b/input/test/midi-volume-equaliser.ly new file mode 100644 index 0000000000..7afa9c153f --- /dev/null +++ b/input/test/midi-volume-equaliser.ly @@ -0,0 +1,143 @@ +\version "1.7.19" +\header { texidoc = "@cindex Midi Volume Equaliser +The full orchestra plays a notes, where groups stop one after +another. U se this to tune equalizer settings. " } + +flauti = \notes \relative c' { + \property Staff.midiInstrument = #"flute" + \property Staff.instrument = #"2 Flauti" + \property Staff.instr = #"Fl." + + c1 R1*10 +} + +oboi = \notes \relative c' { + \property Staff.midiInstrument = #"oboe" + \property Staff.instrument = #"2 Oboi" + \property Staff.instr = #"Ob." + + R1*1 c1 R1*9 +} + +clarinetti = \notes \relative c' { + \property Staff.midiInstrument = #"clarinet" + \property Staff.instrument = #"Clarinetti" + \property Staff.instr = #"Cl" + + R1*2 c1 R1*8 +} + +fagotti = \notes \relative c' { + \property Staff.midiInstrument = #"bassoon" + \property Staff.instrument = #"2 Fagotti" + \property Staff.instr = #"Fg." + + \clef bass + R1*3 c1 R1*7 +} + +corni = \notes \relative c' { + \property Staff.midiInstrument = #"french horn" + \property Staff.instrument = #"Corni" + \property Staff.instr = #"Cor" + + R1*4 c1 R1*6 +} + +trombe = \notes \relative c' { + \property Staff.midiInstrument = #"trumpet" + \property Staff.instrument = #"Trombe" + \property Staff.instr = #"Tp." + + \clef bass + R1*5 c1 R1*5 +} + +timpani = \notes \relative c' { + \property Staff.midiInstrument = #"timpani" + \property Staff.instrument = #"Timpani" + \property Staff.instr = #"Timp." + + R1*6 c1 R1*4 +} + +violinoI = \notes \relative c' { + \property Staff.midiInstrument = #"violin" + \property Staff.instrument = #"Violino I " + \property Staff.instr = #"Vl. I " + + R1*7 c1 R1*3 +} + +violinoII = \notes \relative c' { + \property Staff.midiInstrument = #"violin" + \property Staff.instrument = #"Violino II " + \property Staff.instr = #"Vl. II " + + R1*8 c1 R1*2 +} + +viola = \notes \relative c' { + \property Staff.midiInstrument = #"viola" + \property Staff.instrument = #"Viola" + \property Staff.instr = #"Vla." + + \clef alto + R1*9 c1 R1*1 +} + +violoncello = \notes \relative c' { + \property Staff.midiInstrument = #"cello" + %\property Staff.midiInstrument = #"contrabass" + \property Staff.instrument = #"Violoncello" + \property Staff.instr = #"Vc." + + \clef bass + R1*10 c1 +} + + +\score { + < + \context StaffGroup ="legni" < + \context Staff ="flauti" \flauti + \context Staff ="oboi" \oboi + \context Staff ="clarinetti" \clarinetti + \context Staff ="fagotti" \fagotti + > + \context StaffGroup ="ottoni" < + \context Staff ="corni" \corni + \context Staff ="trombe" \trombe + > + \context StaffGroup ="timpani" < + \context Staff ="timpani" \timpani + { + \skip 1 + % Hmm: this forces a staff-bracket, that's good! + % However, I can't find where is decided on staff-bracket yes/no + } + > + \context StaffGroup ="archi" < + \context GrandStaff ="violini" < + \context Staff ="violino1" \violinoI + \context Staff ="violino2" \violinoII + > + \context Staff ="viola" \viola + \context Staff ="violoncello" \violoncello + > + > + + \paper { + \paperSixteen + indent=100.0\mm + linewidth=150.0\mm + \translator { + \RemoveEmptyStaffContext + } + } + \midi { + \tempo 1 = 60 + } +} + +%% new-chords-done %%