]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 2714: item t:number (line thickness) in fret diagrams leads to scheme error
authorDavid Kastrup <dak@gnu.org>
Mon, 6 Aug 2012 04:57:34 +0000 (06:57 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 9 Aug 2012 18:17:31 +0000 (20:17 +0200)
scm/fret-diagrams.scm

index cd734b2ecf34616ac1e8aa4983fb78f531f1a031..a6645dc762d61024ae9cfeca770b9c03970a64de 100644 (file)
@@ -821,6 +821,8 @@ a fret-indication list with the appropriate values"
            (case (car (string->list (substring test-string 0 1)))
              ((#\s) (let ((size (get-numeric-from-key test-string)))
                       (set! props (prepend-alist-chain 'size size props))))
+             ((#\t) (let ((th (get-numeric-from-key test-string)))
+                      (set! props (prepend-alist-chain 'thickness th props))))
              ((#\f) (let* ((finger-code (get-numeric-from-key test-string))
                            (finger-id (case finger-code
                                         ((0) 'none)
@@ -1029,8 +1031,9 @@ spaces).
 Default:@tie{}1.
 
 @item
-@code{t:}@var{number} -- Set the line thickness (in staff spaces).
-Default:@tie{}0.05.
+@code{t:}@var{number} -- Set the line thickness (relative to normal
+line thickness).
+Default:@tie{}0.5.
 
 @item
 @code{h:}@var{number} -- Set the height of the diagram in frets.