%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% UGH UGH UGH UGHUGH FIXME
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -> duplication!
-
-breve = \duration { -1 0 }
-longa = \duration { -2 0 }
-maxima = \duration { -3 0 }
+breve = \duration #'( -1 0)
+longa = \duration #'( -2 0 )
+maxima = \duration #'( -3 0 )
#(eval-string (ly-gulp-file "generic-property.scm"))
+% urg, move to basic property?
+#(eval-string (ly-gulp-file "slur.scm"))
+
\include "nederlands.ly" % dutch
\include "chord-modifiers.ly"
\include "script.ly"
break = \penalty -1000000;
nobreak = \penalty 1000000;
-\include "scales.ly"
+\include "scale-definitions.ly"
melisma = \property Staff.melismaBusy = ##t
\paper_as_nine
%linewidth=-1.0;
%indent = 0.0;
- \translator { \StaffContext barSize = #'staff-height }
+ \translator { \StaffContext barSize = \staffheight; }
% no beam-slope
%\translator { \VoiceContext beamHeight = #0; }
\paper {
\paper_as_nine
- \translator { \StaffContext barSize = #'staff-height }
+ \translator { \StaffContext barSize = \staffheight; }
% no beam-slope
%\translator { \VoiceContext beamHeight = #0; }