On 4/23/2021 5:45 PM, Николай Аничков wrote:
Please help me create two titles on the same page.
Here is one way.
% BEGIN LILYPOND CODE
\version "2.19.48" % The latest version lilybin.com currently has
\header {
title = \markup {
\fill-line {
\center-column {
"First Title"
"Second Title"
}
}
}
}
{ c' }
% END LILYPOND CODE
--
Karlin High
Missouri, USA
