]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations.ly
patch::: 1.3.42.jcn1
[lilypond.git] / ly / declarations.ly
index a6e51b93952155554fd109fbc14b1925f14557c7..d6c0930ea81da399539977bae2f7bbd00056c65d 100644 (file)
@@ -2,6 +2,9 @@
   
 breve = \duration { -1 0 }
 longa = \duration { -2 0 }
+maxima = \duration { -3 0 }
+
+#(eval-string (ly-gulp-file "generic-property.scm"))
 
 \include "nederlands.ly"               % dutch
 \include "chord-modifiers.ly"
@@ -34,8 +37,8 @@ lydian = 7
 phrygian = 8
 dorian = 10
 
-melisma = \property Staff.melismaBusy = "1"
-melismaEnd = \property Staff.melismaBusy = "0"
+melisma = \property Staff.melismaBusy = ##t
+melismaEnd = \property Staff.melismaBusy = ##f