From: Graham Percival Date: Sat, 29 Sep 2007 03:36:23 +0000 (-0700) Subject: Actually remove file. X-Git-Tag: release/2.11.35-1~46^2~112 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3bb81ad42eabb8976e2583880f8a570a316980fe;p=lilypond.git Actually remove file. --- diff --git a/input/manual/script-abbreviations.ly b/input/manual/script-abbreviations.ly deleted file mode 100644 index dedda6ab0f..0000000000 --- a/input/manual/script-abbreviations.ly +++ /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 - } - } -