lilypond-user
[Top][All Lists]
Advanced

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

Re: tie and slur problem


From: Rutger Hofman
Subject: Re: tie and slur problem
Date: Thu, 30 Oct 2014 09:07:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

On 10/28/2014 09:42 AM, Dr. Bernhard Kleine wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

There should be a tie between the two c and a slur from e to f.  and a slur
from g  over b(bes) to a in the right hand. The upper g and b and a are in a 
separate voice and no problem.
But how to code the tie and the slur in voiceTwo? Between <c e> to < c f>

Schnipsel from Missa in C from Anton Bruckner

Bernhard

The following code works for me. It depends on two voices having the same predicate \voiceTwo. Note that you will probably want to tune the shape of the voiceTwo slur, it is wider than in your original.

\new Score {
    \new Staff <<
        \new Voice \relative c' {
            \voiceOne
            g'2.( bes4 |
            a4)
        }
        \new Voice \relative c' {
            \voiceTwo
            c1~ |
            c4
        }
        \new Voice \relative c' {
            \voiceTwo
            e1( |
            f4)
        }
    >>
}






reply via email to

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