lilypond-user
[Top][All Lists]
Advanced

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

Re: Stanza "number" alignment


From: Klaus Blum
Subject: Re: Stanza "number" alignment
Date: Mon, 19 Dec 2016 09:56:39 -0700 (MST)

Br. Samuel Springuel wrote
> is there a way to set the alignment of the 
> "℟." so that it always appears after the barline, rather than under it. 

I would simply fill the space between the barline and the first note with
invisible rests.


Br. Samuel Springuel wrote
> is there a way to eliminate the need for the "." to make the lyric 
> extender appear?

You can use any markup, even \markup \null. 

% -------------------------------------------------------------------------
#(ly:set-option 'relative-includes #t)
\version "2.19.53"
\language "english"

global = { \key g \major }

music = {
  a'4 g'2 g'4 g' f-sharp' e' g' \bar "|"
  \cadenzaOn \hide r8 \hide r8 \cadenzaOff
  g' f-sharp'( g') e' f-sharp' g' \bar ":|."
}

words = \lyricmode {
  \set stanza = \markup "℣." \markup \null __ _ we pray to the Lord.
  \set stanza = \markup "℟." O Lord, hear our prayer.
}

\new Staff
<<
  \new Voice = "mel" { \global \music }
  \new Lyrics \lyricsto "mel" { \words }
>>
% -------------------------------------------------------------------------

Cheers, 
Klaus




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Stanza-number-alignment-tp198184p198190.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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