dodecaphonic accidentals

2011-02-27 Thread Graham Percival
Hi Keith, Did you intend to remove the dodecaphonic accidentals snippet from our docs? If so (i.e. it's been replaced with 2.13 functionality), then we needs some magic in Documentation/snippets/new/ . See changing-the-time-signature-without-affecting-the-beaming.ly for an example. Cheers, -

Re: Change keep-inside-line defaults to true. (issue4243041)

2011-02-27 Thread percival . music . ca
Reviewers: hanwenn, ahawryluk, Message: New patch uploaded, but I'm not totally certain it's correct. The message in Documentation/snippets/* is misleading -- you shouldn't edit them directly (instead, edit stuff in /new/ ), but of course those files are modified when you run makelsr.py, and tho

Re: improving the transition between full-length and shortened stems. (issue4210051)

2011-02-27 Thread Graham Percival
On 2/27/11, Janek Warchoł wrote: > Here you are. This contains all the changes and should apply cleanly > to origin/master. Thanks, pushed. Cheers, - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/l

Re: Extend Beam::shift_region_to_valid() to also take into account collisions. (issue4239047)

2011-02-27 Thread hanwenn
On 2011/02/28 04:06:03, hanwenn wrote: There are two issues in the regtest: it gets confused by x-staff beams, and it tries to avoid the start of staff clef when the beam crosses a line breaks. fixed. http://codereview.appspot.com/4239047/ ___ lil

Re: Change keep-inside-line defaults to true. (issue4243041)

2011-02-27 Thread Andrew Hawryluk
My bad! The attached post corrects this oversight. Graham, can you upload this? I won't get a chance to figure out that git-cl this week. Andrew On Sun, Feb 27, 2011 at 5:16 PM, wrote: > > http://codereview.appspot.com/4243041/diff/1/Documentation/snippets/editorial-headword.ly > File Documenta

Re: Extend Beam::shift_region_to_valid() to also take into account collisions. (issue4239047)

2011-02-27 Thread Han-Wen Nienhuys
On Mon, Feb 28, 2011 at 1:06 AM, wrote: > this fixes the most egregious errors of the brute force quanting. > > There are two issues in the regtest: it gets confused by x-staff beams, > and it tries to avoid the start of staff clef when the beam crosses a > line breaks. > > I'll fix those problem

Extend Beam::shift_region_to_valid() to also take into account collisions. (issue4239047)

2011-02-27 Thread hanwenn
Reviewers: MikeSol, Message: this fixes the most egregious errors of the brute force quanting. There are two issues in the regtest: it gets confused by x-staff beams, and it tries to avoid the start of staff clef when the beam crosses a line breaks. I'll fix those problems, but don't expect lar

Re: Reduces algorithm time by prefinding footnoted grobs (issue4213042)

2011-02-27 Thread Mike Solomon
On Feb 27, 2011, at 8:07 PM, Han-Wen Nienhuys wrote: > On Sun, Feb 27, 2011 at 1:25 PM, Mike Solomon wrote: >> Should be fixed... > > Can you dedicate a commit to documenting/commenting how the engraver > deals with beams? I couldn't work out reading how the engraver deals > with (auto)beams, a

Re: Reduces algorithm time by prefinding footnoted grobs (issue4213042)

2011-02-27 Thread Han-Wen Nienhuys
On Sun, Feb 27, 2011 at 1:25 PM, Mike Solomon wrote: > Should be fixed... Can you dedicate a commit to documenting/commenting how the engraver deals with beams? I couldn't work out reading how the engraver deals with (auto)beams, and more importantly, I couldn't understand why your fix solves a

Re: Reduces algorithm time by prefinding footnoted grobs (issue4213042)

2011-02-27 Thread mtsolo
Thanks Neil! Just a couple questions below - everything else was pretty automatic. http://codereview.appspot.com/4213042/diff/34032/input/regression/footnotes.ly File input/regression/footnotes.ly (right): http://codereview.appspot.com/4213042/diff/34032/input/regression/footnotes.ly#newcode7

Change keep-inside-line defaults to true. (issue4243041)

2011-02-27 Thread hanwenn
http://codereview.appspot.com/4243041/diff/1/Documentation/snippets/editorial-headword.ly File Documentation/snippets/editorial-headword.ly (right): http://codereview.appspot.com/4243041/diff/1/Documentation/snippets/editorial-headword.ly#newcode2 Documentation/snippets/editorial-headword.ly:2:

Re: Wrong loop boundaries when iterating over markup list (issue4236047)

2011-02-27 Thread hanwenn
http://codereview.appspot.com/4236047/diff/1/lily/include/prob.hh File lily/include/prob.hh (right): http://codereview.appspot.com/4236047/diff/1/lily/include/prob.hh#newcode59 lily/include/prob.hh:59: void set_boolean_property (const char *sym, bool val); can you use set_property() rather than

Re: improving the transition between full-length and shortened stems. (issue4210051)

2011-02-27 Thread Janek Warchoł
2011/2/27 : > On 2011/02/27 07:39:02, wl_gnu.org wrote: >> >> > Well, this nuber is not formed :) It shouldn't depend on >> > staff_radius.  This number determines what the steepness of >> > transition should be (i.e., what the angle of the red line in the >> > attachment will be). This angle shou

Fw: Regression test failure in 2.13.52

2011-02-27 Thread Trevor Daniels
Omitted to cc -devel ... - Original Message - From: "Trevor Daniels" To: Sent: Sunday, February 27, 2011 7:53 PM Subject: Re: Regression test failure in 2.13.52 Mike Looks good now. The problem I reported looks to be fixed, and some misplaced beams apparent in 2.13.51 are fixed t

Re: Reduces algorithm time by prefinding footnoted grobs (issue4213042)

2011-02-27 Thread n . puttock
http://codereview.appspot.com/4213042/diff/34032/input/regression/footnotes.ly File input/regression/footnotes.ly (right): http://codereview.appspot.com/4213042/diff/34032/input/regression/footnotes.ly#newcode7 input/regression/footnotes.ly:7: \book { } Sorry, I meant wrap all the music inside a

Re: Reduces algorithm time by prefinding footnoted grobs (issue4213042)

2011-02-27 Thread Mike Solomon
On Feb 27, 2011, at 4:24 PM, n.putt...@gmail.com wrote: > On 2011/02/27 04:11:56, MikeSol wrote: > > > http://codereview.appspot.com/4213042/diff/40001/lily/footnote-engraver.cc >> File lily/footnote-engraver.cc (right): > > > http://codereview.appspot.com/4213042/diff/40001/lily/footnote-engr

Re: Reduces algorithm time by prefinding footnoted grobs (issue4213042)

2011-02-27 Thread n . puttock
On 2011/02/27 04:11:56, MikeSol wrote: http://codereview.appspot.com/4213042/diff/40001/lily/footnote-engraver.cc File lily/footnote-engraver.cc (right): http://codereview.appspot.com/4213042/diff/40001/lily/footnote-engraver.cc#newcode60 lily/footnote-engraver.cc:60: Grob * b = make_item (

Re: git rebase and gitk

2011-02-27 Thread Reinhold Kainhofer
Am Sonntag, 27. Februar 2011, um 21:03:35 schrieb Graham Percival: > On Sun, Feb 27, 2011 at 11:20:18AM -0800, Patrick McCarty wrote: > > It is worth noting that `git rebase' is a very powerful command, since > > you can potentially rewrite all of git history with it. So, in > > general, be carefu

Re: git rebase and gitk

2011-02-27 Thread Graham Percival
On Sun, Feb 27, 2011 at 11:20:18AM -0800, Patrick McCarty wrote: > On Sun, Feb 27, 2011 at 7:00 AM, Graham Percival > wrote: > >  git rebase -i master^^ > > (however many ^ you need to cover all your recent work) > > This lets you clean up your git history before pushing to master, > > thereby

Re: git rebase and gitk

2011-02-27 Thread Reinhold Kainhofer
Am Sonntag, 27. Februar 2011, um 20:20:18 schrieb Patrick McCarty: > It is worth noting that `git rebase' is a very powerful command, since > you can potentially rewrite all of git history with it. So, in > general, be careful that you're not modifying commits that have > already been pushed to sa

Re: git rebase and gitk

2011-02-27 Thread Patrick McCarty
On Sun, Feb 27, 2011 at 7:00 AM, Graham Percival wrote: > Hi Mike, > > Could I introduce you to the wonders of git-rebase ?  In > particular: >  git rebase -i master^^ > (however many ^ you need to cover all your recent work) > This lets you clean up your git history before pushing to master,

Re: Wrong loop boundaries when iterating over markup list (issue4236047)

2011-02-27 Thread pnorcks
Hi Boris, Just a code nitpick (in two places). Please remember to Cc: lilypond-devel for Rietveld patches so that we know code review is taking place. Thanks, Patrick http://codereview.appspot.com/4236047/diff/1/lily/paper-book.cc File lily/paper-book.cc (right): http://codereview.appspot.co

Regression test failure in 2.13.52

2011-02-27 Thread Trevor Daniels
Several regression tests fail in 2.13.52. Beams are misplaced, some randomly in different runs, and some fail with "no beam positions?" error. Here's the output of one: GNU LilyPond 2.13.52 Processing `collision-merge-differently-dotted.ly' Parsing... Interpreting music... Preprocessing graphi

Re: Regression test failure in 2.13.52

2011-02-27 Thread m...@apollinemike.com
I'm really sorry about that - I've pushed a fix. Han Wen is trying to fix his beam collision stuff in the quanting, and I had pushed part of my old engraver which I thought would help fix some issues but actually breaks his code. That is now cleaned up - everything should work. Cheers, MS On

Re: Fret diagram fixes (issue4176056)

2011-02-27 Thread Graham Percival
On Sun, Feb 27, 2011 at 04:04:00PM +0100, Nicolas Sceaux wrote: > Le 27 févr. 2011 à 15:17, carl.d.soren...@gmail.com a écrit : > > > P.S. Can you propose your patch to git-cl to the git-cl maintainers? I > > think that your approach is the right one. But I don't want to have us > > in the posi

Re: Fret diagram fixes (issue4176056)

2011-02-27 Thread Nicolas Sceaux
Le 27 févr. 2011 à 15:17, carl.d.soren...@gmail.com a écrit : > P.S. Can you propose your patch to git-cl to the git-cl maintainers? I > think that your approach is the right one. But I don't want to have us > in the position of needing a custom git-cl. I thought git-cl was shipped in whatever

git rebase and gitk

2011-02-27 Thread Graham Percival
Hi Mike, Could I introduce you to the wonders of git-rebase ? In particular: git rebase -i master^^ (however many ^ you need to cover all your recent work) This lets you clean up your git history before pushing to master, thereby giving us a much less cluttered history. I also recommend r

Re: Fret diagram fixes (issue4176056)

2011-02-27 Thread Carl . D . Sorensen
LGTM. Thanks, Carl P.S. Can you propose your patch to git-cl to the git-cl maintainers? I think that your approach is the right one. But I don't want to have us in the position of needing a custom git-cl. http://codereview.appspot.com/4176056/ ___

Re: Fret diagram fixes (issue4176056)

2011-02-27 Thread nicolas . sceaux
On 2011/02/17 18:39:21, Carl wrote: On 2011/02/17 16:17:29, nicolas.sceaux wrote: > There is also a modification of the first fret label position, but maybe this is > a mistake. Is the label supposed to be vertically centered with the fret line? > or the bottom of the label should be align

Re: Coredump and orphan avoidance code.

2011-02-27 Thread Boris Shingarov
Hi Han-Wen, Thank you for pointing out this defect. I have created patch 4236027 to address it: http://codereview.appspot.com/4236047 To answer your question, what the "if" was supposed to be doing: the idea was to guard against the situation where there the whole paragraph consists of only on

Re: PATCHES: 48-hour notice for modal key signatures andkeep-inside-line

2011-02-27 Thread Graham Percival
On Sun, Feb 27, 2011 at 12:20:47PM -, Trevor Daniels wrote: > > Trevor Daniels wrote Sunday, February 27, 2011 12:17 PM > > >Graham Percival wrote Sunday, February 27, 2011 8:45 AM > > > >>Tues, 9am UK time. > > > >? I know you keep strange hours, but this is a little > >too strange ;) A 25

Re: improving the transition between full-length and shortened stems. (issue4210051)

2011-02-27 Thread percival . music . ca
On 2011/02/27 07:39:02, wl_gnu.org wrote: > Well, this nuber is not formed :) It shouldn't depend on > staff_radius. This number determines what the steepness of > transition should be (i.e., what the angle of the red line in the > attachment will be). This angle shouldn't depend on Staff_radius

PATCHES: 48-hour notice for modal key signatures and keep-inside-line

2011-02-27 Thread Graham Percival
Tues, 9am UK time. Fix 748. Key signatures for modes http://codereview.appspot.com/4237041/ Change keep-inside-line defaults to true http://codereview.appspot.com/4243041/ Cheers, - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.org http: