lilypond-user
[Top][All Lists]
Advanced

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

Re: side-by-side ornaments


From: Jan Nieuwenhuizen
Subject: Re: side-by-side ornaments
Date: Tue, 29 Jan 2002 23:40:45 +0100

jeff covey <address@hidden> 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 <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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