[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    Re: tie and slur problem
From:       Rutger Hofman <rutger () cs ! vu ! nl>
Date:       2014-10-30 8:07:18
Message-ID: 5451F1B6.8040401 () cs ! vu ! nl
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic