lilypond-user
[Top][All Lists]
Advanced

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

Re: Question about the header structure of the very first page of the sc


From: Mark Probert
Subject: Re: Question about the header structure of the very first page of the score
Date: Tue, 23 Nov 2021 12:45:58 +1100

Hi, Paolo.

Here is a version that could work in that way, with modification. It 
shows one way to achieve the result by ignoring the headers and doing 
it all in text with associated font changes:

%%%
%%% Missa Orbis Factor Title Page
%%% [2021.11.07] rev 1
%%%
\version "2.22"

\bookpart {
  \header {
    title = ##f
    composer = ##f
    arranger = ##f
    tagline = ##f
    subtitle = ##f
  }

  \markup {
    \fill-line {
      \center-column {
%       \vspace #3
        \epsfile #X #40 #"./images/victoria.eps"
        \vspace #2
        \line {\abs-fontsize #16 "originally attributed to"}
        \null
        \line {\abs-fontsize #20 "Tomás Luis de Victoria"}
        \vspace #3
        \line {\abs-fontsize #36 \bold "Missa 'Orbis Factor'"}
        \vspace #2
        \epsfile #X #70 #"./images/chant.eps"
        \vspace #2
        \fill-line {
          \abs-fontsize #20 "A Performance Edition for Four Voices"
        }
        \null
        \fill-line {
          \abs-fontsize #20 "(SATB)"
        }
        \vspace #4
        \fill-line {
          \abs-fontsize #14 "Original Material by Mark Probert (2021)"
        }
        \fill-line {
          \abs-fontsize #14 "Released Under Creative Commons Licence (BY-SA 
4.0)"
        }
        \null
        \epsfile #X #20 #"./images/CC-BY-SA.eps"
      }
    }
  }
}%

Producing a page like (with the images, of course)

Attachment: title.pdf
Description: Adobe PDF document


reply via email to

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