bug-lilypond
[Top][All Lists]
Advanced

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

Issue 327 in project lilypond


From: codesite-noreply
Subject: Issue 327 in project lilypond
Date: Fri, 02 Mar 2007 15:01:13 -0800

Issue 327: lyrics placement with two voice
http://code.google.com/p/lilypond/issues/detail?id=327

New issue report by address@hidden:
with this example as small as possible ;-)

\version "2.10.20"
\header {
        title = "Hymne à la nuit (extrait pour report de bogue)"
        filename = "hymneNuit.ly"
}

soprano = {
        \clef treble
        \key c\minor
        \time 3/4
        ees'4 aes'4. g'16 (f'16)                % mesure 19
        g'4 f'2                                 % mesure 20
        ees'2 bes'4                             % mesure 21
}

alto =  {
        \clef treble
        \key c\minor
        \time 3/4
        d'8 (c'8) c'8 (b8) c'4                          % mesure 19
        ees'2 d'4                                       % mesure 20
        ees'2 ees'4                                     % mesure 21
}


coupletUn =  \lyrics{
 mant tout en rêve heu- reux.
}

\score {
        \new ChoirStaff <<
                \new Voice = "sopPortee" { \soprano }
                \new Lyrics \lyricsto "sopPortee" { \coupletUn }
                \new Voice = "altPortee" { \alto }
                \new Lyrics \lyricsto "altPortee" { \coupletUn }
        >>
}

there are 2 issues :

* the place in second voice of "en" over "tout"
* the place in second voice of "heu" not under the note

I dont understand why

Regards and thank's a lot for this beautiful software

Manfred Serlock Olm

Attachments:
        hymneNuit1.pdf  39.9 KB 
        hymneNuit1.ly  740 bytes 
        hymneNuit1.gif  19.9 KB 


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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