On 09/09/2011 21:50, Kieren MacMillan wrote:
Hi Alberto,
Works just great.
Good!
Any simple way to add lyrics to it?
Name the voice explicitly, and use \lyricsto.
Easy. It is just that I am not that comfortable with lilypond yet :)
Final work at http://musica-liturgica.net/viewfull.p
Hi Alberto,
> Works just great.
Good!
> Any simple way to add lyrics to it?
Name the voice explicitly, and use \lyricsto.
Cheers,
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
On 09/09/2011 21:32, Alberto Simões wrote:
[snip]
>
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 s88 \noBeam q q q4 }
>>
}
\score { \new Staf
On 09/09/2011 21:29, Kieren MacMillan wrote:
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 doc
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 thi
Helo
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?
Thank you