severe chord repetition problem

2009-12-05 Thread Werner LEMBERG
Please see #924. Werner ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: UTF-8 support needs implementing to fix all bidi/rtl/ltr issues

2009-12-05 Thread Patrick McCarty
On Thu, Dec 3, 2009 at 12:50 PM, Ted Walther wrote: > Here is the lilypond file: > >  http://hymns.reactor-core.org/HaikVantoura/Shema4.ly > > It produces this output: > >  http://hymns.reactor-core.org/HaikVantoura/Shema4.pdf > > But I should be able to use the unicode codes referenced previously

Re: PATCH: Refactor script-column.cc for improved reading and fewer lines

2009-12-05 Thread Carl Sorensen
On 12/5/09 10:13 AM, "Trevor Daniels" wrote: > > > Carl Sorensen wrote Saturday, December 05, 2009 2:38 PM >> >> On 12/5/09 2:56 AM, "Trevor Daniels" >> wrote: >>> >>> Carl Sorensen wrote Friday, December 04, 2009 6:53 PM Take three text_scripts, all with outside_staff_priority

Re: Add option to indicate frets by letters in tablature (issue164063)

2009-12-05 Thread Trevor Daniels
I've reworked this patch to make 'whiteout a property of all grobs. To use it effectively 'layer must also be set carefully. I think I've dealt with the other issues. Patch set 2 is a complete replacement. Further comments? http://codereview.appspot.com/164063 Trevor - Original Message

Re: PATCH: Refactor script-column.cc for improved reading and fewer lines

2009-12-05 Thread Trevor Daniels
Carl Sorensen wrote Saturday, December 05, 2009 2:38 PM On 12/5/09 2:56 AM, "Trevor Daniels" wrote: Carl Sorensen wrote Friday, December 04, 2009 6:53 PM Take three text_scripts, all with outside_staff_priority of 450, and with script_priorities of 201, 202, 203. Convert them to three te

Re: 'make all' fails

2009-12-05 Thread Carl Sorensen
On 12/4/09 6:08 PM, "Graham Percival" wrote: > On Sat, Dec 05, 2009 at 01:40:42AM +0100, John Mandereau wrote: >> Please always check that Lily and docs compile (make all && make doc) >> before pushing, or push to a branch different from master. > > Sorry, I fixed a few things, but forgot to

Re: PATCH: Refactor script-column.cc for improved reading and fewer lines

2009-12-05 Thread Carl Sorensen
On 12/5/09 3:15 AM, "David Kastrup" wrote: > "Trevor Daniels" writes: > >> Carl Sorensen wrote Friday, December 04, 2009 6:53 PM >> >>> On 12/4/09 9:24 AM, "David Kastrup" wrote: >>> >>> Could you describe in simple words what the behavior is supposed to achieve? If you do tha

Re: PATCH: Refactor script-column.cc for improved reading and fewer lines

2009-12-05 Thread Carl Sorensen
On 12/5/09 2:56 AM, "Trevor Daniels" wrote: > > > Carl Sorensen wrote Friday, December 04, 2009 6:53 PM > >> On 12/4/09 9:24 AM, "David Kastrup" wrote: >> >> >>> Could you describe in simple words what the behavior is supposed >>> to >>> achieve? If you do that, I promise to submit some

Re: Cannot make doc

2009-12-05 Thread Graham Percival
On Sat, Dec 05, 2009 at 11:32:14AM +0100, Francisco Vila wrote: > Hello all, I'm trying to build the docs and after many lines of the form > > WARNING: Node 'Index de LilyPond' was NOT found in the map > File name: index-de-lilypond.html > > I finally obtain > > *** Can't open ./out-www/learning

Re: Make define-builtin-markup{, -list}-command #:category #:properties keywords (issue160048)

2009-12-05 Thread Nicolas Sceaux
Le 5 déc. 2009 à 09:48, d...@gnu.org a écrit : > Currently I don't see a better way forward than using a special command > line option, something like -dindex-markup on documentation runs. As > far as I can see, everything else would come too late in the load order. > Nicolas' proposal to only i

Cannot make doc

2009-12-05 Thread Francisco Vila
Hello all, I'm trying to build the docs and after many lines of the form WARNING: Node 'Index de LilyPond' was NOT found in the map File name: index-de-lilypond.html I finally obtain *** Can't open ./out-www/learning/ for writing: Is a directory Documentation/./out-www/learning/index.fr.html ma

Re: PATCH: Refactor script-column.cc for improved reading and fewer lines

2009-12-05 Thread David Kastrup
"Trevor Daniels" writes: > Carl Sorensen wrote Friday, December 04, 2009 6:53 PM > >> On 12/4/09 9:24 AM, "David Kastrup" wrote: >> >> >>> Could you describe in simple words what the behavior is supposed to >>> achieve? If you do that, I promise to submit some simple code that >>> does >>> that

Re: PATCH: Refactor script-column.cc for improved reading and fewer lines

2009-12-05 Thread Trevor Daniels
Carl Sorensen wrote Friday, December 04, 2009 6:53 PM On 12/4/09 9:24 AM, "David Kastrup" wrote: Could you describe in simple words what the behavior is supposed to achieve? If you do that, I promise to submit some simple code that does that. Take three text_scripts, all with outside_

Re: Make define-builtin-markup{,-list}-command #:category #:properties keywords (issue160048)

2009-12-05 Thread dak
On 2009/12/03 22:26:04, dak wrote: On 2009/12/03 17:34:24, c_sorensen_byu.edu wrote: > > How about scm/document-markup.scm? AFAICS scm/document-markup.scm is only loaded on documentation runs, and then last. I don't see how it could be used for switching documentation collection either on