lilypond-user
[Top][All Lists]
Advanced

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

Re: Divisi and Unison


From: Francisco Vila
Subject: Re: Divisi and Unison
Date: Sat, 14 Jun 2008 02:06:27 +0200

2008/6/14 Kieren MacMillan <address@hidden>:
> You might start with the following:
>
>    arrow = \markup { \fontsize #5 \override #'(thickness . 3) \combine
> \draw-line #'(0 . 4) \arrow-head #Y #DOWN ##t }
>    \markup { \combine \raise #-1 \rotate #45 \arrow \raise #1 \rotate #135
> \arrow }

Great!

Here goes another (uglier) starting point:

% start

psarrows = #"
        1 setlinecap
        .6 setlinewidth
        3 -0.5 translate
        .3 .3 scale
        0 0 moveto
        5 5 lineto
        -2 0 rlineto
        5 5 moveto
        0 -2 rlineto
        0 0 moveto
        5 -5 lineto
        0 2 rlineto
        5 -5 moveto
        -2 0 rlineto stroke"

arrows = \markup { \postscript #psarrows }

{ c'1-\arrows }

% end
-- 
Francisco Vila. Badajoz (Spain)
http://www.paconet.org




reply via email to

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