lilypond-user
[Top][All Lists]
Advanced

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

Re: Fotter and image


From: Jean Abou Samra
Subject: Re: Fotter and image
Date: Wed, 1 Sep 2021 13:32:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0



Le 29/08/2021 à 21:37, Carlos R Martinez a écrit :
Hello,

What is the best way to do this.

Modifying the footer so:

1.  it goes flushed to the left and and
2. add an image that is to the right

footer = "Mutopia-2014/11/13-440"
 copyright = \markup { \override #'(baseline-skip . 0 ) \right-column { \sans \bold \with-url #"http://www.MutopiaProject.org"; <http://www.MutopiaProject.org";> { \abs-fontsize #9 "Mutopia " \concat { \abs-fontsize #12 \with-color #white \char ##x01C0 \abs-fontsize #9 "Project " } } } \override #'(baseline-skip . 0 ) \center-column { \abs-fontsize #11.9 \with-color #grey \bold { \char ##x01C0 \char ##x01C0 } } \override #'(baseline-skip . 0 ) \column { \abs-fontsize #8 \sans \concat { " Typeset using " \with-url #"http://www.lilypond.org"; <http://www.lilypond.org";> "LilyPond" " by " \maintainer " " \char ##x2014 " " \footer } \concat { \concat { \abs-fontsize #8 \sans{ " Placed in the " \with-url #"http://creativecommons.org/licenses/publicdomain"; <http://creativecommons.org/licenses/publicdomain";> "public domain" " by the typesetter " \char ##x2014 " free to distribute, modify, and perform" } } \abs-fontsize #13 \with-color #white \char ##x01C0 } } }
 tagline = ##f

Thank you so much!


You should be able to do that using

\markup \fill-line {
  \line {
    %% Old copyright code...
  }
  \epsfile ...
}

Please see this documentation page:

http://lilypond.org/doc/v2.23/Documentation/notation/formatting-text.html#text-alignment

Best,
Jean



reply via email to

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