lilypond-user
[Top][All Lists]
Advanced

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

Re: Notes taking no time...


From: Kieren MacMillan
Subject: Re: Notes taking no time...
Date: Fri, 9 Sep 2011 16:29:14 -0400

Hi Alberto,

> I am trying to reproduce the music in attach. Basically, there are two pairs 
> of "eigth notes" which duration should not count (but in the other hand, some 
> space need to be let for them).
> Anybody can point me to any example, or any documentation that might be 
> useful for this?

Why not just put them in a separate voice?

\version "2.14.0"
\language "english"

theNotes = \relative d'' {
        <<
                { \voiceOne d2. f4 }
                \new Voice { \voiceTwo bf,2. d4 }
                \new Voice { \voiceFour \tiny s8 <f, bf d>8 \noBeam q q q4 }
        >>
}

\score { \new Staff \theNotes }

Hope this helps!
Kieren.


reply via email to

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