Re: polyphony in tablature

2009-08-22 Thread Marc Hohl
Graham Percival schrieb: [...] My apologies, I'm wrong. I managed to encounter the same error message as Marc, but not due to configure: I installed texi2html 1.82 into $HOME/usr/, export PATH=$HOME/usr/:$PATH, ran configure, and compiled the docs fine... This would mean the patch itself is fi

Re: polyphony in tablature

2009-08-22 Thread Marc Hohl
Graham Percival schrieb: On Fri, Aug 21, 2009 at 11:31:04PM +0200, John Mandereau wrote: Le vendredi 21 août 2009 à 21:53 +0100, Graham Percival a écrit : Ah, I was unclear. It checks for texi2html (oops, I meant to say that above!), but not the version number. Does it really o

Re: polyphony in tablature

2009-08-21 Thread Graham Percival
On Fri, Aug 21, 2009 at 11:31:04PM +0200, John Mandereau wrote: > Le vendredi 21 août 2009 à 21:53 +0100, Graham Percival a écrit : > > Ah, I was unclear. It checks for texi2html (oops, I meant to say > > that above!), but not the version number. > > Does it really on your system?! Please test a

Re: polyphony in tablature

2009-08-21 Thread John Mandereau
Le vendredi 21 août 2009 à 21:53 +0100, Graham Percival a écrit : > Ah, I was unclear. It checks for texi2html (oops, I meant to say > that above!), but not the version number. Does it really on your system?! Please test and/or check before claiming this. > Most people have 1.78, > whereas w

Re: polyphony in tablature

2009-08-21 Thread Graham Percival
On Fri, Aug 21, 2009 at 01:54:07PM +0200, John Mandereau wrote: > Le vendredi 21 août 2009 à 08:49 +0100, Graham Percival a écrit : > > You're using texinfo < 1.8.2. Yes, it would be nice if the > > configure script checked for the doc-building programs (this > > request is already on the tracker)

Re: polyphony in tablature

2009-08-21 Thread John Mandereau
Le vendredi 21 août 2009 à 08:49 +0100, Graham Percival a écrit : > You're using texinfo < 1.8.2. Yes, it would be nice if the > configure script checked for the doc-building programs (this > request is already on the tracker)... It does, but this check is not enforced, only a warning is printed

Re: polyphony in tablature

2009-08-21 Thread Marc Hohl
Neil Puttock schrieb: 2009/8/20 Marc Hohl : Here it is. Oops, you've reverted the changes Werner made to percussion.itely eleven days ago. Strange, I did git reset --hard git pull before I made my changes on origin/master. How can I create a decent patch? Marc Regards, Neil

Re: polyphony in tablature

2009-08-21 Thread Graham Percival
On Fri, Aug 21, 2009 at 09:46:16AM +0200, Marc Hohl wrote: > WARNING: Unable to load the map file > Undefined subroutine &main:: called at > /home/marc/git/lilypond/Documentation/lilypond-texi2html.init line 743. > make[2]: *** [out-test/collated-files.html] Error 255 > rm /home/marc/git/lilypond

Re: polyphony in tablature

2009-08-21 Thread Marc Hohl
Neil Puttock schrieb: 2009/8/20 Marc Hohl : Or are there some caveats I simply do not see now? I can't think of anything, but you should run `make check' to be sure (if you can't compile, give me a shout and I'll do a test run). I tried "make check" and got the following result:

Re: polyphony in tablature

2009-08-20 Thread Neil Puttock
2009/8/20 Marc Hohl : > Here it is. Oops, you've reverted the changes Werner made to percussion.itely eleven days ago. Regards, Neil ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: polyphony in tablature

2009-08-20 Thread Neil Puttock
2009/8/20 Marc Hohl : > Or are there some caveats I simply do not see now? I can't think of anything, but you should run `make check' to be sure (if you can't compile, give me a shout and I'll do a test run). Regards, Neil ___ lilypond-user mailing l

Re: polyphony in tablature

2009-08-20 Thread Marc Hohl
Carl Sorensen schrieb: On 8/20/09 12:58 AM, "Marc Hohl" wrote: Neil Puttock schrieb: Neil, thanks for your hint! I searched and found the following definition in scm/music-functions.scm: (define (voicify-list lst number) "Make a list of Musics. voicify-list :: [ [Music ]

Re: polyphony in tablature

2009-08-20 Thread Carl Sorensen
On 8/20/09 12:58 AM, "Marc Hohl" wrote: > Neil Puttock schrieb: > Neil, thanks for your hint! > I searched and found the following definition in scm/music-functions.scm: > > (define (voicify-list lst number) > "Make a list of Musics. > >voicify-list :: [ [Music ] ] -> number -> [Music

Re: polyphony in tablature

2009-08-20 Thread Mats Bengtsson
Trevor Daniels wrote: Mats Bengtsson wrote Wednesday, August 19, 2009 5:15 PM (see also http://lists.gnu.org/archive/html/lilypond-user/2005-05/msg00016.html which exploits an still undocumented feature/bug). Hhm. This doesn't seem to work with Voice contexts. If you take the first exam

Re: polyphony in tablature

2009-08-19 Thread Marc Hohl
Neil Puttock schrieb: 2009/8/19 Marc Hohl : Carl, do you have any hints where to start such an enhancement? If you search for `separator' you should find the code which splits the music into voices. It will have a context-spec-music block which will need amending to use Bottom rather

Re: polyphony in tablature

2009-08-19 Thread Carl Sorensen
On 8/19/09 9:46 AM, "Marc Hohl" wrote: > Carl Sorensen schrieb: >> [...] >> Make a simple snippet that shows the problem (you don't need to include the >> Staff, just the TabStaff) and send it to bug-lilyp...@gnu.org with a subject >> like >> >> Enhancement request: automatic polyphony in Ta

Re: polyphony in tablature

2009-08-19 Thread Trevor Daniels
Mats Bengtsson wrote Wednesday, August 19, 2009 5:15 PM (see also http://lists.gnu.org/archive/html/lilypond-user/2005-05/msg00016.html which exploits an still undocumented feature/bug). Hhm. This doesn't seem to work with Voice contexts. If you take the first example in 5.1.3 and comment

Re: polyphony in tablature

2009-08-19 Thread Neil Puttock
2009/8/19 Marc Hohl : > Carl, do you have any hints where to start such an enhancement? If you search for `separator' you should find the code which splits the music into voices. It will have a context-spec-music block which will need amending to use Bottom rather than Voice to ensure the split

Re: polyphony in tablature

2009-08-19 Thread Marc Hohl
Mats Bengtsson schrieb: Carl Sorensen wrote: You forgot that tabStaff needs tabVoice, and both of your constructs used Voice contexts, instead of tabVoice contexts. The first, << ... \\ ... >>, implicitly creates Voice contexts. The second explicitly creates Voice contexts. I think you'v

Re: polyphony in tablature

2009-08-19 Thread Mats Bengtsson
Carl Sorensen wrote: You forgot that tabStaff needs tabVoice, and both of your constructs used Voice contexts, instead of tabVoice contexts. The first, << ... \\ ... >>, implicitly creates Voice contexts. The second explicitly creates Voice contexts. I think you've found a good enhancement

Re: polyphony in tablature

2009-08-19 Thread Marc Hohl
Carl Sorensen schrieb: [...] Make a simple snippet that shows the problem (you don't need to include the Staff, just the TabStaff) and send it to bug-lilyp...@gnu.org with a subject like Enhancement request: automatic polyphony in TabStaff context As nobody has added this to the tracker (as

Re: polyphony in tablature

2009-08-13 Thread Carl Sorensen
ext. >> > > What do I have to do to make an enhancement request? (I hope I won't annoy > anybody because there is already a method to engrave polyphony in tablature > (see snippet repository)) > Make a simple snippet that shows the problem (you don't need t

Re: polyphony in tablature

2009-08-13 Thread Patrick Schmidt
Dear Carl, thank you for your reply! Original-Nachricht > Datum: Tue, 11 Aug 2009 07:13:45 -0600 > Von: Carl Sorensen > An: Patrick Schmidt , "lilypond-user@gnu.org" > > Betreff: Re: polyphony in tablature > > > > On 8/10

Re: polyphony in tablature

2009-08-11 Thread Carl Sorensen
On 8/10/09 2:25 PM, "Patrick Schmidt" wrote: > Where did I go wrong? You forgot that tabStaff needs tabVoice, and both of your constructs used Voice contexts, instead of tabVoice contexts. The first, << ... \\ ... >>, implicitly creates Voice contexts. The second explicitly creates Voice c

polyphony in tablature

2009-08-10 Thread Patrick Schmidt
Hi all, I would like to engrave a piece with polyphonic elements both "traditionally" (with noteheads) and with tablature. I found the snippet "polyphony in tablature" and it works fine. But: as I have only a few bars of polyphonic music I didn't want to use two voices