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



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to