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 u

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

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 wrote: On Tue, 2013-01-08 at 14:15 -0600, David Nalesnik wrote: > Hi, > Is that to

Re: Shifting ties horizontally

2013-01-10 Thread David Nalesnik
Richard, On Thu, Jan 10, 2013 at 6:51 AM, Richard Shann wrote: [...] > 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, bu

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 > wrote: > On Tue, 2013-01-08 at 14:15 -0600, David Nalesnik wrote: > > Hi, > > > > Is that to say that shape-tie.ly is now redun

Re: Shifting ties horizontally

2013-01-10 Thread David Nalesnik
Hi Richard, On Thu, Jan 10, 2013 at 3:37 AM, Richard Shann wrote: > On Tue, 2013-01-08 at 14:15 -0600, David Nalesnik wrote: > > Hi, > > > > On Tue, Jan 8, 2013 at 2:10 PM, karol wrote: > > You have to use shape-tie function. First create file > > shape-tie.ly and paste > >

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 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 sta

Re: Shifting ties horizontally

2013-01-10 Thread Luigi
Luigi 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 t

Re: Shifting ties horizontally

2013-01-09 Thread Luigi
karol 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

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 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 lilypond-u

Re: Shifting ties horizontally

2013-01-09 Thread Luigi
ir refers to > different 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

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 mailto: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 cur

Re: Shifting ties horizontally

2013-01-08 Thread David Nalesnik
Hi, On Tue, Jan 8, 2013 at 2:10 PM, karol 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 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 Luigi
Federico Bruni 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 not v

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 o

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 da