lilypond-user
[Top][All Lists]
Advanced

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

Re: Graphic lines create


From: karl
Subject: Re: Graphic lines create
Date: Tue, 5 Nov 2019 17:35:34 +0100 (CET)

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

Attachment: a.pdf
Description: a.pdf


reply via email to

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