]> git.donarmstrong.com Git - lilypond.git/commitdiff
Spacing changes to scm/fret-diagrams.scm
authorCarl Sorensen <c_sorensen@byu.edu>
Tue, 31 Mar 2009 23:29:49 +0000 (17:29 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Tue, 31 Mar 2009 23:29:49 +0000 (17:29 -0600)
scm/fret-diagrams.scm

index ce627b50fe137d2e218148aa101a61c1ab103d40..a37c490aa9880facbe4b49ac787a4bd0a2a296b1 100644 (file)
@@ -246,20 +246,20 @@ with magnification @var{mag} of the string @var{text}."
            (if (eq? finger-code 'in-dot) 0.425 0.25)) ; bigger dots if labeled
          (default-dot-position
            (if (eq? finger-code 'in-dot)
-             (- 0.95 default-dot-radius)
-             0.6)) ; move up to make room for bigger dot if labeled
+               (- 0.95 default-dot-radius)
+               0.6)) ; move up to make room for bigger dot if labeled
          (dot-radius
            (assoc-get
              'dot-radius details default-dot-radius))  ; needed for draw-dots
-         ; and draw-barre
+                                                       ; and draw-barre
          (dot-position
            (assoc-get
-             'dot-position details default-dot-position)) ; needed for draw-dots
-         ; and draw-barre
+             'dot-position details default-dot-position)) ; needed for 
+                                                    ; draw-dots and draw-barre
          (th
            (* (ly:output-def-lookup layout 'line-thickness)
               (chain-assoc-get 'thickness props 0.5))) ; needed for draw-frets
-         ; and draw-strings
+                                                       ; and draw-strings
          (sth (* size th))
          (thickness-factor (assoc-get 'string-thickness-factor details 0))
          (alignment