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)
        }
    >>
}




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to