Re: Guitar tablature for LilyPond !

2002-05-06 Thread Rune Zedeler
Lamy Jean-Baptiste wrote: >>??? What happens if you "ly2dvi drums.ly"? > > > Here it is... > > [jiba@localhost test]$ ly2dvi drums.ly > Running LilyPond... > -I /home/jiba/src/lilypond-1.5.54/input/test -H dedication -H title -H > subtitle -H subsubtitle -H footer -H head -H composer -H arrang

Re: Guitar tablature for LilyPond !

2002-05-02 Thread Rune Zedeler
Rune Zedeler wrote: > If you use a translator property, you can change it from within lilypond > with > > \property Staff.tabString = #3 Bah, but then it won't work with chords, silly me... I'm not really sure what is the best approach, eh... We need a simple way of setting properties for indi

Re: Guitar tablature for LilyPond !

2002-05-02 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > c/c++... > > You add the engraver from withing a paper-translator. > If you wan't to replace the Note_heads_engraver with i.e. > Tab_heads_engraver, you simply say The code to do the actual instantation is in Translator_def::instantiate. -- Han-Wen Nienhuys |

Re: Guitar tablature for LilyPond !

2002-05-02 Thread Rune Zedeler
Lamy Jean-Baptiste wrote: >>I have made some kludgy drum notation using scheme - see >>input/test/drums.ly - and probably you could use something likewise to >>move around the noteheads in the guitar staff. > > > I've tried that, but it seems broken... ??? What happens if you "ly2dvi drums.l

Re: Guitar tablature for LilyPond !

2002-05-01 Thread Tom Cato Amundsen
On Wed, 2002-05-01 at 22:53, Rune Zedeler wrote: > Lamy Jean-Baptiste wrote: > > > 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. > > GREAT! > > > My hack is ba

Re: Guitar tablature for LilyPond !

2002-05-01 Thread Rune Zedeler
Lamy Jean-Baptiste wrote: > 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. GREAT! > My hack is based on the "tab-staff.ly" file found in Lilypond examples, and > it

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