lilypond-user
[Top][All Lists]
Advanced

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

Re: Voice and lyrics momentary separation


From: Pierre Perol-Schneider
Subject: Re: Voice and lyrics momentary separation
Date: Sat, 1 Oct 2016 18:50:33 +0200

Sure Ziad,
It's in the same doc:
http://lilypond.org/doc/v2.18/Documentation/notation/techniques-specific-to-lyrics#placing-lyrics-vertically

e.g;

\version "2.18.2"

\score {
  \new Staff = "staff" <<
    \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 \with { alignAboveContext = "staff" } \lyricsto "melody" {
      ah ah ah ah ah
    }
    \new Lyrics \lyricsto "splitpart" {
      oh oh oh oh
    }
  >>
}


Cheers,
Pierre

2016-10-01 11:31 GMT+02:00 Ziad Gholam <address@hidden>:
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
= = = = = = = = =

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


2016-10-01 7:55 GMT+02:00 Pierre Perol-Schneider <address@hiddencom>:
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 <address@hiddencom>:
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 <address@hidden>:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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