lilypond-user
[Top][All Lists]
Advanced

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

Re: stopTrillSpan


From: Kieren MacMillan
Subject: Re: stopTrillSpan
Date: Sun, 15 Jun 2008 12:57:00 -0400

Hi James,

I'm wondering if there's a way to do without the spacer notes.

See attached modifications.
Be sure to read the docs, especially the section on "relative mode" and "explicitly instantiating voices" (or whatever they're called now).

Hope this helps!
Kieren.

%%%%%%%%%%%%%%%%%%%%%
\version "2.11.47"
original = \relative c'
{
        \pitchedTrill <c g'>1\startTrillSpan a |
        <<
                \relative g' { g1\stopTrillSpan }
                \\
                \relative c' { c2 b }   >>
}

kierenA = \relative c'
{
        \pitchedTrill <c g'>1\startTrillSpan a |
        <<
                { \voiceOne \relative g' { g1\stopTrillSpan } }
                \new Voice { \voiceTwo \relative c' { c2 b } }
        >> \oneVoice
}

kierenB = \relative c'
{
        \pitchedTrill <c g'>1\startTrillSpan a |
        <<
                { \voiceOne g'1\stopTrillSpan }
                \new Voice { \voiceTwo c,2 b }
        >> \oneVoice
}

\score { \original }
\score { \kierenA }
\score { \kierenB }
%%%%%%%%%%%%%%%%%%%%%%




reply via email to

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