Re: lilypond-user Digest, Vol 226, Issue 46

2021-09-10 Thread Lukas-Fabian Moser
Hi Carlos, 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! Try the magic of \fill-line in a \markup: \version "2.20" \markup \fill-line { \line { My centered text. } } \markup \fill-line {   \line { One ... }   \

Re: lilypond-user Digest, Vol 226, Issue 46

2021-09-10 Thread Carlos Martinez
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 > **