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 "|." } >>
}


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user
  • Titling Page Cesar Penagos
    • Re: Titling Page Kieren MacMillan

Reply via email to