From 3bb81ad42eabb8976e2583880f8a570a316980fe Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 28 Sep 2007 20:36:23 -0700 Subject: [PATCH] Actually remove file. --- input/manual/script-abbreviations.ly | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 input/manual/script-abbreviations.ly 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 - } - } - -- 2.39.5