lilypond-0.1.55
[lilypond.git] / init / symbol.ly
blob564fca56cf114280e6540a2a34cf6cc4a4247b9c
1 % symbol.ly
3 % FIXME other name
5 \version "0.1.7";
7 breve = \duration { -1 0 }
8 longa = \duration { -2 0 }
10 \include "dynamic.ly"
11 \include "dutch.ly"
12 \include "script.ly"
15 Gourlay = 1.0
16 Wordwrap = 0.0
18 \include "paper16.ly"
19 \include "paper20.ly"
22 default_paper = \paper{
23 \paper_sixteen
26 % ugh
27 \include "midi.ly"
29 % declarations for standard directions
30 left = -1
31 right = 1
32 up = 1
33 down = -1
34 center=0
37 stemup = {
38 \skip 1*0;
39 % Stupid hack to make < { \stemup } > work
40 \property Voice.ydirection = \up
42 stemboth= {
43 \skip 1*0;
44 \property Voice.ydirection = \center
46 stemdown = {
47 \skip 1*0;
48 \property Voice.ydirection = \down