]> git.donarmstrong.com Git - lilypond.git/commitdiff
Actually remove file.
authorGraham Percival <graham@percival-music.ca>
Sat, 29 Sep 2007 03:36:23 +0000 (20:36 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:48:13 +0000 (09:48 +0100)
input/manual/script-abbreviations.ly [deleted file]

diff --git a/input/manual/script-abbreviations.ly b/input/manual/script-abbreviations.ly
deleted file mode 100644 (file)
index dedda6a..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-
-% this chart is used in the manual too.
-
-\version "2.10.0"
-\header { texidoc = "@cindex Script Abbreviations
-
-Some articulations may be entered using an abbreviation.
-
-"
-         
-}
-
-\score {
-     \context Voice {
-      \override TextScript  #'font-family = #'typewriter
-      \override TextScript  #'font-shape = #'upright
-      c''4-._"c-."      s4
-      c''4--_"c--"      s4
-      c''4-+_"c-+"      s4
-      c''4-|_"c-|"      s4
-      c''4->_"c->"      s4
-      c''4-^_"c-^"      s4
-      c''4-__"c-_"      s4      
-    }
-  }
-