lilypond-user
[Top][All Lists]
Advanced

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

Text alignment under reciting tone


From: Hugh
Subject: Text alignment under reciting tone
Date: Thu, 27 Mar 2008 18:04:32 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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 { } 






reply via email to

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