Dear All:
This may be a n00b question, but here goes. I'm trying to format a
chant with several stanzas under one chant. The lyrics underneath the
reciting tone (in this case a b-flat) insist on center-aligning
themselves, despite all of my \left-aligns to the contrary. This gives
the text a "christmas-tree" effect. I assume that the problem is in
the lyrics context, but I am completely at a loss as to how to fix it,
and the the documentation has no leads.
Thanks for any help you can give.
Hugh
\version "2.10.33"
\include "english.ly"
\include "anglican-init.ly"
stemon = { \override Staff.Stem #'transparent = ##f }
stemoff = { \override Staff.Stem #'transparent = ##t }
\score { \relative c''
\new Staff \with { \remove "Time_signature_engraver" }
{ <<
\key f \major
\new Voice = "one" { \stemoff bf \breve c2
\bar "|" bf4 bf g a bf2
\bar "|" }
\new Lyrics \lyricsto "one" {
\markup { Holy God, Creator of Heaven and } Earth. Have mer --
cy on
us. }
\new Lyrics \lyricsto "one" {
\markup { Holy and Mighty, Redeemer of the } World. Have mer --
cy
on us. }
\new Lyrics \lyricsto "one" {
\markup { Holy Immortal One, Sanctifier of the } Faithful.
Have mer
-- cy on us. }
\new Lyrics \lyricsto "one" {
\markup { Holy, blessed and glorious Trinity, One } God. Have
mer --
cy on us. }
\set Score.timing = ##f
}
\layout { raggedright = ##t }
\midi { }
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user