lilypond-1.3.121
[lilypond.git] / ly / declarations-as.ly
blob06acf86c1b606c338390048b28392b904e71d087
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% UGH UGH UGH UGHUGH FIXME
3 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -> duplication!
5 breve = \duration #(make-duration -1 0)
6 longa = \duration #'(make-duration -2 0 )
7 maxima = \duration #'(make-duration -3 0 )
10 #(begin
11 (eval-string (ly-gulp-file "slur.scm"))
12 (eval-string (ly-gulp-file "generic-property.scm"))
13 (eval-string (ly-gulp-file "basic-properties.scm"))
16 \include "nederlands.ly" % dutch
17 \include "chord-modifiers.ly"
18 \include "script.ly"
21 % declarations for standard directions
22 left = -1
23 right = 1
24 up = 1
25 down = -1
26 start = -1
27 stop = 1
28 smaller = -1
29 bigger = 1
31 center=0
33 break = \penalty -1000000;
34 noBreak = \penalty 1000000;
35 \include "scale-definitions.ly"
38 melisma = \property Staff.melismaBusy = ##t
39 melismaEnd = \property Staff.melismaBusy = ##f
41 %papersize = "a4"
42 %\include "generic-paper.ly"
44 #(eval-string (ly-gulp-file "paper.scm"))
46 \paper {
47 texsetting = "";
48 pssetting = "";
49 scmsetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse;\n";% UGH.
52 \include "paper-as9.ly"
54 % ugh
55 \include "midi.ly"
57 \include "dynamic-scripts.ly"
58 \include "spanners.ly"
60 \include "property.ly"
64 unusedEntry = \notes { c4 } % reset default duration
66 % music = "\melodic\relative c"