Re: cannot end slur

2009-08-06 Thread Trevor Daniels
Carl Sorensen wrote Tuesday, August 04, 2009 2:05 PM On 8/4/09 5:35 AM, "Reinhold Kainhofer" wrote: Am Dienstag, 4. August 2009 01:29:56 schrieb Trevor Daniels: Stupid of me! I gave the correct analysis of your problem but the wrong solution! You should use a phrasing slur, \( .. \) ins

Re: cannot end slur

2009-08-04 Thread Carl Sorensen
On 8/4/09 5:35 AM, "Reinhold Kainhofer" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am Dienstag, 4. August 2009 01:29:56 schrieb Trevor Daniels: >> Jonathan >> >> Stupid of me! I gave the correct analysis of >> your problem but the wrong solution! >> >> You should use a ph

Re: cannot end slur

2009-08-04 Thread Valentin Villenave
2009/8/4 Mats Bengtsson : > See http://code.google.com/p/lilypond/issues/detail?id=75 Thanks! I was looking at 304, but that wasn't it :) Regards, Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lily

Re: cannot end slur

2009-08-04 Thread Mats Bengtsson
See http://code.google.com/p/lilypond/issues/detail?id=75 /Mats Valentin Villenave wrote: 2009/8/4 Mats Bengtsson : Right! That's one reason that we have a bug report on this problem. I'm sure I've already seen similar problems, but I can't find it anywhere. Jonathan, would you li

Re: cannot end slur

2009-08-04 Thread Valentin Villenave
2009/8/4 Mats Bengtsson : > Right! That's one reason that we have a bug report on this problem. I'm sure I've already seen similar problems, but I can't find it anywhere. Jonathan, would you like to send a bug report (preferably with lyrics and melismas, as Reinhold suggested), to the bug-lilyp..

Re: cannot end slur

2009-08-04 Thread Mats Bengtsson
Reinhold Kainhofer wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Dienstag, 4. August 2009 01:29:56 schrieb Trevor Daniels: Jonathan Stupid of me! I gave the correct analysis of your problem but the wrong solution! You should use a phrasing slur, \( .. \) instead of a slur, ( .

Re: cannot end slur

2009-08-04 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Dienstag, 4. August 2009 01:29:56 schrieb Trevor Daniels: > Jonathan > > Stupid of me! I gave the correct analysis of > your problem but the wrong solution! > > You should use a phrasing slur, \( .. \) > instead of a slur, ( .. ). Then the acciacc

Re: cannot end slur

2009-08-03 Thread Jonathan Wilkes
Hey, thanks for all the help everyone. I had the "cannot end slur" warning a lot of places in a previous score, and I'm pretty sure it was all due to the nested slur in the \acciaccatura. Best, Jonathan --- On Tue, 8/4/09, Trevor Daniels wrote: > From: Trevor Daniels >

Re: cannot end slur

2009-08-03 Thread Trevor Daniels
To: "Jonathan Wilkes" ; Sent: Tuesday, August 04, 2009 12:03 AM Subject: Re: cannot end slur Jonathan The problem is that acciaccatura and appoggiatura are both slurred to the following note, and slurs cannot be nested. If you change the \acciaccatura to \grace (which isn't slurr

Re: cannot end slur

2009-08-03 Thread Trevor Daniels
m: "Jonathan Wilkes" To: Sent: Monday, August 03, 2009 6:36 PM Subject: cannot end slur Hello, I'm having trouble entering the following fragment of music: \version "2.12.2" \relative c'' { \time 3/4 \partial 32 cis32~( | cis4~ cis8~ \acciaccatura e'

Re: cannot end slur

2009-08-03 Thread Robin Bannister
A phrasing slur goes all the way. (Don't ask me why!) Cheers, Robin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

cannot end slur

2009-08-03 Thread Bill Mooney
Hi, I don't know why and wherefore - but removing the acciaccatura seems to allow the slur to fulfill itself - whether it is a matter of the acciaccatura making the staff too high, or a bug, or something more subtle I don't know enough about Lilypond to say, but I hope this helps. Regards

Re: cannot end slur

2009-08-03 Thread Jonathan Wilkes
gt; Subject: Re: cannot end slur > To: "Jonathan Wilkes" > Cc: lilypond-user@gnu.org > Date: Monday, August 3, 2009, 10:47 PM > This is variation of a known problem, > namely that you cannot have more than a single slur > simultaneously and that the \acciaccatura draws a

Re: cannot end slur

2009-08-03 Thread James E. Bailey
mes 2/3 { f des a } \times 2/3 { e d c } aes32 g'16.) ees32 b g d e gis c e | } The slur goes to the first high f, then stops, and I get a warning: cannot end slur. I've tried overriding various Slur properties, but nothing seems to get the slur to extend all the way to the g. If anyo

Re: cannot end slur

2009-08-03 Thread Jonathan Wilkes
--- On Mon, 8/3/09, Jonathan Kulp wrote: > From: Jonathan Kulp > Subject: Re: cannot end slur > To: "Jonathan Wilkes" > Cc: lilypond-user@gnu.org > Date: Monday, August 3, 2009, 10:46 PM > > > On Mon, Aug 3, 2009 at 12:36 PM, > Jonathan Wilkes >

Re: cannot end slur

2009-08-03 Thread Mats Bengtsson
~ cis8~ \acciaccatura e' f~ f4 | f16 e \times 2/3 { f des a } \times 2/3 { e d c } aes32 g'16.) ees32 b g d e gis c e | } The slur goes to the first high f, then stops, and I get a warning: cannot end slur. I've tried overriding various Slur properties, but nothing seems

Re: cannot end slur

2009-08-03 Thread Jonathan Kulp
cis8~ \acciaccatura e' f~ f4 | >f16 e \times 2/3 { f des a } \times 2/3 { e d c } aes32 g'16.) ees32 > b g d e gis c e | > } > > The slur goes to the first high f, then stops, and I get a warning: > cannot end slur. > > I've tried overriding vario

cannot end slur

2009-08-03 Thread Jonathan Wilkes
g'16.) ees32 b g d e gis c e | } The slur goes to the first high f, then stops, and I get a warning: cannot end slur. I've tried overriding various Slur properties, but nothing seems to get the slur to extend all the way to the g. If anyone has any advice or reference links, i