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

2022-03-08 Thread Виноградов Юрий
Hi.Yes, that's what I'd like to do. Visually it's like that. Is there any other way to do it? С уважением,Виноградов Юрий.08.03.2022, 08:26, "lilypond-user-requ...@gnu.org" :Send lilypond-user mailing list submissions tolilypond-user@gnu.orgTo subscribe or unsubscribe via the World Wide Web, visithttps://lists.gnu.org/mailman/listinfo/lilypond-useror, via email, send a message with subject or body 'help' tolilypond-user-requ...@gnu.orgYou can reach the person managing the list atlilypond-user-ow...@gnu.orgWhen replying, please edit your Subject line so it is more specificthan "Re: Contents of lilypond-user digest..."Today's Topics:   1. Re: Help in the design of the work. (Michael Gerdau)   2. Re: Help in the design of the work. (Shane Brandes)   3. Re: Help in the design of the work. (Reuben Kagan)   4. Re: Ly2video question. (Valentin Petzel)   5. Re: Notehead substitution and Slur overrides (Matthew Fong)--Message: 1Date: Mon, 7 Mar 2022 20:47:25 +0100From: Michael Gerdau To: lilypond-user@gnu.orgSubject: Re: Help in the design of the work.Message-ID: <7f16545d-5f14-36b8-90de-600880a1b...@qata.de>Content-Type: text/plain; charset=UTF-8; format=flowed Hello. I saw this design in the sheet music. And I really need to try to  do the same. But I don't know where to start. Or rather, I know how to  do everything related to the notes, but I don't know how to put the text  in front of the stanza. Help, please. Very much it is necessary to do so.I have no clue what you try to achieve.Could you possibly give a (handwritten?) image of what you would like to final result to look like?Kind regards,Michael--   Michael Gerdau   email: m...@qata.de  GPG-keys available on request or at public keyserver--Message: 2Date: Mon, 7 Mar 2022 15:15:11 -0500From: Shane Brandes To: Michael Gerdau Cc: LilyPond User Group Subject: Re: Help in the design of the work.Message-ID:Content-Type: text/plain; charset="utf-8"I think here you can use the instrument name to achieve your desired effect.\new Staff \with {  instrumentName = "я не знаю"}On Mon, Mar 7, 2022 at 2:49 PM Michael Gerdau  wrote: > Hello. I saw this design in the sheet music. And I really need to try to > do the same. But I don't know where to start. Or rather, I know how to > do everything related to the notes, but I don't know how to put the text > in front of the stanza. > Help, please. Very much it is necessary to do so. I have no clue what you try to achieve. Could you possibly give a (handwritten?) image of what you would like to final result to look like? Kind regards, Michael --   Michael Gerdau   email: m...@qata.de   GPG-keys available on request or at public keyserver-- next part --An HTML attachment was scrubbed...URL: --Message: 3Date: Mon, 7 Mar 2022 22:24:08 +0200From: Reuben Kagan To: Виноградов Юрий Cc: "lilypond-user@gnu.org" Subject: Re: Help in the design of the work.Message-ID:Content-Type: text/plain; charset="utf-8"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'' { \globale e }sopranoVoicePart = \new Staff  { \sopranoVoice }\addlyrics { \verseSopranoVoice }mezzoSopranoVoicePart = \new Staff  { \mezzoSopranoVoice }\score {  \new StaffGroup \with {  instrumentName = "Гос--подь воцарися"  }<<\sopranoVoicePart\mezzoSopranoVoicePart  >>  \layout { indent = 40 }}On Mon, Mar 7, 2022 at 9:43 PM Виноградов Юрий  wrote: Hello. I saw this design in the sheet music. And I really need to try to do the same. But I don't know where to start. Or rather, I know how to do everything related to the notes, but I don't know how to put the text in front of the stanza. Help, please. Very much it is necessary to do so. С уважением, Виноградов Юрий.-- next part --An HTML attachment was scrubbed...URL: --Message: 4Date: Mon, 07 Mar 2022 22:32:20 +0100From: Valentin Petzel To: lilypond-user@gnu.orgCc: lilypond-user , Hwaen Ch'uqiSubject: Re: Ly2video question.Message-ID: <6081088.JMZtdyczBr@siductionbox>Content-Type: text/plain; charset="utf-8"Hello Hwaen Ch’uqi,I’ve recent

SATB.Ly template and putting lyrics below the staff

2022-03-08 Thread Colin Campbell
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?



Cheers,

Colin