On 20.08.2016 19:18, Mark Stephen Mrotek wrote:

Hello:

Using the example in manual 2.18, I coded a delayed turn – see attachment.

I want the turn to be a little higher than the “bes.”

Any instructions would be appreciated.


This is once again a use case for the nice \after function I could put together. In this case, you’d use it as
\after 4 \turn bes2

HTH, Simon
\version "2.19.45"

% Thanks to David Kastrup for the inspiration!
after =
#(define-music-function (t e m) (ly:duration? ly:music? ly:music?)
   #{
     \context Bottom <<
       #m
       { \skip $t <> -\tweak extra-spacing-width #empty-interval $e }
     >>
   #})

{ \after 4 \< \after 2 \> \after 2. \! c'1 }
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to