lilypond-user
[Top][All Lists]
Advanced

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

RE: Defining own articulations (2)


From: Sven Axelsson
Subject: RE: Defining own articulations (2)
Date: Sat, 17 Sep 2005 16:37:42 +0200

Han-Wen Nienhuys wrote:
> Sven Axelsson wrote:
>> ... I failed to mention that this works if I make the changes
>> directly in script.scm, but obviously I want to avoid that.
>> 
> 
> The SCM lists enter Lily through ly/engraver-init.ly. Check there.

OK, great.

So, I do something like
#(define my-script-alist (append ... default-script-alist) )
\layout { \context { \Score scriptDefinitions = #my-script-alist } }

and that works fine.

Now another question on articulations. How can I define an articulation
consisting of two symbols?

double = \tremblement\turn

doesn't work - it gives syntax error, unexpected EVENT_IDENTIFIER.

can I do something like

(script-stencil . (feta . (("turn" . "stopped") . ("stopped" . "turn")))

in the alist definintion, and if so how (the above doesn't work obviously)?

-- 
Sven Axelsson





reply via email to

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