lilypond-1.3.74
[lilypond.git] / ly / declarations-as.ly
blobfe4d71c55241303b1395a66fabbd79c0e5d52305
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% UGH UGH UGH UGHUGH FIXME
3 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -> duplication!
6 breve = \duration { -1 0 }
7 longa = \duration { -2 0 }
8 maxima = \duration { -3 0 }
10 #(eval-string (ly-gulp-file "generic-property.scm"))
12 \include "nederlands.ly" % dutch
13 \include "chord-modifiers.ly"
14 \include "script.ly"
17 % declarations for standard directions
18 left = -1
19 right = 1
20 up = 1
21 down = -1
22 start = -1
23 stop = 1
24 smaller = -1
25 bigger = 1
27 center=0
29 break = \penalty -1000000;
30 nobreak = \penalty 1000000;
31 \include "scales.ly"
34 melisma = \property Staff.melismaBusy = ##t
35 melismaEnd = \property Staff.melismaBusy = ##f
37 %papersize = "a4"
38 %\include "generic-paper.ly"
40 #(eval-string (ly-gulp-file "paper.scm"))
42 \paper {
43 texsetting = "";
44 pssetting = "";
45 scmsetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse;\n";% UGH.
48 \include "paper-as9.ly"
50 % ugh
51 \include "midi.ly"
53 \include "textscripts.ly"
54 \include "spanners.ly"
56 \include "property.ly"
60 unusedEntry = \notes { c4 } % reset default duration
62 % music = "\melodic\relative c"