]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-properties.scm
(class New_slur): new file. Score based slur
[lilypond.git] / scm / define-grob-properties.scm
index 77e3202d9025c8894df995f0d54ae828072bb6c8..33bf3a7f71e8a254bd4d1ae37c34bbed6d69e9d2 100644 (file)
@@ -10,7 +10,7 @@
 (define (define-grob-property symbol type? description)
   (if (not (equal? (object-property symbol 'backend-doc) #f))
       (begin
-       (ly:warn (string-append "Redefining " (symbol->string symbol) "\n"))
+       (ly:warn-append "Redefining ~S" symbol)
        (exit 2)
       ))
   
@@ -157,7 +157,7 @@ square of the inner notes involved.")
 
      (control-points ,list? "List of 4 offsets (number-pairs) that form control points for the  tie/slur shape.")
 
-     (damping ,integer? "Amount of beam slope damping. 0: no, 1: yes,
+     (damping ,number? "Amount of beam slope damping. 0: no, 1: yes,
 100000: horizontal beams.")
      (dash-period ,number? "the length of one dash + white space. If
 negative, no line is drawn at all.")