bug-gnu-music
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

space before repeat volta


From: Han-Wen Nienhuys
Subject: space before repeat volta
Date: Mon, 26 Feb 2001 10:25:11 +0100

address@hidden writes:
> In 1.3.132 the bars are typeset too far to the right, leaving white
> space at the left of them.

--- break-align-item.cc~        Sun Feb 25 23:58:36 2001
+++ break-align-item.cc         Mon Feb 26 10:23:27 2001
@@ -170,6 +170,11 @@
   scm_set_car_x (first_pair, gh_double2scm (-dists[0]));
   elems[0]->set_grob_property ("minimum-space", first_pair);

+  Direction bsd = item->break_status_dir();
+  if (bsd == LEFT)
+    {
+      me->set_grob_property ("self-alignment-X", gh_int2scm (RIGHT));
+    }

   /*
     Force callbacks for alignment to be called


> Something very wrong with 1.3.132... At
> http://www.cs.uu.nl/~hanwen/lilypond/Documentation/user/out-www/lilypond/Pedals.html
> The symbols are exchanged... (* blablabla Ped)

thanks, fixed now.

--
Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]