Hi, All -

I'm running Ly 2.19.33 under Win7.

I'm trying to transcribe a slashed grace note with a long slur, as in the
attachment
slur.png.
I've been unable to get the slur to stay up. I've tried
\slurUp
in conjunction with both
\slashedGrace
and
\acciaccatura
with no success.
The attached .ly and .pdf files show the results. \slurUp does not work on
a normal acciaccatura, either.

Is my only option to use
\shape   ?
Using \shape should work, I believe, but will probably mean a *lot* of
adjustment - I need to produce almost forty of these.

I'm grateful for any assistance,

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
[email protected]
\version "2.19.33"

\language "english"

slashedGraceWithSlur = 
\relative c'' {
  
  %%%%%% using \slashedGrace  %%%%%%%
  \slurUp
  b16(^"Using \slashedGrace" cs d8) \slurUp \slashedGrace { e8( } d b) b4 b | 
  \break
  
  %%%%  using \acciaccatura  %%%%%
  \slurUp
  b16(^"Using \acciaccatura" cs d8) \acciaccatura {e8(} d b) \acciaccatura {e8(} d b) b4 b |
}

\score {
  \slashedGraceWithSlur
}

Attachment: slashed grace with slur test.pdf
Description: Adobe PDF document

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

Reply via email to