]> git.donarmstrong.com Git - lilypond.git/blob - ly/declarations-musa.ly
partial: 1.3.25.jcn
[lilypond.git] / ly / declarations-musa.ly
1   
2 breve = \duration { -1 0 }
3 longa = \duration { -2 0 }
4 maxima = \duration { -3 0 }
5
6 #(eval-string (ly-gulp-file "generic-property.scm"))
7
8 \include "nederlands.ly"                % dutch
9 \include "chord-modifiers.ly"
10 \include "script.ly"
11
12
13 % declarations for standard directions
14 left = -1
15 right = 1
16 up = 1
17 down = -1
18 start = -1
19 stop = 1
20 smaller = -1
21 bigger = 1
22
23 center=0
24
25 break =  \penalty  -1000000; 
26 nobreak =  \penalty 1000000; 
27
28 major = 0
29 minor = 3
30
31 ionian = 0
32 locrian = 1
33 aeolian = 3
34 mixolydian = 5
35 lydian = 7
36 phrygian = 8
37 dorian = 10
38
39 melisma = \property Staff.melismaBusy = ##t
40 melismaEnd = \property Staff.melismaBusy = ##f
41
42 %papersize = "a4"
43 %\include "generic-paper.ly"
44
45 #(eval-string (ly-gulp-file "paper.scm"))
46
47 \paper {
48         texsetting = "";
49         pssetting = "";
50         scmsetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse;\n";% UGH. 
51 }
52
53 \include "paper-musa9.ly"
54
55 % ugh
56 \include "midi.ly"
57
58 \include "textscripts.ly"
59 \include "spanners.ly"
60
61 \include "property.ly"
62
63
64
65 unusedEntry = \notes { c4 }             % reset default duration
66
67 % music = "\melodic\relative c"
68