lilypond-user
[Top][All Lists]
Advanced

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

Re: Graphic lines create


From: Ben
Subject: Re: Graphic lines create
Date: Tue, 5 Nov 2019 12:24:33 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1

On 11/5/2019 11:35 AM, address@hidden wrote:
Reggie:
...
Andrew thank you for the vibrato but you say it's able to create close to my
image? How would I learn which code to change for that to happen? I probably
need to draw curves free as I move forward but I need SVG output so I guess
I'm out off luck. In Sibelius it's quite easy to draw lines and curves with
ease but not LilyPond? How would you attempt this type of graphic with SVG
possible? Do I need to use a graphic  program and create image and then
insert into measures on top of staff? Trial and error would take so long
though back and forth :( 
To just do something curvy, do something like:

zz = \markup\postscript "0 1 360 5 mul { cos 0.01 mul 0.002 add .01 exch rlineto } for stroke"

\relative c'' {
  c4^\zz c c c |
  c c c c |
}

there is also a \markup\path command that possible could be useful 
since you want svg output.

Regards,
/Karl Hammar

Hi Karl!

If you use \markup \postscript then am I correct in thinking that the lines won't output in SVG, right?


reply via email to

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