lilypond-user
[Top][All Lists]
Advanced

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

Re: "Opus" positioning


From: josh
Subject: Re: "Opus" positioning
Date: Sat, 14 May 2022 12:43:38 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0

I actually tested that shortly after I sent the original post and will definietly be utilizing something like that. Thanks!

On 5/14/2022 12:42, Kieren MacMillan wrote:
Hi Josh,

I use a slightly modified header and I am trying to position the composer, 
arranger, and opus (which I am using for additional arranger information) 
fields evenly.
One note (especially if this is a "housestyle" that will be used again): No 
need to overload the opus field. Just add a new field! e.g.

%%%  SNIPPET BEGINS
\version "2.23.4"

\header {
   title = "My Piece"
   opus = "22"
   additional-arranger = "Arranger II"
}

\paper {
   bookTitleMarkup = ##f
   scoreTitleMarkup = \markup \column {
     \fill-line { "" \bold \fontsize #4 \fromproperty #'header:title "" }
     \fill-line { "" \concat { "OPUS: " \fromproperty #'header:opus } "" }
     \fill-line { "" "" \concat { "Additional Arranger: " \fromproperty 
#'header:additional-arranger } }
   }
}

\score { c'1 }
%%%  SNIPPET ENDS

Hope that helps!
Kieren.



reply via email to

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