lilypond-user
[Top][All Lists]
Advanced

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

Re: hyphen, slur vs. lyrics


From: Mats Bengtsson
Subject: Re: hyphen, slur vs. lyrics
Date: Tue, 19 Jun 2007 22:54:16 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

Read the section on "Explicitly instantiating voices" to realize
what the << {...} \\ {...} >> does exactly. Since it creates
two new Voice contexts, your \lyricsto will skip the full polyphonic
section. The simple workaround is to instantiate the extra Voice
yourself:

|  << { \voiceOne e4( d~ d8) } \new Voice { \voiceTwo g,2~ g8 } >>
\oneVoice r8 r4 | r4 a\p-> |

  /Mats

Quoting "address@hidden" <address@hidden>:

Hi allz,

I've a problem with the "attached" pics/souces.

Tried to find solving in the archive but couldn't find the exact
problem's solve.

notes:
#
|  << { e4( d~ d8) } \\ { g,2~ g8 } >> r8 r4 | r4 a\p-> |

lyrics
#1 http://koboldnet.hu/~pasic/lyrics_01.png
Play | on, Hal -- lelu
#2 http://koboldnet.hu/~pasic/lyrics_02.png
Play | on, Hal -- le -- lu

how can i solve it?

thanks,
--
Üdv: address@hidden








reply via email to

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