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 25


From: Виноградов Юрий
Subject: Re: lilypond-user Digest, Vol 232, Issue 25
Date: Tue, 08 Mar 2022 12:01:38 +0300

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-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: 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: 1
Date: Mon, 7 Mar 2022 20:47:25 +0100
From: Michael Gerdau <mgd@qata.de>
To: lilypond-user@gnu.org
Subject: Re: Help in the design of the work.
Message-ID: <7f16545d-5f14-36b8-90de-600880a1b9d1@qata.de">7f16545d-5f14-36b8-90de-600880a1b9d1@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: mgd@qata.de
  GPG-keys available on request or at public keyserver



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

Message: 2
Date: Mon, 7 Mar 2022 15:15:11 -0500
From: Shane Brandes <shane.brandes@gmail.com>
To: Michael Gerdau <mgd@qata.de>
Cc: LilyPond User Group <lilypond-user@gnu.org>
Subject: Re: Help in the design of the work.
Message-ID:
        <CADVPZqpGNtoEttMfK6X_XqTNucCfG_7GC+LrjKkZy1caQHAV9w@mail.gmail.com">CADVPZqpGNtoEttMfK6X_XqTNucCfG_7GC+LrjKkZy1caQHAV9w@mail.gmail.com>
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 <mgd@qata.de> 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: mgd@qata.de
   GPG-keys available on request or at public keyserver


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnu.org/archive/html/lilypond-user/attachments/20220307/794adf15/attachment.htm>

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

Message: 3
Date: Mon, 7 Mar 2022 22:24:08 +0200
From: Reuben Kagan <reuben.kagan@gmail.com>
To: Виноградов Юрий <hagrid.vgs@yandex.ru>
Cc: "lilypond-user@gnu.org" <lilypond-user@gnu.org>
Subject: Re: Help in the design of the work.
Message-ID:
        <CACqE6+9Rt8hxC2qMPr9kD0y78nDMFGzP9367RG411a8AohFMfg@mail.gmail.com">CACqE6+9Rt8hxC2qMPr9kD0y78nDMFGzP9367RG411a8AohFMfg@mail.gmail.com>
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'' { \global e 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 Виноградов Юрий <hagrid.vgs@yandex.ru> 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: <https://lists.gnu.org/archive/html/lilypond-user/attachments/20220307/2633c1cb/attachment.htm>

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

Message: 4
Date: Mon, 07 Mar 2022 22:32:20 +0100
From: Valentin Petzel <valentin@petzel.at>
To: lilypond-user@gnu.org
Cc: lilypond-user <lilypond-user@gnu.org>, Hwaen Ch'uqi
        <hwaenchuqi@gmail.com>
Subject: Re: Ly2video question.
Message-ID: <6081088.JMZtdyczBr@siductionbox>
Content-Type: text/plain; charset="utf-8"

Hello Hwaen Ch’uqi,

I’ve recently posted some teasers and some details to the list. My script is
still needing some functionality and cleaning up (also it currently only works
on Linux for trivial reasons.

Sadly due to work I can only work on this on weekends and even then I do not
always have time for it, but I hope to be able to release a first version soon.

Cheers,
Valentin

Am Montag, 7. März 2022, 08:25:23 CET schrieb Hwaen Ch'uqi:

 Greetings Valentin,
 
 Have you documented your solution? I would be curious to check it out.
 I also intend to look at mkvideo, though from what little I have read
 about it thus far, I suspect that its general approach is not what I
 am looking for.
 
 Hwaen Ch'uqi
 
 On 3/7/22, Valentin Petzel <valentin@petzel.at> wrote:
 > Hello Hwaen Ch'uqi,
 >
 > one thing to look out for is that ly2video is quite unmaintained, and
 > relies on certain behaviour of some modules that do not behave exactly
 > like that anymore. This means you need to tweak a few things to get
 > everything running.
 >
 > Also I've found that ly2video does not handle my scores well, so I'm
 > currently doing my own solution for this, which is still missing a few
 > features, but is working quite nicely so far.
 >
 > Cheers,
 > Valentin
 >
 > 07.03.2022 00:00:54 Hwaen Ch'uqi <hwaenchuqi@gmail.com>:
 >> Ah, thank you. I do very little with git, and I wasn't certain if the
 >> address to use for cloning was the exact same as that of the page I
 >> was looking at. I have seen other addresses with a .git extension;
 >> perhaps those were for gitlab programs? Anyway, thank you again; all
 >> is well now.
 >>
 >> Hwaen Ch'uqi
 >>
 >> On 3/6/22, Hans Aikema <hans.aikema@aikebah.net> wrote:
 >>>> On 6 Mar 2022, at 22:32, Hwaen Ch'uqi <hwaenchuqi@gmail.com> wrote:
 >>>>
 >>>> Greetings All,
 >>>>
 >>>> I am asking what surely is a rudimentary question, but I do not see
 >>>> clear instructions on how to download/install ly2video. As it is on
 >>>> the github site, should it be done through git? If so, what is the
 >>>> precise address to use? Instructions on that page for installing the
 >>>> package itself on ubuntu invoke pip, but I take it that this is a
 >>>> later step? Any help would be greatly appreciated.
 >>>>
 >>>> Hwaen Ch'uqi
 >>>
 >>> The install instructions on github describe how to install from a local
 >>> clone of the repository.
 >>> So the steps would be:
 >>> - install prerequisites
 >>> - git clone the repository
 >>> - cd into the folder where you git-cloned the repository
 >>> - issue the documented pip install command to install ly2video itself


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.gnu.org/archive/html/lilypond-user/attachments/20220307/567fa9d4/attachment.sig>

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

Message: 5
Date: Mon, 7 Mar 2022 21:26:04 -0800
From: Matthew Fong <oxengen@gmail.com>
To: Jean Abou Samra <jean@abou-samra.fr>
Cc: lilypond-user <lilypond-user@gnu.org>
Subject: Re: Notehead substitution and Slur overrides
Message-ID:
        <CAPCsXN32e+SzxNCJ3VEbP2sO5EgShes2vnaiEVLQd7fW4CTc7A@mail.gmail.com">CAPCsXN32e+SzxNCJ3VEbP2sO5EgShes2vnaiEVLQd7fW4CTc7A@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Dear Jean,

My apologies for not including code. I will get an example out shortly,
along with the quilismaPathGreciliae.


Many thanks,
mattfong

On Sun, Mar 6, 2022 at 11:06 PM Jean Abou Samra <jean@abou-samra.fr> wrote:

 Le 04/03/2022 à 05:17, Matthew Fong a écrit :
 > Hello everyone,
 >
 > I am having trouble understanding why a notehead substitution function
 > would interfere with some slur overrides. Any insight or help would be
 > deeply appreciated.


 Could you please provide complete code showing the problem?
 It is currently not possible to reproduce it, as the definition
 of quilismaPathGreciliae is not included.

 Thanks,
 Jean


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnu.org/archive/html/lilypond-user/attachments/20220307/99fe940d/attachment.htm>

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

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 25
**********************************************


reply via email to

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