lilypond-user
[Top][All Lists]
Advanced

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

Re: various ornaments


From: Kieren MacMillan
Subject: Re: various ornaments
Date: Mon, 30 Mar 2009 23:37:45 -0400

Hi Peter and Hu,

Turn after a note I write as:
     << { c4 d4} \\ {s8. s16\turn s4}>>
This *looks* right, (adjust the s8. and s16 to move the turn; they must add up to a crotchet). It doesn;t sound in the MIDI output, and there's no easy way to make it.

Why not just offset the turn?

\version "2.12.1"
moveTurn = \once \override Script #'X-offset = #2
theMusic = \relative { \moveTurn c'4\turn d4 }
\score { \theMusic }

Hope that helps,
Kieren.




reply via email to

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