Merci Pierre,

That really, really   helped me ! !



To complete my "happyness", ... , could you please tell me :
how to put the Sop.1 lyrics (when soprano voice is split)  ABOVE the staff
and Sop.2 lyrics BELOW (as usual) the staff ?

i.e. using your example (cf. infra) : put the "ah ah ah ah ah" above the
staff
and the "oh oh oh oh"  BELOW the staff (as it is done usually) ...




\version "2.18.2"

\score {
  <<
    \new Voice = "melody" {
      \relative a' {
        <<
          {
            \voiceOne
            a1 % common note for Sop.1 and Sop.2
            fis2. fis4 fis1 % Sop.1
          }
          \new Voice = "splitpart" {
            \voiceTwo
            s1 % skip 1
            b,1 cis4 cis cis2
          }
        >>
        \oneVoice
        d1
      }
    }
    \new Lyrics \lyricsto "melody" {
      ah ah ah ah ah
    }
    \new Lyrics \lyricsto "splitpart" {
      oh oh oh oh
    }
  >>
}






__

Cordialement,

Ziad R. GHOLAM
Consultant Méthodes / Organisation / Qualité
+33.681.488.898
= = = = = = = = =
www.proactivis.com

I.T. Services / Conseil
= = = = = = = = =


2016-10-01 7:55 GMT+02:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:

> Hi Ziad,
> See: http://lilypond.org/doc/v2.18/Documentation/notation/
> techniques-specific-to-lyrics
> E.g.:
>
> \version "2.18.2"
>
> \score {
>   <<
>     \new Voice = "melody" {
>       \relative a' {
>         <<
>           {
>             \voiceOne
>             a1 % common note for Sop.1 and Sop.2
>             fis2. fis4 fis1 % Sop.1
>           }
>           \new Voice = "splitpart" {
>             \voiceTwo
>             s1 % skip 1
>             b,1 cis4 cis cis2
>           }
>         >>
>         \oneVoice
>         d1
>       }
>     }
>     \new Lyrics \lyricsto "melody" {
>       ah ah ah ah ah
>     }
>     \new Lyrics \lyricsto "splitpart" {
>       oh oh oh oh
>     }
>   >>
> }
>
>
> Does that help?
> Cheers,
> Pierre
>
> 2016-10-01 0:24 GMT+02:00 Pierre Perol-Schneider <
> pierre.schneider.pa...@gmail.com>:
>
>> Hi Ziad,
>>
>> Too tired right now to help you.
>> Please provide a compilable example:
>> http://lilypond.org/tiny-examples.html
>>
>> Cheers,
>> Pierre
>>
>> 2016-09-30 16:53 GMT+02:00 Ziad Gholam <zrgho...@gmail.com>:
>>
>>> Hello Lillypond users
>>>
>>>
>>> I am facing a small problem ...
>>>
>>> I'd like to mometarely ( i.e. for 4 mesures only) separate the Soprani
>>> voice into 2 voices,
>>> - either on the same stave or
>>> - on 2 different staves  ...
>>>
>>> Unfortunately, there are different lyrics on each voice, in these 4
>>> mesures  !!!
>>>
>>>
>>> I tried this  :
>>>
>>>
>>> a1    % common note for Sop.1 and Sop.2
>>> <<
>>> {
>>> \voiceOne
>>> fis2. fis4
>>> fis1
>>> }
>>> \new Voice
>>> {
>>> \voiceTwo
>>> b1
>>> cis4 cis cis2
>>> }
>>> >>
>>> \oneVoice
>>> d1   % common note for Sop.1 and Sop.2
>>>
>>> ...
>>>
>>> but the lyrics are not "in the right place" ...
>>>
>>> Can anyone help ?
>>>
>>> thanks
>>>
>>>
>>> Z.
>>>
>>>
>>>
>>> _______________________________________________
>>> lilypond-user mailing list
>>> lilypond-user@gnu.org
>>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>>
>>>
>>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to