I'm missing backslashes in the first example, sorry

On Tue, Oct 10, 2023 at 3:47 PM Alex <[email protected]> wrote:

> Hi,
>
> Since you're new and don't seem to have a specific question yet, I'll say
> how I organize things, and hopefully that helps you pick this up quickly. I
> start by writing each part separately (counting each voice, lyric,
> transliteration, etc as its own voice), in its own variable so that it's
> easy to move around. I then combine the parts, e.g.
>
> sopranoPart = <<
>   \new Staff <<
>     \new Voice sopranoVoice
>     \new Lyrics sopranoLyrics
>     \new Lyrics sopranoTransliteration
>   >>
> >>
>
> and so on. If any of these don't look how you want them to, it will be
> easier to see what to change here than after you put together all the
> parts. Finally I combine the parts, like
>
> \score {
>   <<
>     \sopranoPart
>     \altoPart
>   >>
> >>
>
> That will also make it easier for other people to see what you're doing if
> you need help.
>
> Best,
> Alex
>
> On Tue, Oct 10, 2023 at 3:10 PM Gian Paolo Renello <[email protected]>
> wrote:
>
>> Hi,
>>
>> I am new to lilypond, using Frescobaldi.
>> I read manuals and other stuff but i am not able to repduce with lilypond
>> such a score:
>>
>>
>> There are 8 voices plus the oktavist.The lirycs are above the soprano,
>> for voice 1 and under soprano for voice 2. The same happens for Alto and
>> Tenor voices (when the are 2). The basso voices have the same vocal part so
>> it is placed between the 2 basso's starves. Moreover I should have to add a
>> transliteration under each line in russian.
>> Can you just show me how to write these fragments so that eventually I
>> can understand and arrange all the score??
>>
>> Thanks all a lot
>>
>

Reply via email to