Re: first instance of lyrics in LM could look better

2008-11-08 Thread Francisco Vila
2008/11/7 Trevor Daniels <[EMAIL PROTECTED]>: > so, as \addlyrics is the principal > technique introduced in the Learning Manual, I'll change it > as you suggest. I've seen it. Why to omit hyphenation such as twin -- kle etc? -- Francisco Vila. Badajoz (Spain) http://www.paconet.org _

Re: first instance of lyrics in LM could look better

2008-11-08 Thread Trevor Daniels
Francisco Vila wrote Saturday, November 08, 2008 10:50 AM 2008/11/7 Trevor Daniels <[EMAIL PROTECTED]>: so, as \addlyrics is the principal technique introduced in the Learning Manual, I'll change it as you suggest. I've seen it. Why to omit hyphenation such as twin -- kle etc? I didn't l

systemSeparatorMarkup in paper block

2008-11-08 Thread Gilles THIBAULT
A few times ago, "printallheaders" has been renamed in "print-all-headers". By the same way, should not be "systemSeparatorMarkup" renamed in "system-separator-markup" ? Gilles ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gn

Re: * Allow for nested contexts of any depth.

2008-11-08 Thread Han-Wen Nienhuys
On Fri, Nov 7, 2008 at 9:10 PM, <[EMAIL PROTECTED]> wrote: >> http://codereview.appspot.com/7261/diff/1/2 >> File lily/context-def.cc (right): >> >> http://codereview.appspot.com/7261/diff/1/2#newcode215 >> Line 215: seen = new set (); >> Can you make a wrapper function that does >> >> set<..> se

Re: [PATCHES] Re: Remarks about the building process

2008-11-08 Thread Han-Wen Nienhuys
2008/11/5 John Mandereau <[EMAIL PROTECTED]>: > > See also the other attached patch. > +#define EPSNULL 1e-12 static void print_buildings (list const &b) @@ -215,6 +216,9 @@ Skyline::internal_merge_skyline (list *s1, list *s2, if (end >= s1->front ().end_) s1->pop_front (); +

* Fix DynamicTextSpanner left alignment.

2008-11-08 Thread n . puttock
Reviewers: Neil Puttock, Description: * Fix DynamicTextSpanner left alignment. When a DynamicTextSpanner follows a DynamicScript, padding is required to ensure the 'left 'text doesn't collide with the dynamic sign. Unfortunately, this default value skews the spanner's left bound to the right whe

Re: [PATCHES] Re: Remarks about the building process

2008-11-08 Thread Joe Neeman
On Sat, 2008-11-08 at 16:59 -0200, Han-Wen Nienhuys wrote: > 2008/11/5 John Mandereau <[EMAIL PROTECTED]>: > > > > > See also the other attached patch. > > > > > +#define EPSNULL 1e-12 > > static void > print_buildings (list const &b) > @@ -215,6 +216,9 @@ Skyline::internal_merge_skyline (lis