+++ /dev/null
-% 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
+++ /dev/null
-% 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
-}
-
-