lilypond-user
[Top][All Lists]
Advanced

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

Re: Strange slurs/ties


From: Kieren MacMillan
Subject: Re: Strange slurs/ties
Date: Thu, 15 Jan 2009 17:32:26 -0500

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.



reply via email to

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