]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/basic-properties.scm
patch::: 1.3.96.jcn9
[lilypond.git] / scm / basic-properties.scm
index d5f5d1a94738b914487c43d95b5b271f86e8ecc7..ff3204e8e2dbda1a835e36fe1ce495b6c907252c 100644 (file)
 ; 
 (define basic-beam-properties
   `(
-    (interfaces . (beam-interface))
     (molecule-callback . ,Beam::brew_molecule)
     (thickness . 0.42) ; in staff-space, should use stafflinethick?
     (before-line-breaking-callback . ,Beam::before_line_breaking)
     (flag-width-function . ,default-beam-flag-width-function)
     (space-function . ,default-beam-space-function)
     (damping . 1)
-    (name . "beam")
+    (meta . ,(element-description "Beam" general-element-interface beam-interface))
     )
   )