lilypond-user
[Top][All Lists]
Advanced

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

Re: extra spacing between staves and verses


From: Fr. Michael Gilmary
Subject: Re: extra spacing between staves and verses
Date: Thu, 28 Oct 2010 19:55:49 -0400
User-agent: Thunderbird 2.0.0.14 (Macintosh/20080421)

Thanks to Xavier and Bill for the solutions offered. Now, at least, I've got v. 2.13.37 working, but I couldn't get Bill's
system-system-spacing
to work, though. No change was produced. And Xavier's
score-system-spacing
worked ... but /globally/. I looked at the Notation Ref. 4.4.1 about vertical spacing between staves since what I'm working with is a hymn with verses where the music changes slightly from verse to verse and so I'd like the verses set apart from each other a bit.

Any suggestions?

Attached is a sample of the music.

TIA.





--
United in adoration of Jesus,


fr. michael gilmary, mma

Most Holy Trinity Monastery
67 Dugway Road
Petersham, MA 01366-9725

www.MaroniteMonks.org


  \layout {
    \context {
     \Score
     \remove "Bar_number_engraver" 
    }
    
    \context {
     \Staff
     \remove "Time_signature_engraver"
     }

}


TimeKey= {\key f \major}

MusicOne = \relative c' {
                         \set autoBeaming = ##f
\partial 8 f8 \bar"|" a4 f8 g \bar"|" a([ bes a]) g \bar"|" f2 \bar"|" a4 f8 g 
a([ bes a]) g \bar"|" f2 \bar"|" \break 

c'4 c \bar"|" bes8([ a bes]) d \bar"|" c([ bes a g] \bar"|" f2) \bar"|" f8 f g 
a \bar"|" g([ f16 e d8]) e \bar"|" f2. r4 \bar"||"\break
}

MusicTwo = \relative c'' {
                         \set autoBeaming = ##f
a8 a16([ g]) f8 g \bar"|" a([ bes a]) g \bar"|" f2 \bar"|" a8 a16([ g]) f8 g 
\bar"|" a([ bes a]) g \bar"|" f2 \break

c'4 c \bar"|" bes8([ a bes]) d \bar"|" c([ bes a g] \bar"|" f2) \bar"|" f8 f g 
a \bar"|" g([ f16 e d8]) e \bar"|" f2. r4 \bar"||"\break
}


VerseOne = \lyricmode {
O Ma -- ry, we pray to you, bles -- sed and pur -- est One,
help us in __ our need; __ You are al -- ways there __ for us.
}

VerseTwo = \lyricmode {
We, poor sin -- ners, turn __ to you, now and at the hour __ of death.
You are free from sin; __ Ho -- ly Ma -- ry, full __ of grace.
}

VerseThree = \lyricmode {
In -- ter -- cede and pray __ for us; Vir -- gin Mo -- ther show __ us love.
May your Son, our Lord, __ grant us mer -- cy, through your prayers.
}



\score {
     \new Staff <<
     \new Voice = "MonksOne" { \TimeKey \MusicOne }
     \new Lyrics \lyricsto "MonksOne"  { \VerseOne }
     >>
     }

%%  I'd like to have extra vertical space here


\score {     
     \new Staff <<
     \new Voice = "MonksTwo" { \TimeKey \MusicTwo }
     \new Lyrics \lyricsto "MonksTwo"  { \VerseTwo }
     >>
}

\score {
     \new Staff <<
     \new Voice = "MonksTwo" { \TimeKey \MusicTwo }
     \new Lyrics \lyricsto "MonksTwo"  { \VerseThree }
     >>
     }

\version "2.13.37"

reply via email to

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