]> git.donarmstrong.com Git - lilypond.git/commitdiff
Tablature: ignore minimumStretch to/from fret zero
authorKeith OHara <k-ohara5a5a@oco.net>
Mon, 17 Dec 2012 18:34:23 +0000 (10:34 -0800)
committerKeith OHara <k-ohara5a5a@oco.net>
Mon, 21 Jan 2013 05:34:46 +0000 (21:34 -0800)
scm/translation-functions.scm

index a0b39edfe4d6cff355b8ed21eb7ecd4965fd2f14..665d259743700ae6488b83d6403a7e1a5eb99c2b 100644 (file)
@@ -346,8 +346,7 @@ if no fingering is present."
          #t
          (map (lambda (specced-fret)
                 (or (eq? 0 specced-fret)
-                    (and (not restrain-open-strings)
-                    (eq? 0 fret))
+                    (eq? 0 fret)
                     (>= maximum-stretch (abs (- fret specced-fret)))))
               specified-frets))))