lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Tablature in LilyPond


From: Lamy Jean-Baptiste
Subject: Re: [PATCH] Tablature in LilyPond
Date: Tue, 4 Jun 2002 19:03:02 +0200

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-to-staff" can be used to have all stem ending
out of the staff (as it is in typical tab)
 - The following feature has been implemented :

> It's more a musical than a typographical property, so I think it does
> not belong in the back end. You could run user code to produce the
> letters iso. numbers, eg.
> 
>       SCM proc = get_property ("tablatureFormat");
>       SCM text = gh_call3 (proc, scm_string, get_property
>         ("stringTunings"), scm_pitch)
>       note_head->set_grob_property ("text", text);
> 
> and then you could plug you own formatting functions  by setting
> 
>     tablatureFormat = #my-tablature-format-function .. 
> 
> I would be very glad if you would make that change as well. 

Jiba

Attachment: tab-lily-3.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]