Olá Alberto,

Anybody has any idea how to simulate the notes in the image with lilypond?

\version "2.12.0"
\include "english.ly"

theNotes = \relative
{
        \clef treble
        \set tieWaitForNote = ##t
        d8 ~ \noBeam f8_~ << <d f a>1 \new Voice { \voiceTwo c } >> \oneVoice
}

\score
{
        \theNotes
}

Hope this helps!
Kieren.

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to