2015-08-09 15:20 GMT+02:00 Andrew Bernard <[email protected]>:
> How would one go about making the slur from the c sharp in the acciaccatura
> here go across to the c sharp in the chord horizontally?
>
> \version "2.19.24"
>
> \relative c'' {
>   \acciaccatura { g8 cis( }
>   <g cis ees>4)
> }
>
> Andrew


Do you really mean Slurs??

Why not:

\relative c'' {
  \set tieWaitForNote = ##t
  \grace { g8~ cis_~ }
  <g cis ees>
}


Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to