lilypond-user
[Top][All Lists]
Advanced

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

Re: Position title


From: Kieren MacMillan
Subject: Re: Position title
Date: Fri, 4 Mar 2016 18:41:47 -0500

Hi Peter,

> Is there a way to solve this?

I’ll resist the urge to just say “Yes!”.  ;)

\version "2.19"

\paper {
#(set-paper-size "letter")
 #(layout-set-absolute-staff-size (* 22 pt))
 indent = 0
 bottom-margin = 0.5\in
 top-margin = 0.5\in
 top-markup-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 
0) (stretchability . 0))
}

\header {
  title = "My Title"
}

\score {
  \new Devnull s1
}

Hope that helps!
Kieren.
________________________________

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




reply via email to

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