Re: Draw line between fingerings, but how does this go?

2017-09-28 Thread Pieter Terpstra
Pieter Terpstra wrote: > Thank you Marc. > > You mean the BartGliss.ly code? It worked perfectly. Also managed to do it with the \draw-line command but this one is much easier and doesn't have to be readjusted when a space-setting has changed. Ki

Re: Draw line between fingerings, but how does this go?

2017-09-26 Thread Pieter Terpstra
Marc Hohl wrote: > I used the code in this thread: > > http://lilypond.1069038.n5.nabble.com/glissando-in-fingering-notation-td159875.html > > This works out of the box for almost all occurrences in my scores. Thank you Marc. You mean the BartGliss.ly code? Will study on this one. Kindly,

Re: Draw line between fingerings, but how does this go?

2017-09-26 Thread Marc Hohl
Hello Pieter, I used the code in this thread: http://lilypond.1069038.n5.nabble.com/glissando-in-fingering-notation-td159875.html This works out of the box for almost all occurrences in my scores. HTH, Marc Am 25.09.2017 um 22:49 schrieb Pieter Terpstra: Dear readers, Trying to draw a line

Draw line between fingerings, but how does this go?

2017-09-25 Thread Pieter Terpstra
Dear readers, Trying to draw a line between the numbers, copied some code but don't know exactly what the commands do. Trying to raise the line so that it fits nicely between the ones but don't know how, have tried the \raise command here without success. Anyone? Thank you so much in advantage

Re: \draw-line with non-rounded cap

2016-12-22 Thread Simon Albrecht
On 22.12.2016 18:12, Simon Albrecht wrote: creating a front-end taking the same arguments as \draw-line, with the additional line-cap-style property: %%% \version "2.19.53" #(define-markup-command (path-draw-line In case it’s about not changing code and using the same co

Re: \draw-line with non-rounded cap

2016-12-22 Thread Simon Albrecht
On 22.12.2016 17:43, Kieren MacMillan wrote: Hello all, Is there a way to use the built-in \draw-line markup command, but with a square cap and not the [lovely!] rounded cap default? Tried \override #'(line-cap-style . square), but that didn’t seem to work. If you specifically want t

\draw-line with non-rounded cap

2016-12-22 Thread Kieren MacMillan
Hello all, Is there a way to use the built-in \draw-line markup command, but with a square cap and not the [lovely!] rounded cap default? Tried \override #'(line-cap-style . square), but that didn’t seem to work. Couldn’t find anything else in the documentation (2.19). Thanks, K

Re: Changing color when using \draw-line

2016-03-05 Thread Malte Meyn
Am 05.03.2016 um 16:23 schrieb Joseph N. Srednicki: Can anyone tell me how to change the color when using \draw-line? \with-color #blue \draw-line #'(0 . 3) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/ma

Changing color when using \draw-line

2016-03-05 Thread Joseph N. Srednicki
Hello: Can anyone tell me how to change the color when using \draw-line? For example, I want to change the color of the following: rH = \rightHandFinger \markup \concat { \override #'(thickness . 3) \draw-line #'(0 . 3) \hspace #-.2 \override #'(thic

Re: Draw line across staves

2015-12-28 Thread Jacques Menu
Hello Andrew,Someone proposed the attached example for diagonal lines, maybe that can help?JM DiagonalStrokeAcrossBars.ly Description: Binary data Le 28 déc. 2015 à 12:49, Andrew Bernard a écrit :How does one go about drawing an arbitrary line across staves, as per the a

Draw line across staves

2015-12-28 Thread Andrew Bernard
How does one go about drawing an arbitrary line across staves, as per the attached image? Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: drawing curves in markup (was: draw-line)

2015-03-18 Thread Kevin Barry
On Tue, Mar 17, 2015 at 9:21 PM, Thomas Morley wrote: > I attach my approach to create arrowed slurs. This is very useful for me. Thank you! Kevin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-us

Re: drawing curves in markup (was: draw-line)

2015-03-18 Thread Kevin Barry
On Tue, Mar 17, 2015 at 9:48 PM, Carl Sorensen wrote: > The tangent to a bezier curve at the endpoint is the line that goes from > the endpoint to the control point. It's really easy to get if you have > the bezier definition. > This seems so obvious I'm surprised I didn't think of it! Thank yo

drawing curves in markup (was: draw-line)

2015-03-17 Thread Carl Sorensen
2015-03-17 15:52 GMT+01:00 Kevin Barry : > If I knew more about mathematics I might know how to calculate the >tangent to a > bezier curve at the end point (to know how much to rotate the arrowhead) >and the > function wouldn't be such a hack. The tangent to a bezier curve at the endpoint is t

Re: drawing curves in markup (was: draw-line)

2015-03-17 Thread Thomas Morley
2015-03-17 15:52 GMT+01:00 Kevin Barry : > Just as a follow up to Stephen's question: for analytic examples I have to > draw curved lines all the time, usually with arrow-heads attached at the > end, so I made a function to do it given just the coordinates of the > desired destination. Using curve

drawing curves in markup (was: draw-line)

2015-03-17 Thread Kevin Barry
Just as a follow up to Stephen's question: for analytic examples I have to draw curved lines all the time, usually with arrow-heads attached at the end, so I made a function to do it given just the coordinates of the desired destination. Using curveto is very slow because of all the trial and error

Re: draw-line

2015-03-15 Thread Pierre Perol-Schneider
Hi Stephen, Hi Kevin, Kevin's right, it's an easy way to get a curved line: \version "2.18.2" \markup { %% your example: \draw-line #'(1 . 1) %% your example in path mode: \path #0.1 #'((moveto 0 0)(curveto 0 0 0 0 1 1)) %% concave example: \path #0.1 #

Re: draw-line

2015-03-14 Thread Kevin Barry
On Sat, Mar 14, 2015 at 8:46 PM, Stephen MacNeil wrote: > can I curve a line? You probably want the \path command which is documented here: http://lilypond.org/doc/v2.18/Documentation/notation/graphic ___ lilypond-user mailing list lilypond-user@gnu.o

draw-line

2015-03-14 Thread Stephen MacNeil
can I curve a line? \draw-line #'(1 . 1) Thanks Stephen ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Draw line between reference point of object and its parent

2014-05-03 Thread Urs Liska
Hi, this post http://www.sibeliusblog.com/tips/constrain-attachment-points-in-sibelius-and-finale/ lets me think if such a visualization might not be a good thing to have in Frescobaldi's Layout Control Options (and as a snippet in the openLilyLib repository). What this would mean is: - draw

Re: dashed \draw-line

2012-10-25 Thread Thomas Morley
2012/10/26 David Nalesnik : > Hi Kevin, > > On Thu, Oct 25, 2012 at 4:55 PM, Kevin Patrick Barry wrote: >> Dear LilyPond users, >> >> I would like the markup function \draw-line to produce a dashed line, but I >> can't find it in the internals reference to

Re: dashed \draw-line

2012-10-25 Thread David Nalesnik
Hi Kevin, On Thu, Oct 25, 2012 at 4:55 PM, Kevin Patrick Barry wrote: > Dear LilyPond users, > > I would like the markup function \draw-line to produce a dashed line, but I > can't find it in the internals reference to see what overrides to use. I > tried TextScript #'

dashed \draw-line

2012-10-25 Thread Kevin Patrick Barry
Dear LilyPond users, I would like the markup function \draw-line to produce a dashed line, but I can't find it in the internals reference to see what overrides to use. I tried TextScript #'style, Glissando #'style and \tweak #'style. I'm just fumbling in the dark

draw-line

2009-06-12 Thread Mario Moles
Ciao a tutti! Sapete dirmi se esiste un modo per ancorare \draw-line a due note anche non in sequenza? Grazie! -- oiram/bin/selom ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Make a \draw-line a dotted-line?

2009-05-27 Thread Henrik Frisk
Hi, Is it possible to make something like relative c' { c4 ^\markup { \draw-line #'(0 . 3) } } and have the resulting line be dotted or dashed? I can read here http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Graphic that the \draw-line has a #'thickness prope

Re: Overly thick results from markup with draw-line

2007-07-25 Thread Han-Wen Nienhuys
2007/7/24, Trevor Bača <[EMAIL PROTECTED]>: Hi, Is there a reason the nibbed output of draw-line is almost 20 times thicker than usual (rather than just 2 times thicker like the rest of the TextSpanner)? This is classical typography, evidently! ;) I think you are have found

Overly thick results from markup with draw-line

2007-07-24 Thread Trevor Bača
Hi, Is there a reason the nibbed output of draw-line is almost 20 times thicker than usual (rather than just 2 times thicker like the rest of the TextSpanner)? %%% EX 1 %%% \version "2.11.26" \new Staff { c'4 \startTextSpan c'4 \stopTextSpan } \layout { \c