]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-macros.mf
* lily/dynamic-text-spanner.cc (print): add bound padding for edge
[lilypond.git] / mf / feta-macros.mf
index fa236fd01ae965920242a4ee09e49232cd65f916..ee12a7215e44b2871e437cfc335253bdec749c61 100644 (file)
@@ -199,7 +199,6 @@ enddef;
 % Make a round path segment going from P to Q.  2*A is the angle that the
 % path should take.
 %
-
 def simple_serif (expr p, q, a) =
        p{dir (angle (q - p) - a)}
        .. q{-dir (angle (p - q) + a)}