Re: Inconsistent tuplet-number-kneed-beam-horizontal-fit.ly results?

2014-04-06 Thread James
On 30/03/14 06:15, Devon Schudy wrote: I noticed that tuplet brackets turn inside out when the label is longer than the bracket: \times 999/1000 { c8 d } (This might be what the "TODO: this will fail for very short (shorter than the flare) brackets" comment on Tuplet_bracket::make_bracket is

Re: Fwd: NoteHead alignment with no stem

2014-04-06 Thread James
On 01/04/14 00:03, Simon Albrecht wrote: Original-Nachricht Betreff: NoteHead alignment with no stem Datum: Tue, 01 Apr 2014 00:59:08 +0200 Von: Simon Albrecht An: bug-lilypond@gnu.org Hello, { 1 } produces two chords with two semibreves each, the one nor

Re: clang fix for git version

2014-04-06 Thread James
On 06/04/14 18:18, Thomas Klausner wrote: Hi James! On Sun, Apr 06, 2014 at 05:49:06PM +0100, James wrote: Thomas, On 06/04/14 15:19, Thomas Klausner wrote: A recent git commit introduced a call to to_string. To make lilypond compile with clang again, please commit the attached diff (fixed li

Re: clang fix for git version

2014-04-06 Thread Thomas Klausner
Hi James! On Sun, Apr 06, 2014 at 05:49:06PM +0100, James wrote: > Thomas, > > On 06/04/14 15:19, Thomas Klausner wrote: > >A recent git commit introduced a call to to_string. To make lilypond > >compile with clang again, please commit the attached diff (fixed like > >other instances of the same

Re: clang fix for git version

2014-04-06 Thread James
Thomas, On 06/04/14 15:19, Thomas Klausner wrote: A recent git commit introduced a call to to_string. To make lilypond compile with clang again, please commit the attached diff (fixed like other instances of the same issue). Thanks, Thomas ___ bug

Re: Regression: music function applied to a bass figure causes syntax error

2014-04-06 Thread Nicolas Sceaux
Le 6 avr. 2014 à 16:48, David Kastrup a écrit : > Nicolas Sceaux writes: > >> Hi, >> >> With lilypond 2.19.3, applying a music function to a bass figure >> causes a syntax error. At least until 2.17.24 (I have not tested >> later versions), that was not the case. > > http://code.google.com/p

Re: Regression: music function applied to a bass figure causes syntax error

2014-04-06 Thread David Kastrup
Nicolas Sceaux writes: > Hi, > > With lilypond 2.19.3, applying a music function to a bass figure > causes a syntax error. At least until 2.17.24 (I have not tested > later versions), that was not the case. http://code.google.com/p/lilypond/issues/detail?id=3898> -- David Kastrup ___

clang fix for git version

2014-04-06 Thread Thomas Klausner
A recent git commit introduced a call to to_string. To make lilypond compile with clang again, please commit the attached diff (fixed like other instances of the same issue). Thanks, Thomas --- lily/misc.cc.orig 2014-04-06 12:44:15.0 + +++ lily/misc.cc @@ -31,7 +31,7 @@ int intlog2

Re: Regression: music function applied to a bass figure causes syntax error

2014-04-06 Thread David Kastrup
David Kastrup writes: > David Kastrup writes: > >> Nicolas Sceaux writes: >> >>> With lilypond 2.19.3, applying a music function to a bass figure >>> causes a syntax error. At least until 2.17.24 (I have not tested >>> later versions), that was not the case. >> >> 2.19.0 is ok, > > I have to t

Re: Regression: music function applied to a bass figure causes syntaxerror

2014-04-06 Thread Phil Holmes
"David Kastrup" wrote in message news:87wqf2zqaq@fencepost.gnu.org... Nicolas Sceaux writes: > With lilypond 2.19.3, applying a music function to a bass figure > causes a syntax error. At least until 2.17.24 (I have not tested > later versions), that was not the case. 2.19.0 is ok,

Re: Regression: music function applied to a bass figure causes syntax error

2014-04-06 Thread pls
On 06.04.2014, at 12:49, David Kastrup wrote: > Nicolas Sceaux writes: > >> With lilypond 2.19.3, applying a music function to a bass figure >> causes a syntax error. At least until 2.17.24 (I have not tested >> later versions), that was not the case. > > 2.19.0 is ok, so I suspect 2.18 woul

Re: Regression: music function applied to a bass figure causes syntax error

2014-04-06 Thread David Kastrup
David Kastrup writes: > Nicolas Sceaux writes: > >> With lilypond 2.19.3, applying a music function to a bass figure >> causes a syntax error. At least until 2.17.24 (I have not tested >> later versions), that was not the case. > > 2.19.0 is ok, I have to take that back. A binary of mine iden

Re: Regression: music function applied to a bass figure causes syntax error

2014-04-06 Thread David Kastrup
Nicolas Sceaux writes: > With lilypond 2.19.3, applying a music function to a bass figure > causes a syntax error. At least until 2.17.24 (I have not tested > later versions), that was not the case. 2.19.0 is ok, so I suspect 2.18 would not be affected. However, 2.18 might have a few lesser ch

Regression: music function applied to a bass figure causes syntax error

2014-04-06 Thread Nicolas Sceaux
Hi, With lilypond 2.19.3, applying a music function to a bass figure causes a syntax error. At least until 2.17.24 (I have not tested later versions), that was not the case. Example: \version "2.19.3" %% Figured bass %% change a flat or sharp alteration into natural %% unless 'ancient-style op