2009/4/27 Dmytro O. Redchuk <brownian....@gmail.com>:
> 2009/4/27 Francisco Vila <paconet....@gmail.com>:
>> 2009/4/27 Dmytro O. Redchuk <brownian....@gmail.com>:
>>> % 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to