lilypond-user
[Top][All Lists]
Advanced

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

Re: Fwd: Justify to both sides


From: Colin Campbell
Subject: Re: Fwd: Justify to both sides
Date: Sat, 18 Mar 2017 15:21:39 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

On 2017-03-18 10:28 AM, CieMaKat . wrote:
Hello everyone!

I would like to place custom header for piece, i.e.: hymn number and authors of music and lyrics aligned to both sides of the page:
Obraz w treści 2

I tried to do it with fill-line, but then part of the "Lyrics author" goes off the page. Please check a result of the following code:
\version "2.18.0"

\score {
  \new Voice { c' }
  \addlyrics { Al }
 
  \header {
    piece = \markup {
      \line { \lower #2.4 \fontsize #8 \bold "105 " }
      \column {
        \bold "Hymn Title"
        \fill-line {
          \line { Melody author }
          \line { Lyrics author }
        }
      }
    }
  }
}


How can I fix that?


I believe the Notation Reference, at section 3.2.2 Custom titles, headers and footers, will give you wqhat you need. The starting point will likely involve creating a scoreTitleMaqrkup.

Hope that helps!

Colin


--
One of the advantages of being disorderly is that one is constantly making exciting discoveries.
 - A. A. Milne, From the Daryl R. Gibson collection

reply via email to

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