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
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
[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 |
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
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
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
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