]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grobs.scm
(usermanref): Add macro for TeX.
[lilypond.git] / scm / define-grobs.scm
index e72ee69694fdfda54eab19edc13363622d590a72..f484362760b3e04cc7021fe65475f4a6f9bb4f0c 100644 (file)
@@ -1,8 +1,8 @@
-;;;; grob-description.scm -- part of generated backend documentation
+;;;; define-grobs.scm -- 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  1998--2004  Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c)  1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
 
 ;;;; distances are given in linethickness (thicknesses) and
        ;; todo: clean this up a bit: the list is getting
        ;; rather long.
        (print-function . ,Beam::print)
-       (concaveness-gap . 2.0)
-       (concaveness-threshold . 0.08)
+       (concaveness-gap . 1.85)
+       (concaveness-threshold . 0.26)
        (gap . 0.8)
        (positions . (#f . #f))
        (position-callbacks . (,Beam::least_squares
        (X-extent-callback . ,Span_bar::width_callback)
        (Y-extent-callback . ())
        (breakable . #t)
-       (glyph . "|")
        (before-line-breaking-callback . ,Span_bar::before_line_breaking)
        ;; ugh duplication!