Re: Shifting ties horizontally

2013-01-10 Thread Luigi
Luigi ld at ngi.it writes: hello, i wrote some code to obtain staff where i can write some guitar rhythms with slash noteheads. All is fine except the fact, ties are tracked from center of standard note, and so the tie looks not very nice. It should start and end to the lowest point of

Re: Shifting ties horizontally

2013-01-10 Thread Richard Shann
On Tue, 2013-01-08 at 14:15 -0600, David Nalesnik wrote: Hi, On Tue, Jan 8, 2013 at 2:10 PM, karol karo...@wp.pl wrote: You have to use shape-tie function. First create file shape-tie.ly and paste the following code: The \shape command is available in the

Re: Shifting ties horizontally

2013-01-10 Thread David Nalesnik
Hi Richard, On Thu, Jan 10, 2013 at 3:37 AM, Richard Shann richard.sh...@virgin.netwrote: On Tue, 2013-01-08 at 14:15 -0600, David Nalesnik wrote: Hi, On Tue, Jan 8, 2013 at 2:10 PM, karol karo...@wp.pl wrote: You have to use shape-tie function. First create file

Re: Shifting ties horizontally

2013-01-10 Thread Richard Shann
On Thu, 2013-01-10 at 06:39 -0600, David Nalesnik wrote: Hi Richard, On Thu, Jan 10, 2013 at 3:37 AM, Richard Shann richard.sh...@virgin.net wrote: On Tue, 2013-01-08 at 14:15 -0600, David Nalesnik wrote: Hi, Is that to say that

Re: Shifting ties horizontally

2013-01-10 Thread David Nalesnik
Richard, On Thu, Jan 10, 2013 at 6:51 AM, Richard Shann richard.sh...@virgin.netwrote: [...] That's really good news as I am planning to write a graphical routine to create these shapes over the typeset output using the mouse to drag control points and output the needed LilyPond (this is

Re: Shifting ties horizontally

2013-01-10 Thread Urs Liska
Am 10.01.2013 13:51, schrieb Richard Shann: On Thu, 2013-01-10 at 06:39 -0600, David Nalesnik wrote: Hi Richard, On Thu, Jan 10, 2013 at 3:37 AM, Richard Shann richard.sh...@virgin.net wrote: On Tue, 2013-01-08 at 14:15 -0600, David Nalesnik wrote: Hi,

Re: Shifting ties horizontally

2013-01-10 Thread Richard Shann
On Thu, 2013-01-10 at 16:49 +0100, Urs Liska wrote: Am 10.01.2013 13:51, schrieb Richard Shann: ... Yes, \shape covers the functionality of \shapeTie and can be used for any curve that is specified by control points: Slur, PhrasingSlur, RepeatTie, and LaissezVibrerTie, in addition to Tie.

Re: Shifting ties horizontally

2013-01-10 Thread Noeck
Am 10.01.2013 13:51, schrieb Richard Shann: That's really good news as I am planning to write a graphical routine to create these shapes over the typeset output using the mouse to drag control points and output the needed LilyPond (this is from within Denemo, but it would be possible to use

Re: Shifting ties horizontally

2013-01-09 Thread Luigi
control point (thera are four control points). So if you want to shift the whole tie, you have increase all X values by the same amount. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Shifting-ties-horizontally-tp139068p139070.html Sent from the User mailing list archive

Re: Shifting ties horizontally

2013-01-09 Thread Luigi
karol karolm2 at wp.pl writes: You have to use shape-tie function. First create file shape-tie.ly and paste the following code: ... CUT and of course inserted a line with \include shape-tie.ly sorry :). ___ lilypond-user mailing list

Re: Shifting ties horizontally

2013-01-09 Thread karol
If you are using 2.14.2 then change to Does this work? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Shifting-ties-horizontally-tp139068p139120.html Sent from the User mailing list archive at Nabble.com. ___ lilypond

Re: Shifting ties horizontally

2013-01-09 Thread Luigi
karol karolm2 at wp.pl writes: If you are using 2.14.2 then change to Does this work? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Shifting-ties-horizontally-tp139068p139120.html Sent from the User mailing list archive at Nabble.com. no, it doesn't. I

Shifting ties horizontally

2013-01-08 Thread Luigi
hello, i wrote some code to obtain staff where i can write some guitar rhythms with slash noteheads. All is fine except the fact, ties are tracked from center of standard note, and so the tie looks not very nice. It should start and end to the lowest point of the slash. Sorry i'm tweaking from 2

Re: Shifting ties horizontally

2013-01-08 Thread Federico Bruni
Il 08/01/2013 20:18, Luigi ha scritto: hello, i wrote some code to obtain staff where i can write some guitar rhythms with slash noteheads. All is fine except the fact, ties are tracked from center of standard note, and so the tie looks not very nice. It should start and end to the lowest point

Re: Shifting ties horizontally

2013-01-08 Thread Luigi
Federico Bruni fedelogy at gmail.com writes: Il 08/01/2013 20:18, Luigi ha scritto: hello, i wrote some code to obtain staff where i can write some guitar rhythms with slash noteheads. All is fine except the fact, ties are tracked from center of standard note, and so the tie looks

Re: Shifting ties horizontally

2013-01-08 Thread karol
points). So if you want to shift the whole tie, you have increase all X values by the same amount. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Shifting-ties-horizontally-tp139068p139070.html Sent from the User mailing list archive at Nabble.com

Re: Shifting ties horizontally

2013-01-08 Thread David Nalesnik
Hi, On Tue, Jan 8, 2013 at 2:10 PM, karol karo...@wp.pl wrote: You have to use shape-tie function. First create file shape-tie.ly and paste the following code: The \shape command is available in the current stable release (and as far back as 2.15.40. if I remember correctly). HTH, David

Re: Shifting ties horizontally

2013-01-08 Thread Federico Bruni
Il 08/01/2013 21:15, David Nalesnik ha scritto: Hi, On Tue, Jan 8, 2013 at 2:10 PM, karol karo...@wp.pl mailto:karo...@wp.pl wrote: You have to use shape-tie function. First create file shape-tie.ly http://shape-tie.ly and paste the following code: The \shape command is available