]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/equaliser.ly
Added texidoc index.
[lilypond.git] / input / test / equaliser.ly
index 6e7657fcba308e311a52efaa98364d667d0a941e..bc7023e6167c42a843274503b11ad0d1ac6b2a7e 100644 (file)
@@ -1,8 +1,7 @@
-\version "1.3.146"
-%
-% TODO: junkme.
-%
-
+\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"
@@ -22,8 +21,8 @@ oboi = \notes \relative c' {
 
 clarinetti = \notes \relative c' {
   \property Staff.midiInstrument = #"clarinet"
-  \property Staff.instrument   = #"2 Clarinetti\n(B\\textflat)"
-  \property Staff.instr                = #"Cl.\n(B\\textflat)"
+  \property Staff.instrument   = #"Clarinetti"
+  \property Staff.instr                = #"Cl"
 
   R1*2 c1 R1*8
 }
@@ -33,45 +32,47 @@ fagotti = \notes \relative c' {
   \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   = #"2 Corni\n(E\\textflat)"
-  \property Staff.instr                = #"Cor.\n(E\\textflat)"
+  \property Staff.instrument   = #"Corni"
+  \property Staff.instr                = #"Cor"
 
   R1*4 c1 R1*6
 }
 
 trombe = \notes \relative c' {
   \property Staff.midiInstrument = #"trumpet"
-  \property Staff.instrument   = #"2 Trombe\n(C)"
-  \property Staff.instr                = #"Tbe.\n(C)"
+  \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\n(C-G)"
+  \property Staff.instrument   = #"Timpani"
   \property Staff.instr                = #"Timp."
 
   R1*6 c1 R1*4
 }
 
-violinoB = \notes \relative c' {
+violinoI = \notes \relative c' {
   \property Staff.midiInstrument = #"violin"
-  \property Staff.instrument   = #"Violino I"
-  \property Staff.instr                = #"Vl. I"
+  \property Staff.instrument   = #"Violino I "
+  \property Staff.instr                = #"Vl. I "
 
   R1*7 c1 R1*3
 }
 
-violinoC = \notes \relative c' {
+violinoII = \notes \relative c' {
   \property Staff.midiInstrument = #"violin"
-  \property Staff.instrument   = #"Violino II"
-  \property Staff.instr                = #"Vl. II"
+  \property Staff.instrument   = #"Violino II "
+  \property Staff.instr                = #"Vl. II "
  
   R1*8 c1 R1*2
 }
@@ -81,19 +82,20 @@ viola = \notes \relative c' {
   \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\ne\nContrabasso"
-  \property Staff.instr                = #"Vc.\nCb."
+  \property Staff.instrument   = #"Violoncello"
+  \property Staff.instr                = #"Vc."
   
+  \clef bass
   R1*10 c1
 }
 
-\include "paper16.ly"
 
 \score {
   < 
@@ -117,28 +119,20 @@ violoncello = \notes \relative c' {
     >
     \context StaffGroup ="archi" <
       \context GrandStaff ="violini" <
-        \context Staff ="violino1" \violino1
-        \context Staff ="violino2" \violino2
+        \context Staff ="violino1" \violinoI
+        \context Staff ="violino2" \violinoII
       >
       \context Staff ="viola" \viola
       \context Staff ="violoncello" \violoncello
     >
   >
- \header{
-               title = "Coriolan"
-               subtitle = "Ouverture" 
-               opus = "Opus 62"
-               composer = "Ludwig van Beethoven (1770-1827)"
-               enteredby = "JCN"
-               copyright = "public domain"
-       }
 
   \paper {
        \paperSixteen
        indent=100.0\mm
        linewidth=150.0\mm
     \translator {
-      \HaraKiriStaffContext
+      \RemoveEmptyStaffContext
     }
   }
   \midi {
@@ -146,3 +140,4 @@ violoncello = \notes \relative c' {
   }
 }
 
+%% new-chords-done %%