lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 232, Issue 28


From: Виноградов Юрий
Subject: Re: lilypond-user Digest, Vol 232, Issue 28
Date: Thu, 10 Mar 2022 11:45:07 +0300

Hi.
Yes, that's what I'd like to do. Visually it's like that. Is there any other way to do it?
 
 
something like this ?

\version "2.22.1"

\header {
   }

global = {
  \key c \major
  \time 4/4
}
sopranoVoice = \relative c'' { \global g g }

verseSopranoVoice = \lyricmode { Господь воцарися}

mezzoSopranoVoice = \relative c'' { \global e e }

sopranoVoicePart = \new Staff { \sopranoVoice }
\addlyrics { \verseSopranoVoice }

mezzoSopranoVoicePart = \new Staff { \mezzoSopranoVoice }


\score {
  \new StaffGroup \with {
  instrumentName = "Гос--подь воцарися"
  }

<<
    \sopranoVoicePart
    \mezzoSopranoVoicePart
  >>
  \layout { indent = 40 }
}
 
С уважением,
Виноградов Юрий.

1:47, 10 марта 2022 г., "lilypond-user-request@gnu.org" <lilypond-user-request@gnu.org>:

Send lilypond-user mailing list submissions to
        lilypond-user@gnu.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.gnu.org/mailman/listinfo/lilypond-user
or, via email, send a message with subject or body 'help' to
        lilypond-user-request@gnu.org

You can reach the person managing the list at
        lilypond-user-owner@gnu.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lilypond-user digest..."


Today's Topics:

   1. Re[2]: SATB.Ly template and putting lyrics below the staff
      (Trevor)


----------------------------------------------------------------------

Message: 1
Date: Wed, 09 Mar 2022 22:47:05 +0000
From: Trevor <t.daniels@treda.co.uk>
To: "Colin Campbell" <cpkc.music@shaw.ca>, "LilyPond User Group"
        <lilypond-user@gnu.org>
Subject: Re[2]: SATB.Ly template and putting lyrics below the staff
Message-ID: <emed1358ba-f742-4eac-adc7-76d3faebf3a6@desktop-he1r36v>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Colin, you wrote 09/03/2022 12:54:41

On 2022-03-09 04:51, Trevor wrote:
Hi Colin, you wrote 08/03/2022 00:39:10:

I've just discovered Trevor Daniels' satb.ly system, and huge kudos to him! I've tweaked a bit by adding \consists Merge_rests_engraver to a Layout variable, but I'm wrestling the lyrics a bit. By default, they come out aligned above context; how can I get them below?
Thanks for the kudos! When I ran a choir I used satb.ly for pretty well all the music we used.

But I don't understand your difficulty - the lyrics are aligned below their staff by default, except when two voices are combined on one staff, see the examples at https://lilypond.org/doc/v2.23/Documentation/learning/satb-template .

Could you please post an example showing your problem.
It's the two voices/one staff case which gives the problem. I don't know if it's a left-pondian thing, but it seems generally to be the case over here, that the lyrics are shown below a combined staff. I think I can get the effect by assigning lyrics to the lower of the two voices. I was nearly through a messy import from Finale when I found your template, so the combined notes were coming in with notes in the upper voice and skips in the lower. That meant lyrics had to be aligned to the upper voice only. I was hoping for a simple switch. but ended up simply adding the missing notes to the lower voices. Now that I know a bit more about it, I think stab.ly will become my tool of choice!

Ah OK. Did you see that you can also specify several verses? These are
aligned with the rhythms in the soprano voice (or the alto if there is
no soprano line) when you specify two voices per staff. They are placed
between the two staves. I've attached an example of this. HTH

Trevor


-------------- next part --------------
A non-text attachment was scrubbed...
Name: alta_trinita_beata_(updated).ly
Type: text/lilypond-source
Size: 4375 bytes
Desc: not available
URL: <https://lists.gnu.org/archive/html/lilypond-user/attachments/20220309/167acd89/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: alta_trinita_beata_(updated).pdf
Type: application/pdf
Size: 203924 bytes
Desc: not available
URL: <https://lists.gnu.org/archive/html/lilypond-user/attachments/20220309/167acd89/attachment.pdf>

------------------------------

Subject: Digest Footer

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


------------------------------

End of lilypond-user Digest, Vol 232, Issue 28
**********************************************


reply via email to

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