Re: New language feature breaks lilypond-words

2010-12-11 Thread Patrick McCarty
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

Re: Issue 1440 in lilypond: \book(part) containing page-marker as only element segfaults

2010-12-11 Thread lilypond
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_

Re: Issue 1336 in lilypond: skipTypesetting segfaults when set during a skipBars-induced MultiMeasureRest spanner

2010-12-11 Thread lilypond
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/ __

Re: Issue 621 in lilypond: Dynamics should avoid cross-staff BarLines (e.g. GrandStaff, PianoStaff etc)

2010-12-11 Thread lilypond
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

Re: Issue 1336 in lilypond: skipTypesetting segfaults when set during a skipBars-induced MultiMeasureRest spanner

2010-12-11 Thread Graham Percival
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

Re: Issue 1336 in lilypond: skipTypesetting segfaults when set during a skipBars-induced MultiMeasureRest spanner

2010-12-11 Thread Carl Sorensen
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 () <

Re: Issue 1336 in lilypond: skipTypesetting segfaults when set during a skipBars-induced MultiMeasureRest spanner

2010-12-11 Thread Graham Percival
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")); >

Re: Issue 1336 in lilypond: skipTypesetting segfaults when set during a skipBars-induced MultiMeasureRest spanner

2010-12-11 Thread lilypond
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).

Re: beatStructure issue

2010-12-11 Thread Xavier Scheuer
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.

Re: beatStructure issue

2010-12-11 Thread Phil Holmes
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

Re: Issue 1336 in lilypond: skipTypesetting segfaults when set during a skipBars-induced MultiMeasureRest spanner

2010-12-11 Thread lilypond
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

beatStructure issue

2010-12-11 Thread haddad
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