Re: Issue 4572: Remove the number of arguments from callback macros (issue 262980043 by nine.fierce.ball...@gmail.com)

2015-08-22 Thread dak
That's overengineering in my opinion. GUILE's own header macros take all the given parameters so we get a discrepancy when LilyPond's equivalents don't do so. Unless there is a very compelling reason to indulge in this sort of thing (and the template pokery-trickery in lily-guile-macros.hh is of

Re: Shared Rests

2015-08-22 Thread David Kastrup
Dan Eble writes: > Can anyone offer general architectural advice for adding the option > for parts on the same staff to share rests when possible? I mean > without using \partcombine. I’d like to focus on multi-measure rests > first. Roughly, I guess there should be something that watches for

Re: Shared Rests

2015-08-22 Thread Urs Liska
I've written something that removes duplicate markups (resulting from partcombine). Maybe that's interesting for you? I can't look it up without computer but you could try locating it at git.openlilylib.org -> das trunkne lied -> code (files?) -> library/ly/something HTH Urs Am 22. August 201

Re: Shared Rests

2015-08-22 Thread David Nalesnik
Dan, > Am 22. August 2015 05:19:43 MESZ, schrieb Dan Eble : > >Can anyone offer general architectural advice for adding the option for > >parts on the same staff to share rests when possible? I mean without > >using \partcombine. I’d like to focus on multi-measure rests first. > >Roughly, I gue

Re: lilypond does not compile: fontforge version not detected

2015-08-22 Thread Masamichi HOSODA
> hi, > > this patch fixes the issue. fontforge is now detected and configure > script finishes without issue. > > thanks. > > Dne 22.8.2015 v 14:25 Masamichi HOSODA napsal(a): >>> i attempted to install lilypond- gentoo ebuild but it fails because it >>> does not detect fontforge version c

Re: Change the LilyPond default fonts to TeX Gyre

2015-08-22 Thread James Lowe
On 22/08/15 04:44, Masamichi HOSODA wrote: If you use Debian or Ubuntu etc., please install `fonts-texgyre' package like following command before compiling LilyPond. $ sudo apt-get install fonts-texgyre >>> >>> Didn’t work in LilyDev 3: >> >> What worked for me was this:

Issue 4504: Let whiteout-box take a number argument (issue 264810043 by paulwmor...@gmail.com)

2015-08-22 Thread paulwmorris
Reviewers: , Message: Please review. This patch allows whiteout-box to take a number argument. A boolean argument is still possible as well. This brings it into parity with whiteout for both grobs and markups. This is a preliminary step needed for the further changes described in issue 4504.