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
_
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
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
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
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 ();
+
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
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