lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (no subject)


From: tisimst
Subject: Re: (no subject)
Date: Tue, 28 Oct 2014 10:54:48 -0700 (PDT)

Stephen,

On Tue, Oct 28, 2014 at 11:33 AM, Stephen MacNeil [via Lilypond] <[hidden email]> 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: Re: (no subject)
Sent from the User mailing list archive at Nabble.com.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]