Re: left-Align lyrics under notes

2006-01-02 Thread Mats Bengtsson



 \once \override LyricText #'self-alignment-X = #-1 Glory to the Father and 
to the Son and to the Holy Spi -- rit,
   


You can replace the #-1 by #LEFT if you find that easier to remember.

  /Mats


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


left-Align lyrics under notes

2005-12-30 Thread fr . Basile
I am trying to align long text (example : Le Seigneur est ma lumière et mon
salut) under one note (duration = \breve). It is a sort of paslmody. No problem
with long text, but by default, Lilypond (v2.6) centers the note which is sung
onto the text, rather than writing it at the beginning of the text, i.e.
left-alignment. I did not find the solution : I suppose that there is an option
elsewhere...

Thanks for your help !

MESSAGE EN FRANÇAIS:

J'essaie d'aligner à gauche un texte long (exemple : Le Seigneur est ma lumière
et mon salut) sous une note (durée = \breve). Il s'agit d'un genre de
psalmodie. Pas de problème avec le texte long, mais par défaut, Lilypond (v2.6)
centre la note qui est chantée au-dessus du texte, plutôt que de l'écrire au
début du texte, c'est-à-dire alignée à gauche. Je n'ai pas trouvé la solution :
je suppose pourtant qu'il doit y avoir quelque part un paramètre modifiable...

Merci de votre aide.

fr. Basile
Fraternité Monastique de Jérusalem



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: left-Align lyrics under notes

2005-12-30 Thread Arthur Dyck
You might find this attachment useful as it lays out how to do the
lyrics.

Arthur


On Fri, 2005-12-30 at 21:10 +, fr.Basile wrote:
 I am trying to align long text (example : Le Seigneur est ma lumière et mon
 salut) under one note (duration = \breve). It is a sort of paslmody. No 
 problem
 with long text, but by default, Lilypond (v2.6) centers the note which is sung
 onto the text, rather than writing it at the beginning of the text, i.e.
 left-alignment. I did not find the solution : I suppose that there is an 
 option
 elsewhere...
 
 Thanks for your help !
 
 MESSAGE EN FRANÇAIS:
 
 J'essaie d'aligner à gauche un texte long (exemple : Le Seigneur est ma 
 lumière
 et mon salut) sous une note (durée = \breve). Il s'agit d'un genre de
 psalmodie. Pas de problème avec le texte long, mais par défaut, Lilypond 
 (v2.6)
 centre la note qui est chantée au-dessus du texte, plutôt que de l'écrire au
 début du texte, c'est-à-dire alignée à gauche. Je n'ai pas trouvé la solution 
 :
 je suppose pourtant qu'il doit y avoir quelque part un paramètre modifiable...
 
 Merci de votre aide.
 
 fr. Basile
 Fraternité Monastique de Jérusalem
 
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
\version 2.6.4
global = 
{
\key f \major
\set Staff.autoBeaming = ##f

}


\header {   
title = Holy God
subtitle = 
tagline =
poet = 
composer = Feofanovskoye  
}

#(set-global-staff-size 15)
#(set-default-paper-size a5)




upperOne = 
\relative c'{
\voiceOne
\set Timing.timing = ##f
\key g \major
\autoBeamOff
g'8 g2 \bar ||
g4 g8 fis8( g a g4.) \bar |
b4 b8 a( b c) b4. \bar |
d4( b8) a4 a8 b a g fis g^\markup { ritard } a g4. \bar :|
g8 \bar  \break g g4. fis \bar |
fis8 fis g4 g8 g g4. \bar |
d'4( b8) a4 a8 b a g fis g^\markup { ritard } a g4. \bar ||

}

upperTwo =  
\relative c'{
\set Timing.timing = ##f
\voiceTwo
\autoBeamOff
e8 e2
e4 e8 dis( e f e4.)
g4 g8 fis( g a) g4.
b4( g8) fis4 fis8 g fis e dis! e fis e4.
e8 e e4. dis!
dis!8 dis e4 e8 e e4.
b'4( g8) fis4 fis8 g fis e dis! e fis e4.
}

lowerOne =  
\relative c' {
\set Timing.timing = ##f
\key g \major
\voiceOne
\autoBeamOff
b8 b2
b4 b8 b4.~ b4.
d4 d8 d4. d
d4.~ d4 d8 d d b b b b b4.
b8 b b4. b
b8 b b4 b8 b b4.
d4. d4 d8 d d b b b b b4.
} 

lowerTwo =   
\relative c {
\set Timing.timing = ##f
\voiceTwo
\autoBeamOff
e8 e2
e4 e8 b4.( e)
g4 g8 d4. g
g4. d4 d8 g d e b b b_\markup { repeat three times } e4.
e8 e e4. b
b8 b e4 e8 e e4.
g4. d4 d8 g d e b b_\markup { repeat original melody } b e4.
}

firstverse = \lyricmode {
 A -- men.
 Ho -- ly God,
 Ho -- ly Might -- y,
 Ho -- ly, Im -- mor -- tal have mer -- cy on us
 \once \override LyricText #'self-alignment-X = #-1 Glory to the 
Father and to the Son and to the Holy Spi -- rit,
 \once \override LyricText #'self-alignment-X = #-1 now and ever and 
unto ages of a -- ges.  A -- men.
 Ho -- ly, Im -- mor -- tal have mer -- cy on us.
}


\score{ 

\context ChoirStaff
\context Staff = upper 


\clef treble
\context Voice = one \upperOne
\context Voice = two \upperTwo 



\lyricsto one \new Lyrics {
\firstverse 
}

\context Staff = lower 
\clef bass
\context Voice = one \lowerOne
\context Voice = two \lowerTwo




\layout {
\context{\Staff
\remove Time_signature_engraver
}
}
 
}


\midi { \tempo 4=66 }   

\paper {
topmargin = .0\in
leftmargin = .1\in
linewidth = 4.5\in 
indent = 0
printpagenumber = ##f

}___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user