Thank you!!! I truly love how the support works on lilypond! While adding the footer I lost how to make it to be in the middle. Center of the footer. How is that accomplished now? Thanks!
> On Sep 9, 2021, at 17:09, lilypond-user-requ...@gnu.org wrote: > > 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-requ...@gnu.org > > You can reach the person managing the list at > lilypond-user-ow...@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: lilypond-user Digest, Vol 226, Issue 45 (Carlos R Martinez) > 2. Adding a quote to lyrics (Kira Garvie) > 3. Re: Adding a quote to lyrics (Jean Abou Samra) > 4. Re: Adding a quote to lyrics (Kira Garvie) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 9 Sep 2021 17:27:57 +0000 > From: Carlos R Martinez <car...@newsoundmusicstudio.com> > To: lilypond-user@gnu.org > Subject: Re: lilypond-user Digest, Vol 226, Issue 45 > Message-ID: <c-cbf6d-ktd7ekju-bxl1dd=4w5...@2.gethop.com> > Content-Type: text/plain; charset="utf-8" > > I’ll try it. Thanks > > [Carlos R > Martinez](https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=175rjn) > [175rjn] > Carlos R. Martinez > 270.850.5650 > car...@newsoundmusicstudio.com > www.essentialmusic.org > www.newsoundmusicstudio.com > > On September 9, 2021 at 16:05 GMT, lilypond user request > <lilypond-user-requ...@gnu.org> wrote: > > 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-requ...@gnu.org > > You can reach the person managing the list at > lilypond-user-ow...@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: Copyright on all pages (Lukas-Fabian Moser) > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 9 Sep 2021 09:02:32 +0200 > From: Lukas-Fabian Moser <l...@gmx.de> > To: Carlos R Martinez <car...@newsoundmusicstudio.com>, > lilypond-user@gnu.org > Subject: Re: Copyright on all pages > Message-ID: <43a491c5-d102-dad1-d4ac-86b2fdab3...@gmx.de> > Content-Type: text/plain; charset=utf-8; format=flowed > > Am 09.09.21 um 04:35 schrieb Carlos R Martinez: >> Hi, setup a copyright and would like to for it to show on all pages. >> How can I achieve that? > > Depends on where you want the copyright to show up. For example at the > bottom of a page: > > \version "2.22.0" > > \paper { > oddFooterMarkup = "Footer on odd pages" > evenFooterMarkup = "Footer on even pages" > % % also possible: > % oddFooterMarkup = "Footer for all pages" > % evenFooterMarkup = \oddFooterMarkup > } > > { \repeat unfold 1000 c' 4 } > > Lukas > > ------------------------------ > > 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 226, Issue 45 > ********************************************** > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <https://lists.gnu.org/archive/html/lilypond-user/attachments/20210909/ad905131/attachment.html> > > ------------------------------ > > Message: 2 > Date: Thu, 9 Sep 2021 17:46:13 -0400 > From: Kira Garvie <kgar...@gmail.com> > To: "lilypond-user@gnu.org" <lilypond-user@gnu.org> > Subject: Adding a quote to lyrics > Message-ID: > <cae-nupejsnavqmfyhkeu2kjfhhqyrt8gkqojh4b-kex9vqz...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hello all, > I am typing the lyrics to a hymn, and it has the line: The cry “To arms!” > is heard afar and near. How do I do those quotations without Frescobaldi > thinking it’s a string of code? Also I am the newbie-est of newbies with > coding and this program here so please be gentle and very specific! Thank > you!! > Best, > Kira > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <https://lists.gnu.org/archive/html/lilypond-user/attachments/20210909/499efadc/attachment.html> > > ------------------------------ > > Message: 3 > Date: Fri, 10 Sep 2021 00:02:31 +0200 > From: Jean Abou Samra <j...@abou-samra.fr> > To: Kira Garvie <kgar...@gmail.com>, "lilypond-user@gnu.org" > <lilypond-user@gnu.org> > Subject: Re: Adding a quote to lyrics > Message-ID: <09609c03-8719-5bfa-7b18-5af3e591f...@abou-samra.fr> > Content-Type: text/plain; charset=utf-8; format=flowed > > Le 09/09/2021 à 23:46, Kira Garvie a écrit : >> Hello all, >> I am typing the lyrics to a hymn, and it has the line: The cry “To >> arms!” is heard afar and near. How do I do those quotations without >> Frescobaldi thinking it’s a string of code? Also I am the newbie-est >> of newbies with coding and this program here so please be gentle and >> very specific! Thank you!! >> Best, >> Kira > > > Hi, > > I assume your problem is about something like this: > > \version "2.22.1" > > { c'1 c' } > \addlyrics { "To arms" } > > where you want the quotes to appear as part of the > words "To" and "arms". In the example shown above, > they group the two words together, making them a > single syllable (see [1]). > > To add these quote marks, > - enclose each word in quotes, to enable a parsing mode > that has string-specific features, > - add a backslash before the quotes you want to include > literally, to 'escape' them so that they will be > treated as part of the string without ending the string > as they would normally do. > > This technique is explained at [2]. The code becomes: > > { c'1 c' } > \addlyrics { "\"To" "arms\"" } > > That being said, an attractive option would be to use curly > quotes. These characters are separate from straight quotes, > so they don't have synctactic meaning to LilyPond. Also, they > render much nicer in the output. > > { c'1 c' } > \addlyrics { “To arms” } > > Cheers, and -- welcome on this list! > Jean > > [1]: > https://lilypond.org/doc/v2.22/Documentation/notation/common-notation-for-vocal-music#multiple-syllables-to-one-note > [2]: > https://lilypond.org/doc/v2.22/Documentation/notation/common-notation-for-vocal-music#entering-lyrics > > > > ------------------------------ > > Message: 4 > Date: Thu, 9 Sep 2021 18:09:32 -0400 > From: Kira Garvie <kgar...@gmail.com> > To: j...@abou-samra.fr > Cc: "lilypond-user@gnu.org" <lilypond-user@gnu.org> > Subject: Re: Adding a quote to lyrics > Message-ID: > <cae-nupdtqf2bwtxawfm-zrwbyf2cu0vk9m8nidwfpoaniv2...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Thank you, Jean! The first option with the backslashes worked perfectly. > > On Thu, Sep 9, 2021 at 6:02 PM Jean Abou Samra <j...@abou-samra.fr> wrote: > >> Le 09/09/2021 à 23:46, Kira Garvie a écrit : >>> Hello all, >>> I am typing the lyrics to a hymn, and it has the line: The cry “To >>> arms!” is heard afar and near. How do I do those quotations without >>> Frescobaldi thinking it’s a string of code? Also I am the newbie-est >>> of newbies with coding and this program here so please be gentle and >>> very specific! Thank you!! >>> Best, >>> Kira >> >> >> Hi, >> >> I assume your problem is about something like this: >> >> \version "2.22.1" >> >> { c'1 c' } >> \addlyrics { "To arms" } >> >> where you want the quotes to appear as part of the >> words "To" and "arms". In the example shown above, >> they group the two words together, making them a >> single syllable (see [1]). >> >> To add these quote marks, >> - enclose each word in quotes, to enable a parsing mode >> that has string-specific features, >> - add a backslash before the quotes you want to include >> literally, to 'escape' them so that they will be >> treated as part of the string without ending the string >> as they would normally do. >> >> This technique is explained at [2]. The code becomes: >> >> { c'1 c' } >> \addlyrics { "\"To" "arms\"" } >> >> That being said, an attractive option would be to use curly >> quotes. These characters are separate from straight quotes, >> so they don't have synctactic meaning to LilyPond. Also, they >> render much nicer in the output. >> >> { c'1 c' } >> \addlyrics { “To arms” } >> >> Cheers, and -- welcome on this list! >> Jean >> >> [1]: >> >> https://lilypond.org/doc/v2.22/Documentation/notation/common-notation-for-vocal-music#multiple-syllables-to-one-note >> [2]: >> >> https://lilypond.org/doc/v2.22/Documentation/notation/common-notation-for-vocal-music#entering-lyrics >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <https://lists.gnu.org/archive/html/lilypond-user/attachments/20210909/5c8283f0/attachment.html> > > ------------------------------ > > 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 226, Issue 46 > **********************************************