]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.31
authorfred <fred>
Tue, 26 Mar 2002 21:47:15 +0000 (21:47 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:47:15 +0000 (21:47 +0000)
scm/lily.scm

index 378fa22ebb985ecaf139ca9b6313a233d7171190..4cea79ddbfa5e2a63ce6ef57d62a2b6794ce1903 100644 (file)
     (define minht (* 2 mudelapaperstaffheight))
     (define maxht (* 7 minht))
     (string-append
-     "{\\bracefont " (char  (/  (- (min y (- maxht step)) minht)   step)) "}"))
-  
+     "{\\bracefont " (char (max
+                           0
+                           (/  (- (min y (- maxht step)) minht) step))) "}"))
+
 
 
   (define (rulesym h w)