lilypond-user
[Top][All Lists]
Advanced

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

Re: Title Position Off


From: Kieren MacMillan
Subject: Re: Title Position Off
Date: Mon, 21 Jan 2019 17:47:32 -0500

Hi Reggie,

> How is it possible to simply? move a title of a piece vertical up?

%%%  SNIPPET BEGINS
\version "2.19.80"

\bookpart {
  \header {
    title = \markup "My Default Title"
  }
  \score {
    c''1
  }
}
\bookpart {
  \header {
    title = \markup \raise #15 "My Higher Title"
  }
  \score {
    c''1
  }
}%
%%  SNIPPET ENDS

> Why is this not possible without custom headers

It is!  =)

> it's too complicated

Really?  ;)

Hope this helps,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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