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: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to