]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beam.hh
release: 1.3.90
[lilypond.git] / lily / include / beam.hh
index cd917f8d60c4d0f2add069551df003347a41a0df..3ed32fae68a1cdd4928890ba64e511ecd93649b9 100644 (file)
 
    height -- real  (dy)
 
-   damping -- amount of beam slope damping. (int)
-   should beam slope be damped? 0: no, 1: yes, 100000: horizontal beams 
-
-
-   molecule-callback --
 
-   beam-thickness -- weight of beams, in staffspace
+   Read-only
+   =========
+   
+   flag-width-function --
 
-   beam-space-function -- function of type multiplicity -> real (in staffspace)
+   damping -- amount of beam slope damping. (int)
+     should beam slope be damped? 0: no, 1: yes, 100000: horizontal beams 
 
    default-neutral-direction -- which direction to choose if we're in
      the middle of the staff
    
-   after-line-breaking-callback --
+   thickness -- weight of beams, in staffspace
+
+   space-function -- function of type multiplicity -> real (in staffspace)
 
+   beamed-stem-shorten --
+
+   height-quants --
+
+   vertical-position-quant-function --
+
+   dir-function --
+   
    damping -- damping factor (real).
 
    outer-stem-length-limit -- catch suspect beam slopes, set slope to zero if
      outer stem is lengthened more than this (in staffspace)
 
    slope-limit -- set slope to zero if slope is running away steeper than this.
-
 */
 class Beam
 {