From: fred Date: Fri, 10 Oct 1997 16:09:15 +0000 (+0000) Subject: lilypond-0.1.35 X-Git-Tag: release/1.5.59~6044 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd253beef612151a6be15121423ba3662da5fb6f;p=lilypond.git lilypond-0.1.35 --- diff --git a/init/lily-init.ly b/init/lily-init.ly new file mode 100644 index 0000000000..564fca56cf --- /dev/null +++ b/init/lily-init.ly @@ -0,0 +1,51 @@ +% 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 +} + +