From: fred Date: Sun, 24 Mar 2002 20:08:23 +0000 (+0000) Subject: lilypond-0.1.35 X-Git-Tag: release/1.5.59~3285 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=056a1cf7731b7d4547854363abf5d04d3dfe88cd;p=lilypond.git lilypond-0.1.35 --- diff --git a/init/r20.ly b/init/r20.ly deleted file mode 100644 index e935658170..0000000000 --- a/init/r20.ly +++ /dev/null @@ -1,7 +0,0 @@ -% generated at Mon Sep 22 22:23:19 1997 from out/r20.log -% changes will be lost -% font-en-tja=\symboltables { - "rests" = \table { - "-2" "\eighthrest" 0.00\pt 5.40\pt 17.55\pt 0.00\pt - } - % } % font-en-tja diff --git a/init/symbol.ly b/init/symbol.ly deleted file mode 100644 index 564fca56cf..0000000000 --- a/init/symbol.ly +++ /dev/null @@ -1,51 +0,0 @@ -% symbol.ly -% -% FIXME other name - -\version "0.1.7"; - -breve = \duration { -1 0 } -longa = \duration { -2 0 } - -\include "dynamic.ly" -\include "dutch.ly" -\include "script.ly" - - -Gourlay = 1.0 -Wordwrap = 0.0 - -\include "paper16.ly" -\include "paper20.ly" - - -default_paper = \paper{ - \paper_sixteen -} - -% ugh -\include "midi.ly" - -% declarations for standard directions -left = -1 -right = 1 -up = 1 -down = -1 -center=0 - - -stemup = { - \skip 1*0; - % Stupid hack to make < { \stemup } > work - \property Voice.ydirection = \up - } -stemboth= { - \skip 1*0; - \property Voice.ydirection = \center -} -stemdown = { - \skip 1*0; - \property Voice.ydirection = \down -} - -