Re: Doc: NR 4.1: Reorganize, clarify details. (issue2758042)

2010-11-16 Thread markpolesky
Patch set 4 uploaded. - Mark http://codereview.appspot.com/2758042/ ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Simplification of live-elements-list, why not?

2010-11-16 Thread Boris Shingarov
On 10-11-16 05:37 PM, Neil Puttock wrote: I'm not sure what I'm guilty of here; in the absence of an exported function which turns grob-arrays into lists (which I did contemplate adding at the time), the code I added seems unobjectionable. That's it: you are basically saying "it's perfect exc

Re: Add tab-tie-follow-engraver (issue2723043)

2010-11-16 Thread n . puttock
http://codereview.appspot.com/2723043/diff/70001/lily/tab-tie-follow-engraver.cc File lily/tab-tie-follow-engraver.cc (right): http://codereview.appspot.com/2723043/diff/70001/lily/tab-tie-follow-engraver.cc#newcode52 lily/tab-tie-follow-engraver.cc:52: void process_acknowledged (); remove http

Re: Why would I use begin-of-line-invis. over end-of-line-vis or vice versa?

2010-11-16 Thread Carl Sorensen
On 11/16/10 3:18 PM, "James Lowe" wrote: > > > Hello, > > see the following simple example. > > -- > > \version "2.13.37" > > \relative c'' { >c1 >\once \override Score.RehearsalMark #'break-visibility = > #begin-of-line-invisible >\once \override Score.RehearsalMark #'self-a

Re: Simplification of live-elements-list, why not?

2010-11-16 Thread Neil Puttock
On 16 November 2010 00:37, Han-Wen Nienhuys wrote: > I had a brief look, and it looks like 4b7d9566 by Neil is to blame. I'm not sure what I'm guilty of here; in the absence of an exported function which turns grob-arrays into lists (which I did contemplate adding at the time), the code I added

Why would I use begin-of-line-invis. over end-of-line-vis or vice versa?

2010-11-16 Thread James Lowe
Hello, see the following simple example. -- \version "2.13.37" \relative c'' { c1 \once \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \once \override Score.RehearsalMark #'self-alignment-X = #RIGHT \mark "Here is some text" \break c1 } \relati

Re: Simplification of live-elements-list, why not?

2010-11-16 Thread Neil Puttock
On 15 November 2010 07:07, Boris Shingarov wrote: > The reason I am asking, is because even after spending 10 minutes looking at > the procedural-style code in the current live-elements-list, I am still not > sure what the answer is to the question, "what does this function do?"  Does > it just f

Re: translations breaking master

2010-11-16 Thread Francisco Vila
2010/11/16 Graham Percival : > Thanks for merging lilypond/translations; I really wanted to get the > convert-ly stuff cleared up.  However, please please remember to check > a FULL doc build before pushing to master. True. I checked a full doc build on lilypond/translation and it succeeded. But

translations breaking master

2010-11-16 Thread Graham Percival
Thanks for merging lilypond/translations; I really wanted to get the convert-ly stuff cleared up. However, please please remember to check a FULL doc build before pushing to master. I recommend an out-of-tree build: completely delete your build directory, then start from ../lilypond/configure He

Re: german doc patch, issue 1344

2010-11-16 Thread Marc Hohl
Am 16.11.2010 11:52, schrieb Till Paala: Hi Marc, I would remember I just had to do "git checkout origin/lilypond/translation" to obtain the lilypond/translation branch, so the origin was the critical thing here. Hm, when I do this, I get: m...@olivia:~/git/lilypond$ git checkout origin/lily

Re: german doc patch, issue 1344

2010-11-16 Thread Till Paala
Am 16.11.10 11:09, schrieb Marc Hohl: Am 16.11.2010 09:18, schrieb Francisco Vila: 2010/11/16 Marc Hohl: I asked once how to get the lilypond/translation branch on my local repository, but nobody could explain; I tried the code described in http://lilypond.org/doc/v2.13/Documentation/contribu

Re: Doc: NR 4.1: Reorganize, clarify details. (issue2758042)

2010-11-16 Thread tdanielsmusic
It looks better. I added a couple of minor comments which I noticed in passing, but I've not checked any of the detail. Trevor http://codereview.appspot.com/2758042/diff/19002/Documentation/notation/spacing.itely File Documentation/notation/spacing.itely (right): http://codereview.appspot.com

Re: german doc patch, issue 1344

2010-11-16 Thread Marc Hohl
Am 16.11.2010 09:18, schrieb Francisco Vila: 2010/11/16 Marc Hohl: I asked once how to get the lilypond/translation branch on my local repository, but nobody could explain; I tried the code described in http://lilypond.org/doc/v2.13/Documentation/contributor/downloading-remote-branches bu

Re: german doc patch, issue 1344

2010-11-16 Thread Francisco Vila
2010/11/16 Marc Hohl : > I asked once how to get the lilypond/translation branch on my local > repository, but > nobody could explain; I tried the code described in > > http://lilypond.org/doc/v2.13/Documentation/contributor/downloading-remote-branches > > but git complains with > > m...@olivia:~/