lilypond-user
[Top][All Lists]
Advanced

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

Re: Title/Subtitle Left-Align


From: nagymusic
Subject: Re: Title/Subtitle Left-Align
Date: Fri, 1 Feb 2019 17:02:06 -0700 (MST)

I figured it out (see below). I welcome other suggestions and/or
improvements. Thanks again!

\version "2.19.82"

\paper {
  bookTitleMarkup = \markup \pad-around #6 {
    \fill-line {
      \column  {
        \italic \fromproperty #'header:dedication
        \lower #1 \huge \larger \larger \bold \fromproperty #'header:title
        \lower #1 \large \bold \fromproperty #'header:subtitle
        \smaller\bold \fromproperty #'header:subsubtitle
      }
      \lower #10 \fromproperty  #'header:composer
    }
  }
}

\header { dedication = "Dedication" title = "Title" subtitle = "Subtitle"
composer = "Composer" }

{ R1 * 100 }



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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