lilypond-devel
[Top][All Lists]
Advanced

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

Re: Rehearsal mark "I"


From: Erik Sandberg
Subject: Re: Rehearsal mark "I"
Date: Mon, 15 Aug 2005 15:09:51 +0200
User-agent: KMail/1.8.1

On Monday 15 August 2005 11.08, Mats Bengtsson wrote:
> It turns out that the easy answer to your question was to use
> \set Score.markFormatter = #format-mark-alphabet
> which includes the "I" in the automatically generated rehearsal
> marks. A more general flexible solution remains to be implemented,
> though.

It should be pretty trivial if you know Scheme:
Look at the definition of format-mark-alphabet. It uses a function called 
markalphabet, which needs to be replaced. Check the definition of that 
function, it uses the function number->mark-alphabet-vector which needs to be 
replaced with

(lambda (n) (list-ref list n))

where list is the list of characters in the desired alphabet.

Erik




reply via email to

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