]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove horizontal space from vspace markup
authorCarl Sorensen <c_sorensen@byu.edu>
Tue, 4 May 2010 00:11:20 +0000 (18:11 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Thu, 27 May 2010 16:02:44 +0000 (10:02 -0600)
scm/define-markup-commands.scm

index 8d4d749770d129975a80113fce9fee9c9d6b5454..1291d4f8790e99212132c7a2431abe15d45398b8 100644 (file)
@@ -518,8 +518,8 @@ of @var{amount} multiplied by 3.
 @end lilypond"
   (let ((amount (* amount 3.0)))
     (if (> amount 0)
-        (ly:make-stencil "" (cons -1 1) (cons 0 amount))
-        (ly:make-stencil "" (cons -1 1) (cons amount amount)))))
+        (ly:make-stencil "" (cons 0 0) (cons 0 amount))
+        (ly:make-stencil "" (cons 0 0) (cons amount amount)))))
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;