lilypond-user
[Top][All Lists]
Advanced

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

Re: How to create shortcut to a command?


From: Francisco Vila
Subject: Re: How to create shortcut to a command?
Date: Mon, 27 Apr 2009 12:09:33 +0200

2009/4/27 Dmytro O. Redchuk <address@hidden>:
> 2009/4/27 Francisco Vila <address@hidden>:
>> 2009/4/27 Dmytro O. Redchuk <address@hidden>:
>>> % or even, i guess, this should work:
>>> <note> _\markup { \italic "poco" \rit }
>>
>> Yes, it does, but how would you do it for \upbow and \downbow?
> :-)
>
> Don't know.

I have investigated a bit how downbow is defined and I've found it in
the source code in ly/script-init.ly so we can write

db = #(make-articulation "downbow")
ub = #(make-articulation "upbow")

{ c' \db c' \ub }


-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org




reply via email to

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