David Poon is completely right, but you can write custom marcaps for footers and headers:

\paper {
 line-width = 150\mm
 oddFooterMarkup = \markup { \if \on-first-page-of-part \column {
   \fill-line { \fromproperty #'header:tagline }
 } }
}
More examples can be found in the file titling-init.ly(on linux, it is in/usr/share/lilypond/2.24.4/ly).


В Сб, 26 апр 2025 в 14:39:02 -07:00:00, David Poon <dpor...@gmail.com> написал:
I believe using 'copyright' instead of 'tagline' in the header works as desired by default: print only on the first page (whereas 'tagline' is last page only).

-David

On Sat, 26 Apr 2025 at 14:23, <carsonm...@ca.rr.com <mailto:carsonm...@ca.rr.com>> wrote:
Peter,____

__ __

Look at the last entry on____

<https://lilypond.org/doc/v2.24/Documentation/notation/custom-titles-headers-and-footers#custom-layout-for-titles>____

__ __

Mark____

__ __

*From:*lilypond-user-bounces+carsonmark=ca.rr....@gnu.org <mailto:ca.rr....@gnu.org> <lilypond-user-bounces+carsonmark=ca.rr....@gnu.org <mailto:ca.rr....@gnu.org>> *On Behalf Of*Peter X
*Sent:* Saturday, April 26, 2025 1:47 PM
*To:* Lilypond-User Mailing List <lilypond-user@gnu.org <mailto:lilypond-user@gnu.org>> *Subject:* How to place a custom copyright tagline at the bottom of the first page only?____

__ __

Dear LilyPond community,

I’m working on an arrangement that requires a copyright notice (tagline) to appear at the bottom of the first page only. The text should not appear at the end of the score, nor should it appear on every page.

I’ve created a minimal example using \tagline in the \header block, hoping it would place the text at the bottom of the first page. Here’s the minimal example I’m working with:____

__ __

\version"2.24.4"____

__ __

\paper{____

  line-width =150\mm____

  ____

}____

__ __

\header{____

  title ="Placeholder Title"____

  composer ="Words and Music by: Firstname Lastname"____

tagline ="© Placeholder Publishing Info, Placeholder Rights Administered. All Rights Reserved. International Copyright Secured. Used by Permission. Placeholder Placeholder Placeholder."____

}____

__ __

music =\repeatunfold100{c'4c'4c'4c'4|}____



____

\score{____

 \newStaff{____

   \cleftreble____

   \keyc\major____

   \time4/4____

    \music____

  }____

__ __

}____


As expected, the tagline ends up at the bottom of the last page.

Any suggestions or workarounds on how to force this copyright line to appear at the bottom of the first page only would be greatly appreciated!

Best regards,____

Peter____


Reply via email to