]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-switch.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / instrument-switch.ly
diff --git a/input/regression/instrument-switch.ly b/input/regression/instrument-switch.ly
deleted file mode 100644 (file)
index 73f6dff..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-
-\header {
-
-  texidoc = "The @code{switchInstrument} music function modifies
-properties for an in staff instrument switch. "
-  }
-
-\version "2.9.13"
-\addInstrumentDefinition #"bassClar"
-  #`((instrumentTransposition . ,(ly:make-pitch -1 6 FLAT))
-     (instrumentName . "bla") 
-     (shortInstrumentName . "bl")
-     (clefGlyph . "clefs.F") 
-     (middleCPosition . 6)
-     (clefPosition . 2)
-     (instrumentCueName . ,(make-bold-markup "cl. B"))
-     (midiInstrument . "clarinet"))
-
-
-\paper {
-  ragged-right = ##t
-}
-
-\relative
-{
-  c4
-  \instrumentSwitch "bassClar"
-  c2.\break
-  c1\break
-  c
-}