lilypond-user
[Top][All Lists]
Advanced

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

Re: Make two headers on the same page


From: Karlin High
Subject: Re: Make two headers on the same page
Date: Sat, 24 Apr 2021 08:42:11 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

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



reply via email to

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