Re: tab

2002-09-04 Thread Lamy Jean-Baptiste
David and Rune, what do you think of the Han-Wen's proposition (Identifying strings by their note name) ? If you are right, i'll work on it in about 2 weeks (after my exams). Jiba > > > strings by notenames: > > > > > > e4-c > > > > That's what I like, but many have more than one of a give

Re: Tab one octave off?

2002-08-27 Thread Lamy Jean-Baptiste
On 2002.08.23 00:29:38 +0200 Rune Zedeler wrote: > Lamy Jean-Baptiste wrote: > > > But please can you go further and explain me what is the "G_8" ? I have > > only a very limited musical knowledge, and i have never used > > non-tablature-based system. > >

Re: tab

2002-08-22 Thread Lamy Jean-Baptiste
On 2002.08.21 17:20:32 +0200 Han-Wen Nienhuys wrote: > Nice. Do you want to implement it? For the double string problem, we > could invent some substitution syntax, i.e. cis be the 2nd C string. It seems that Lilypond generates parse errors if the fingering notation is used without letter instea

[Patch] Hammers for tablature

2002-08-13 Thread Lamy Jean-Baptiste
Hi, The following patch includes: * Support of hammers and pulls in tablature -- Hammers and pulls are inserted exactly like slurs, and a "H" or a "P" is added over the slur as needed. The file ./input/test/tablature-hammer.ly is an example of hammer, pull and legato in a tablature. * Stem.up

Re: Tablatures doesn't work

2002-08-09 Thread Lamy Jean-Baptiste
> try make distclean ; autogen.sh ; make all ? I've updated the CVS, deleted all previous versions of Lilypond and done that: it now works ! Thanks you all ! Jiba ___ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/

Re: Tablature patch

2002-08-01 Thread Lamy Jean-Baptiste
On 2002.07.31 16:52:10 +0200 Rune Zedeler wrote: > Hi Jean! > I have made this little patch for the tablature engraver. > I posted it on the list but as you did not reply I send this to you. > Ofcourse I will not commit it before you have said wheter it is okay. > > Idea is: > No functionality ha

[PATCH] Tablature + doc

2002-06-13 Thread Lamy Jean-Baptiste
Hi ! This patch (for the CVS) includes a few documentation (in refman.itely) and fixes some bug: - stringTunings now has a doc string - default tuning is (should be ? ;-) now right - tablature with even number of strings works. Jiba tab-lily-5.patch Description: Binary data

[PATCH] Tablature

2002-06-11 Thread Lamy Jean-Baptiste
Hi ! This patch (intended to be applied to the CVS) fix the following bugs : - stringTunings property is now declared - Accidental are now totally removed (before, there were just transparent, but it seems it can cause crash) - default string tuning is now at the right octavo - up-to-staff S

Re: [PATCH] Tablature in LilyPond

2002-06-04 Thread Lamy Jean-Baptiste
Hi, Here is the third version of the tablature patch; this one should be applied on the CVS version of Lilypond (which already contains the previous patch). Changelog - The example "tablature.ly" has been modified so it now display both tablature and normal staff. - The new Stem property "up-t

[PATCH] Tablature in LilyPond

2002-05-28 Thread Lamy Jean-Baptiste
Hi, Here is the new version of the tablature patch for Lilypond (1.5.55) ! The input/test/tablature.ly file is an exemple. > >+\translator { > >+ \StaffContext > >+ > > you'll probably want to insert \name TabStaff over here, so you can > use normal and tab staffs in the same

Flat and sharp engraver/grob ?

2002-05-22 Thread Lamy Jean-Baptiste
Hi all, I just want to know which engraver create the flat and sharp symbol on the staff, and which grob they are. I need to remove those symbol for tablatures ! Jiba ___ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listi

Patch for tablature in LilyPond

2002-05-15 Thread Lamy Jean-Baptiste
Hi all, Here is a patch for tablature in LilyPond (version 1.5.55). Note's string are given by using the fingering syntax (e.g. a^1 for string 1). And it now supports chords, stems and beams ! There is a demo in ./input/test/tablature.ly (included in the patch). Still TODO: - Strings tuning -

Guitar tablature for LilyPond !

2002-05-01 Thread Lamy Jean-Baptiste
Hi all ! I am writing a GUI guitar tablature editor for GNOME (GTablature, http://oomadness.tuxfamily.org/gtablature/en) and i am thinking about using Lilypond for output / printing. I know that Lilypond doesn't support tablature (yet), though i've found the Lilypond internal pretty "hackable" a