Hi Ralph,

> I'm putting together a bunch of fiddle tunes, both as individual tunes
> and as a collection. I would like to include copyright information as
> a single line directly below the last staff of each tune. I've been
> searching through the Learning Manual, the Snippet Repository, and the
> Mailinglist archive, with no luck. For the individual tunes, each is a
> single separate score, one tune per page. For the collection, there
> are multiple tunes per page, and I've used \book, but not \bookpart. I
> think it would be acceptable to simply put a text line below the last
> staff, but I'm not sure how to do that.

Something like this?

%%%%  SNIPPET BEGINS
\version "2.19.64"

\layout { ragged-right = ##f }

\paper {
  score-markup-spacing = #'((padding . 0))
}

\header { title = "Song 1" }
{ c''1 \bar "|." }
\markup \fill-line { "© Today, by Me" }
%%%%  SNIPPET ENDS

Hope that helps!
Kieren.

________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: [email protected]


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to