lilypond-user
[Top][All Lists]
Advanced

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

Re: slur up on acciacatura


From: Federico Bruni
Subject: Re: slur up on acciacatura
Date: Sat, 25 Oct 2014 15:33:07 +0200

2014-10-25 15:21 GMT+02:00 Ralph Palmer <address@hidden>:
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)
    }
  }
}

reply via email to

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