jeff covey <[EMAIL PROTECTED]> writes:

> this is almost ready to go on mutopia:
>
> http://jeffcovey.net/music/scores/bach/inventions/09/

Good!

> except that in the next-to-last measure, that turn over the c should
> be to the right of the mordant.  is there a way to do this?

Yes, easiest is using scheme markup text:

\score {
    \context Staff \notes\relative c'' {
%       [c'8.^\mordent-\turn des16] g,4.^\downprall f8 f2.^\fermata
        [c'8.^#'(columns (music "scripts-mordent"
        ((kern . 0.5) "scripts-turn"))) des16]
        g,4.^\downprall f8 f2.^\fermata
    }
}

>  also, the turn in measure 16 should be between the c and the d.

You can do that with spacer notes in a chord, but also like above:

        %16 
        [c8.^#'(columns "" ((music (kern . 3) "scripts-turn"))) d16]

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to