]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.65
authorfred <fred>
Tue, 26 Mar 2002 22:30:40 +0000 (22:30 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:30:40 +0000 (22:30 +0000)
ly/dynamic.ly [deleted file]

diff --git a/ly/dynamic.ly b/ly/dynamic.ly
deleted file mode 100644 (file)
index a8cd081..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-%
-% declare the standard dynamic identifiers.
-%
-
-pppppp = \textscript"pppppp" "dynamic" 
-ppppp = \textscript"ppppp" "dynamic"
-pppp = \textscript "pppp" "dynamic"
-ppp = \textscript "ppp" "dynamic"
-pp = \textscript "pp" "dynamic"
-p = \textscript "p" "dynamic"
-mp = \textscript "mp" "dynamic"
-mf = \textscript "mf" "dynamic"
-f = \textscript "e" "dynamic"                  % see feta-din layout
-ff = \textscript "ff" "dynamic"
-fff = \textscript "fff" "dynamic"
-ffff = \textscript "ffff" "dynamic"
-fffff = \textscript "fffff" "dynamic"
-ffffff = \textscript "ffffff" "dynamic"
-fp = \textscript "fp" "dynamic"
-sf = \textscript "sf" "dynamic"
-sff = \textscript "sff" "dynamic"
-sfz = \textscript "sfz" "dynamic"
-fz = \textscript "fz" "dynamic"
-sp = \textscript "sp" "dynamic"
-spp = \textscript "spp" "dynamic"
-rfz = \textscript "rfz" "dynamic"
-
-% 1st arg dynamic (louder/softer). 2nd arg spantype
-cr = \spanrequest \start "crescendo"
-decr = \spanrequest  \start "decrescendo"
-rc = \spanrequest   \stop "crescendo"
-rced = \spanrequest \stop "decrescendo"