lilypond-user
[Top][All Lists]
Advanced

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

Question re title formatting


From: Karen Billings
Subject: Question re title formatting
Date: Fri, 2 Oct 2015 16:29:51 +0000 (UTC)

Good morning all,

I hate bothering the you all with a dumb question, but I've been wracking my brain with this for two hours.

I am arranging a standard Latin setting for our Choir to use Sunday, and seem to be having trouble with something that worked before.

I'm still working in 2.18.2

My title information is 

piece = "St. Thomas"
title = "Pange, Lingua, Gloriosi"
titleb = "(Hymn Setting)"
composer = "John F. Wade, 1711-1786"
meter = "87.87.87"
arranger = "Thomas Aquinas, 1225-1274"

My initial markup line is:

\markup {
  \column {
    \fill-line { \large \bold \title } % title
    \fill-line { \titleb }
    \fill-line { \caps \piece               % piece
        \caps \composer      % composer
 }
    \fill-line { \meter          % meter
        \arranger           % arranger
 }
  }
}

For some reason, Lilypond incorporates the "meter" but ignores the "arranger"... Any ideas?

Many thanks!

Karen

reply via email to

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