]> git.donarmstrong.com Git - lilypond.git/commitdiff
input/test/equaliser.ly: renamed to midi-volume-equaliser.ly
authorGraham Percival <graham@percival-music.ca>
Wed, 18 Jun 2003 21:42:39 +0000 (21:42 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 18 Jun 2003 21:42:39 +0000 (21:42 +0000)
ChangeLog
input/test/equaliser.ly [deleted file]
input/test/midi-volume-equaliser.ly [new file with mode: 0644]

index 4bbf9cfee200ca10a3ff665634c85cb7fa5b282e..cb4416916d603ede355c8a0824de3fbde64beef9 100644 (file)
--- 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  <hanwen@cs.uu.nl>
 
        * scm/music-functions.scm (make-ottava-set): 
diff --git a/input/test/equaliser.ly b/input/test/equaliser.ly
deleted file mode 100644 (file)
index bc7023e..0000000
+++ /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 (file)
index 0000000..7afa9c1
--- /dev/null
@@ -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 %%