denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] New script


From: Richard Shann
Subject: Re: [Denemo-devel] New script
Date: Mon, 05 Nov 2012 19:14:39 +0000

Close! but you have to override the affix (in fact it seems that without
the override the prefix is not emitted anywhere, which I am surprised
at).
Here is the amended script. - Richard

;;;Ficta
(d-DirectivePut-chord-display "Ficta"  "Ficta" )
(d-DirectivePut-chord-prefix "Ficta"  "\\once \\set suggestAccidentals =
##t ")
(d-DirectivePut-chord-override "Ficta" DENEMO_OVERRIDE_AFFIX)
(d-DirectivePut-chord-minpixels  "Ficta" 20)
(d-SetSaved #f)
(d-RefreshDisplay)



On Mon, 2012-11-05 at 18:58 +0100, Andreas Schneider wrote:
> ;;;Ficta
> (d-DirectivePut-chord-display "Ficta"  "Ficta" )
> (d-DirectivePut-chord-prefix "Ficta"  "\\once \\set suggestAccidentals
> =
> ##t")
> (d-DirectivePut-chord-minpixels  "Ficta" 20)
> (d-SetSaved #f)
> (d-RefreshDisplay) 




reply via email to

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