]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-as.ly
release: 1.3.107
[lilypond.git] / ly / declarations-as.ly
index ac43481fab0e886454f99cf55af40c08641dde5e..c45df5aea2d02545b5ff265cd6a9adf2d750bb98 100644 (file)
@@ -2,9 +2,10 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% UGH UGH UGH UGHUGH FIXME
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -> duplication!
 
-breve = \duration #'( -1 0)
-longa = \duration #'( -2 0 )
-maxima = \duration #'( -3 0 )
+breve = \duration #(make-duration -1 0)
+longa = \duration #'(make-duration -2 0 )
+maxima = \duration #'(make-duration  -3 0 )
+
 
 #(begin
   (eval-string (ly-gulp-file "slur.scm"))