lilypond-user
[Top][All Lists]
Advanced

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

Re: Titling Page


From: Kieren MacMillan
Subject: Re: Titling Page
Date: Sun, 23 Sep 2007 19:13:33 -0400

Hello Cesar,

What I need is create one page with titles; (Title, Composer, Indices etc.)

Perhaps the attached snippet will put you on the right path.
Read the docs on \markup for more information.

Hope this helps!
Kieren.
___________________________________

\version "2.11.33"

\markup
{
        \fill-line
        {
                \column
                {
                        \raise #-60
                        \center-align
                        {
                                \fontsize #12 "My Amazing Piece"
                                \hspace #0
                                \fontsize #6 "Kieren MacMillan"
                        }
                }
        }
}

\pageBreak

\score
{
        << \relative { c d e f g1 \bar "|." } >>
}




reply via email to

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