lilypond-user
[Top][All Lists]
Advanced

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

Stanza "number" alignment


From: Br. Samuel Springuel
Subject: Stanza "number" alignment
Date: Mon, 19 Dec 2016 09:53:30 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

In the following snippet, is there a way to set the alignment of the "℟." so that it always appears after the barline, rather than under it. I expect more space needs to be added to the bar in which it appears for this to happen.

Also, is there a way to eliminate the need for the "." to make the lyric extender appear?

\version "2.19.53"

#(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 "|"
    g' f-sharp'( g') e' f-sharp' g' \bar ":|."
}

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

\new Staff
<<
    \new Voice = "mel" { \global \music }
    \new Lyrics \lyricsto "mel" { \words }
>>
--
✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝
Br. Samuel, OSB
St. Anselm’s Abbey
Washington, DC
(R. Padraic Springuel)

PAX ☧ ΧΡΙΣΤΟΣ



reply via email to

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