]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-volume-equaliser.ly
(conv): dashes rule.
[lilypond.git] / input / no-notation / midi-volume-equaliser.ly
index 890c8e170998db67022b32efc2b7b3712dd3782b..0c271ddff1d81bb05b4ae5caa9dbfc9bfaeed2f0 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "1.9.1"
 \header {
 texidoc = "@cindex Midi Volume Equaliser
 The full orchestra plays a notes, where groups stop one after
@@ -26,7 +26,7 @@ flauti = \notes \relative c' {
   \property Staff.instrument   = #"2 Flauti"
   \property Staff.instr                = #"Fl."
 
-  c1-\f R1*10
+  c1\f R1*10
 }
 
 oboi = \notes \relative c' {
@@ -34,7 +34,7 @@ oboi = \notes \relative c' {
   \property Staff.instrument   = #"2 Oboi"
   \property Staff.instr                = #"Ob."
 
-  R1*1 c1-\f R1*9
+  R1*1 c1\f R1*9
 }
 
 clarinetti = \notes \relative c' {
@@ -42,7 +42,7 @@ clarinetti = \notes \relative c' {
   \property Staff.instrument   = #"Clarinetti"
   \property Staff.instr                = #"Cl"
 
-  R1*2 c1-\f R1*8
+  R1*2 c1\f R1*8
 }
 
 fagotti = \notes \relative c' {
@@ -51,7 +51,7 @@ fagotti = \notes \relative c' {
   \property Staff.instr                = #"Fg."
 
   \clef bass
-  R1*3 c1-\f R1*7
+  R1*3 c1\f R1*7
 }
 
 corni = \notes \relative c' {
@@ -59,7 +59,7 @@ corni = \notes \relative c' {
   \property Staff.instrument   = #"Corni"
   \property Staff.instr                = #"Cor"
 
-  R1*4 c1-\f R1*6
+  R1*4 c1\f R1*6
 }
 
 trombe = \notes \relative c' {
@@ -68,7 +68,7 @@ trombe = \notes \relative c' {
   \property Staff.instr                = #"Tp."
 
   \clef bass
-  R1*5 c1-\f R1*5
+  R1*5 c1\f R1*5
 }
 
 timpani = \notes \relative c' {
@@ -76,7 +76,7 @@ timpani = \notes \relative c' {
   \property Staff.instrument   = #"Timpani"
   \property Staff.instr                = #"Timp."
 
-  R1*6 c1-\f R1*4
+  R1*6 c1\f R1*4
 }
 
 violinoI = \notes \relative c' {
@@ -84,7 +84,7 @@ violinoI = \notes \relative c' {
   \property Staff.instrument   = #"Violino I "
   \property Staff.instr                = #"Vl. I "
 
-  R1*7 c1-\f R1*3
+  R1*7 c1\f R1*3
 }
 
 violinoII = \notes \relative c' {
@@ -92,7 +92,7 @@ violinoII = \notes \relative c' {
   \property Staff.instrument   = #"Violino II "
   \property Staff.instr                = #"Vl. II "
  
-  R1*8 c1-\f R1*2
+  R1*8 c1\f R1*2
 }
 
 viola = \notes \relative c' {
@@ -101,7 +101,7 @@ viola = \notes \relative c' {
   \property Staff.instr                = #"Vla."
 
   \clef alto
-  R1*9 c1-\f R1*1
+  R1*9 c1\f R1*1
 }
 
 violoncello = \notes \relative c' {
@@ -111,7 +111,7 @@ violoncello = \notes \relative c' {
   \property Staff.instr                = #"Vc."
   
   \clef bass
-  R1*10 c1-\f
+  R1*10 c1\f
 }