Re: See the new music fonts in action

2014-08-01 Thread Abraham Lee
On Fri, Aug 1, 2014 at 3:51 PM, Alexander Kobel wrote: factor is relevant if you set the global staff size to something different than 20, the default. The usual rule-of-tree used to be something like myStaffSize = #17.82 #(set-global-staff-size myStaffSize) #(define fonts (make-pango

Re: See the new music fonts in action

2014-08-01 Thread Alexander Kobel
On 08/01/2014 09:46 PM, Abraham Lee wrote: On Thu, Jul 31, 2014 at 12:07 PM, Urs Liska wrote: Or send me the latest version of the file. Urs Urs, Here's the newest version of "font.scm". I decided to create my own function after all so that make-pango-font-tree (at least from the user's pers

Re: Rename calc-property-by-copy to copy-property-from-event (issue 122750044 by janek.lilyp...@gmail.com)

2014-08-01 Thread dak
On 2014/08/01 19:30:45, dak wrote: It's a public function, so a convert-rule seems prudent to do. Purely internal functions are not exported. Actually, it's probably easier to do an alias rather than a convert rule. https://codereview.appspot.com/122750044/

Rename calc-property-by-copy to copy-property-from-event (issue 122750044 by janek.lilyp...@gmail.com)

2014-08-01 Thread dak
It's a public function, so a convert-rule seems prudent to do. Purely internal functions are not exported. https://codereview.appspot.com/122750044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Re: Allow specifying different alignment for grob and its parent (issue 118950043 by janek.lilyp...@gmail.com)

2014-08-01 Thread janek . lilypond
How do you like it now? https://codereview.appspot.com/118950043/diff/11/lily/self-alignment-interface.cc File lily/self-alignment-interface.cc (right): https://codereview.appspot.com/118950043/diff/11/lily/self-alignment-interface.cc#newcode139 lily/self-alignment-interface.cc:139: if

Re: Allow specifying different alignment for grob and its parent (issue 118950043 by janek.lilyp...@gmail.com)

2014-08-01 Thread dak
https://codereview.appspot.com/118950043/diff/11/lily/self-alignment-interface.cc File lily/self-alignment-interface.cc (right): https://codereview.appspot.com/118950043/diff/11/lily/self-alignment-interface.cc#newcode139 lily/self-alignment-interface.cc:139: if (robust_scm2string(par_al

Re: AccidentalCautionary in NullVoice

2014-08-01 Thread Dan Eble
On Aug 1, 2014, at 09:12 , Dan Eble wrote: > On Jul 27, 2014, at 07:31 , Janek Warchoł wrote: > >> @Dan: FYI, Keith has put up a patch that simplifies and improves >> NullVoice context - it should fix all the problems that we know of. >> It is currently being discussed at >> https://codereview.a

Re: thoughts on changing \magnifyMusic, please comment

2014-08-01 Thread Janek Warchoł
Hi, better late than never ;-) 2014-07-22 22:31 GMT+02:00 Mark Polesky : > I'm wondering whether I should do either of these: > 1) rename \magnifyMusic to \magnifyVoice > 2) change the \magnifyMusic interface to match \magnifyStaff +1 for both. 2014-07-23 22:26 GMT+02:00 Mark Polesky : > Subseq

Re: bounty for fixing issue 4044 (\addlyrics with custom contexts)

2014-08-01 Thread Neil Puttock
Hi Janek, On 1 August 2014 13:32, Janek Warchoł wrote: I'm putting a modest bounty on > https://code.google.com/p/lilypond/issues/detail?id=4044 - this > problem is a nuisance for my work on predefined instruments, so i'd > like to see it disappear. I remember looking at this a while ago. If

Re: AccidentalCautionary in NullVoice

2014-08-01 Thread Dan Eble
On Jul 27, 2014, at 07:31 , Janek Warchoł wrote: > @Dan: FYI, Keith has put up a patch that simplifies and improves > NullVoice context - it should fix all the problems that we know of. > It is currently being discussed at > https://codereview.appspot.com/117050043 Thanks. I applied Keith’s cha

Re: Issue 4039: Improvements to magnifyMusic and magnifyStaff. (issue 115480043 by markpole...@gmail.com)

2014-08-01 Thread janek . lilypond
LGTM (but i have only skimmed the code). https://codereview.appspot.com/115480043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

bounty for fixing issue 4044 (\addlyrics with custom contexts)

2014-08-01 Thread Janek Warchoł
Hi people, i'm not sure how many of you read new issues regularly (i, for once, don't look at all emails from lilypond-auto because there's too many of them), so i'm sending this email. I'm putting a modest bounty on https://code.google.com/p/lilypond/issues/detail?id=4044 - this problem is a nui

default text-font-size

2014-08-01 Thread Alexander Kobel
Hi all, can anyone explain me why both numbers 11 and 12 (as in 11pt and 12pt) appear in the implementation of add-pango-fonts (scm/font.scm, lines 208, 219 and 224)? Also, what should be and/or is the default font size for lyrics? Is it really 12 pt as indicated by Mark in http://comments

Re: Text and music font handling

2014-08-01 Thread Alexander Kobel
On 07/26/2014 09:30 AM, Urs Liska wrote: Hi Abraham and Alexander, I'm slightly losing track of the font selection discussions that happen in parallel currently. Are you actually in touch with each other? I'd be really sorry if either of your development wouldn't make it into LilyPond because of

Re: Add an expert font tree interface (issue 108700043 by perpeduumimmob...@gmail.com)

2014-08-01 Thread perpeduumimmobile
On 2014/07/31 20:40:40, janek wrote: from description: > Furthermore, it implements per-font scaling (e.g., to match the x-heights > of different fonts used in the document). This is very nice! Please pardon a stupid question, but i failed to find which place in the code is responsible fo