lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with ragged-last and verse numbers


From: Jan-Peter Voigt
Subject: Re: Problem with ragged-last and verse numbers
Date: Wed, 01 Dec 2010 10:30:51 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Thunderbird/3.0.10

Hello once again,

I forgot to mention to add an empty \markup in the last verse. Otherwise the amen-extender will not look nice and complain while compile.
And I misunderstood your stanza question first. I saw Wilbert answered that this minute. I copied "\set stanza" in every line, so every verse-line starts with a number.

Regards,
Jan-Peter

--snip--
% I use stable version, compiled this once in 2.13.40
\version "2.12.3"

\include "gregorian.ly"

\header {
  subtitle = "Veni Creator Spiritus"
  % Remove default LilyPond tagline
  tagline = ##f
}

\paper{
  %commented out for my A4-world
  %paper-width=5.5\in
  ragged-last=##f
}

sopranoVoice = \relative c' {
  \key a \major
  e4 fis e ( d) e fis (e) a b a2 \break \divisioMaior
  a4 e fis a b ( a) b cis b \break \divisioMaior
  a4 b ( cis) a ( gis) fis ( e) a ( b) e, fis a2 \break \divisioMaior
  gis4 ( a) fis e (d) fis fis ( gis fis) e d e2 \divisioMaxima
  e4 ( fis e) d2 ( e) \finalis \break
  \stopStaff \hideNotes e
}

verseOne = \lyricmode {
  \set stanza = "1."
  Ve -- ni Cre -- á -- tor __ Spí -- ri -- tus,
  \set stanza = "1."
  men -- tes tu -- ó -- rum vi -- sí -- ta,
  \set stanza = "1."
  im -- ple __ su -- pér -- na __ grá -- ti -- a
  \set stanza = "1."
  quae tu cre -- á -- sti __  pé -- cto -- ra.
}

verseTwo = \lyricmode {
  \set stanza = "2."
  Qui dí -- ce -- ris Pa -- rá -- cli -- tus,
  \set stanza = "2."
  al -- tís -- si -- mi do -- num De -- i,
  \set stanza = "2."
  fons vi -- vus, i -- gnis, ca -- ri -- tas,
  \set stanza = "2."
  et __ spi -- ri -- tá -- lis __ ún -- cti -- o.
}

verseThree = \lyricmode {
  \set stanza = "3."
  Tu se -- pti -- fór -- mis __ mú -- ne -- re,
  \set stanza = "3."
  Dex -- trae De -- i tu __ dí -- gi -- tus,
  \set stanza = "3."
  Tu ri -- te pro -- mís -- sum Pa -- tris,
  \set stanza = "3."
  Ser -- mó -- ne __ di -- tans __ gút -- tu -- ra.
}

verseFour = \lyricmode {
  \set stanza = "4."
  Ac -- cén -- de lu -- men sén -- si -- bus,
  \set stanza = "4."
  In -- fúnde a -- mó -- rem __ cór -- di -- bus,
  \set stanza = "4."
  In -- fír -- ma __ no -- stri __ cór -- po -- ris
  \set stanza = "4."
  Vir -- tú -- te __ fir -- mans __ pér -- pe -- ti.
}

verseFive = \lyricmode {
  \set stanza = "5."
  Hos -- tem re -- pél -- las __ lón -- gi -- us,
  \set stanza = "5."
  pa -- cém -- que do -- nes __ pró -- ti -- nus;
  \set stanza = "5."
  Du -- ctó -- re sic __ te __ praé -- vi -- o,
  \set stanza = "5."
  Vi -- té -- mus __ o -- mne __ nó -- xi -- um.
}

verseSix = \lyricmode {
  \set stanza = "6."
  Per te sci -- á -- mus __ da Pa -- trem,
  \set stanza = "6."
  No -- scá -- mus at -- que __ Fí -- li -- um,
  \set stanza = "6."
  Te u -- tri -- ús -- que __ Spí -- ri -- tum
  \set stanza = "6."
  Cre -- dá -- mus o -- mni __ tém -- po -- re.
}

verseSeven = \lyricmode {
  \set stanza = "7."
  De -- o Pa -- tri sit __ gló -- ri -- a,
  \set stanza = "7."
  Et Fí -- li -- o qui~a mór -- tu -- is,
  \set stanza = "7."
  Sur -- ré -- xit, __ ac __ Pa -- rá -- cli -- to,
  \set stanza = "7."
  In __ sae -- cu -- ló -- rum __ saé -- cu -- la. A -- men. __ \markup { }
}

\score {
  \new Staff { \sopranoVoice }
  \addlyrics { \verseOne }
  \addlyrics { \verseTwo }
  \addlyrics { \verseThree }
  \addlyrics { \verseFour }
  \addlyrics { \verseFive }
  \addlyrics { \verseSix }
  \addlyrics { \verseSeven }
  \layout {
    \context {
      \Staff
      \remove "Time_signature_engraver"
      \remove "Bar_engraver"
      \override Stem #'transparent = ##t
    }
  }
}

--snip--

reply via email to

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