2014-10-25 15:21 GMT+02:00 Ralph Palmer <palmer.r.vio...@gmail.com>:

> Can anyone help me figure out how to force the acciacatura slur up in the
> attached snippet?
>
> ############## start ##############
>
> \version "2.18.2"
>
> \score {
>
> \relative c' {
>
> \new Staff {
>
> \acciaccatura f'8 <a, g'>4--
>
> }
>
> }
>
> }
>
>
Can't you use \slurUp?
It would be nice if LilyPond was able to understand that the intended slur
here is between f and g. See also:
http://code.google.com/p/lilypond/issues/detail?id=3031


\version "2.18.2"\score {
  \relative c' {
    \new Staff {
      \slurUp
      \acciaccatura f'8 <a, g'>4--
      \slurNeutral
      f'( g)
    }
  }}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to