]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.35
authorfred <fred>
Sun, 24 Mar 2002 20:08:23 +0000 (20:08 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:08:23 +0000 (20:08 +0000)
init/r20.ly [deleted file]
init/symbol.ly [deleted file]

diff --git a/init/r20.ly b/init/r20.ly
deleted file mode 100644 (file)
index e935658..0000000
+++ /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 (file)
index 564fca5..0000000
+++ /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
-}
-
-