lilypond-1.3.28
[lilypond.git] / ly / declarations-as.ly
blobccf8db4a439300adbaac7eff8f947d68399a71bc
2 breve = \duration { -1 0 }
3 longa = \duration { -2 0 }
4 maxima = \duration { -3 0 }
6 #(eval-string (ly-gulp-file "generic-property.scm"))
8 \include "nederlands.ly" % dutch
9 \include "chord-modifiers.ly"
10 \include "script.ly"
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
23 center=0
25 break = \penalty -1000000;
26 nobreak = \penalty 1000000;
28 major = 0
29 minor = 3
31 ionian = 0
32 locrian = 1
33 aeolian = 3
34 mixolydian = 5
35 lydian = 7
36 phrygian = 8
37 dorian = 10
39 melisma = \property Staff.melismaBusy = ##t
40 melismaEnd = \property Staff.melismaBusy = ##f
42 %papersize = "a4"
43 %\include "generic-paper.ly"
45 #(eval-string (ly-gulp-file "paper.scm"))
47 \paper {
48 texsetting = "";
49 pssetting = "";
50 scmsetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse;\n";% UGH.
53 \include "paper-as9.ly"
55 % ugh
56 \include "midi.ly"
58 \include "textscripts.ly"
59 \include "spanners.ly"
61 \include "property.ly"
65 unusedEntry = \notes { c4 } % reset default duration
67 % music = "\melodic\relative c"