Stephen,

On Tue, Oct 28, 2014 at 11:33 AM, Stephen MacNeil [via Lilypond] 
<ml-node+s1069038n168040...@n5.nabble.com> wrote:
> I understand that however you still can not control what note it goes 
> to.
> 
> \slashedGrace b8_( <e, a c>4 )
> 
> How would I indicate to have the slur attach to the 'a' note? 

Sorry. That's just the way it works for now. The ideal would be to do 
this, but there isn't a mechanism for it:

\slashedGrace b8_( <e, a ) c>4 

> >And, until there is a
> >better solution, you may have to tweak the shape of the slur to go to
> >the correct note (say you wanted to go the "a" in the chord).
> 
> which is the same solution I have already done with the previous 
> examples.
>  
> \version "2.18.2"
> 
> \relative c'{
> \time 6/8
> <<{ \voiceOne \stemUp <\tweak Flag.transparent ##t e g>8}\\{\voiceTwo 
> \slurDown \stemUp \shape #'((0.2 . 0) (0 . 0) (0 . 0) (0 . 0.3)) Slur 
> \override Slur.positions = #'(0 . 0) \acciaccatura d'8 c <e, g b> <e 
> g c>}>> |
> 
> }
> \relative c'{
> \time 6/8
> <e' g>8
> \stemUp \slurDown \shape #'((1 . 1.8) (0.7 . 2.2) (-0.1 . 2.05) (-0.1 
> . 2.0)) Slur \override Slur.positions = #'(0 . 0)
> <e g>16 (a) <e g>8
> }
> 
> Thanks
> 

That is true, but let's clean up your code a little:

\relative c'{
  \time 6/8
  \shape #'((0.2 . 1.1) (0.5 . 1.5) (0.3 . 2.2) (0.1 . 2.8)) Slur 
  \acciaccatura d'8 <e, g c> <e g b> <e g c>
}

\relative c'{
  \time 6/8
  <e' g>8^[
  \shape #'((0.7 . 1.3) (0.2 . 1.1) (-0.1 . 0.7) (-0.2 . 0.4)) Slur 
  <e g>16_( a ) <e g>8 ]
}

And just so you know, the << { ... }\\{ ... } >> implicitly applies 
\voiceOne and \voiceTwo, so those are unnecessary.

HTH,
Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/no-subject-tp168040p168041.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to