Hi Alberto,

> Any idea on how to obtain the desired result?

Why not use Lilypond’s built-in multi-voice functionality?

\version "2.19.10"

theMusic = \relative e' {
  \time 3/4
  <<
   { \voiceOne e4 g a ~ | <fis a>2. }
   \new Voice { \voiceTwo e2. | s2. }
  >> \oneVoice
}

\new Staff \theMusic

Hope this helps!
Kieren.
_______________________

Kieren MacMillan, composer
www:  <http://www.kierenmacmillan.info>
email:  [email protected]
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to