]> git.donarmstrong.com Git - lilypond.git/blob - init/symbol.ly
release: 0.1.9
[lilypond.git] / init / symbol.ly
1 \version "0.1.1";
2
3 breve = \duration { -1 0 }
4 longa = \duration { -2 0 }
5
6 \include "dynamic.ly"
7 \include "dutch.ly" 
8
9
10 \include "script.ly"
11 \include "paper16.ly"
12
13 % ugh
14 \include "midi.ly"
15
16 % declarations for standard directions
17 left = -1
18 right = 1
19 up = 1
20 down = -1
21