Re: slur up on acciacatura

2014-10-25 Thread Ralph Palmer
On Sat, Oct 25, 2014 at 9:33 AM, Federico Bruni wrote: > 2014-10-25 15:21 GMT+02:00 Ralph Palmer : > >> 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

Re: slur up on acciacatura

2014-10-25 Thread Federico Bruni
2014-10-25 15:21 GMT+02:00 Ralph Palmer : > 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 4-- > > } > > } > > } > > C

slur up on acciacatura

2014-10-25 Thread Ralph Palmer
Greetings - 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 4-- } } } # end # I appreciate your time