On 2010-12-09, Jay Anderson wrote:
> This is a small annoyance, but one I didn't see reported.
> lilypond-words.py used the language files to generate the list of
> lilypond words. Since these language files now only include \language
> "mylanguage" many note names are not being found. The result i
Updates:
Status: Started
Owner: n.puttock
Labels: Patch
Comment #4 on issue 1440 by n.puttock: \book(part) containing page-marker
as only element segfaults
http://code.google.com/p/lilypond/issues/detail?id=1440
Can't we just check for null at the point where the Line_
Updates:
Labels: Patch
Comment #32 on issue 1336 by neziap: skipTypesetting segfaults when set
during a skipBars-induced MultiMeasureRest spanner
http://code.google.com/p/lilypond/issues/detail?id=1336
http://codereview.appspot.com/3594041/
__
Comment #2 on issue 621 by markpolesky: Dynamics should avoid cross-staff
BarLines (e.g. GrandStaff, PianoStaff etc)
http://code.google.com/p/lilypond/issues/detail?id=621
I'm adding the phrase "DynamicText SpanBar collision" to
this post so others can find this issue with a search.
Jay Ande
On Sat, Dec 11, 2010 at 11:20:36AM -0700, Carl Sorensen wrote:
>
> On 12/11/10 11:19 AM, "Graham Percival" wrote:
> > Doesn't this need an "exit" in there? I mean, we don't want the
> > program to keep on executing the function, right?
>
>
> The error call includes an exit.
Oh, that makes sen
On 12/11/10 11:19 AM, "Graham Percival" wrote:
> On Sat, Dec 11, 2010 at 05:39:09PM +, lilyp...@googlecode.com wrote:
>>
>> @@ -393,6 +393,8 @@ vector
>> get_line_forces (vector const &columns,
>> Real line_len, Real indent, bool ragged)
>> {
>> + if (columns.size () <
On Sat, Dec 11, 2010 at 05:39:09PM +, lilyp...@googlecode.com wrote:
>
> @@ -393,6 +393,8 @@ vector
> get_line_forces (vector const &columns,
> Real line_len, Real indent, bool ragged)
> {
> + if (columns.size () < 2)
> + error (_ ("no music remaining to typeset"));
>
Comment #31 on issue 1336 by Carl.D.Sorensen: skipTypesetting segfaults
when set during a skipBars-induced MultiMeasureRest spanner
http://code.google.com/p/lilypond/issues/detail?id=1336
I've put together Neil's patch, together with Graham's patch (modifed to
use the lilypond error call).
On 11 December 2010 15:41, wrote:
>
> Hello
> I don't know if this is a bug, or i didn't understand well the new manual
> beaming function. I am trying to do 3 separate 1/8th note non beamed. In
> this example it doesn't work:
Hi!
Exactly the same problem as here (6 days ago):
http://lists.gnu.
wrote in message
news:49221.90.61.165.4.1292078468.squir...@webmail.ircam.fr...
Hello
I don't know if this is a bug, or i didn't understand well the new manual
beaming function. I am trying to do 3 separate 1/8th note non beamed. In
this example it doesn't work:
Karim Haddad
Is there any re
Comment #30 on issue 1336 by percival.music.ca: skipTypesetting segfaults
when set during a skipBars-induced MultiMeasureRest spanner
http://code.google.com/p/lilypond/issues/detail?id=1336
As long as your patch passes the regtests, I'd so go for it.
I just tried compiling the regtests with
Hello
I don't know if this is a bug, or i didn't understand well the new manual
beaming function. I am trying to do 3 separate 1/8th note non beamed. In
this example it doesn't work:
\version "2.13.42"
\new Staff {
\time 3/8
\set baseMoment = #(ly:make-mo
12 matches
Mail list logo