lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 66, Issue 13


From: Frederick Dennis
Subject: Re: lilypond-user Digest, Vol 66, Issue 13
Date: Tue, 6 May 2008 01:37:38 +0100

Dear All,

Thanks to Reinhold and Mats, I've managed to set a hymn, SATB with piano reduction, 3 verses printed separately under each
voice. The ignore melismata routine is fine but I would also like to use dotted slurs. Putting #(set-global-staff-size 14) in \paper
doesn't make any difference. How can I fit all the music on to two pages? Sorry to be such a nuisance.

% Created on Mon May 05 16:30:06 BST 2008
\version "2.10.33"

\header {
    title = "All ye People Clap your Hands"
    poet = "Brady and Tate"
    composer = "Broderip"
    piece = "Psalm 47"
}

soprano = {   g'2 d'4( c)
 b2 a
 g2. a4
 b2. a4
 b a b cis
 d2 g,
 a4 a4 a4 a4
 b2 b
 a2. g4
  fis1
R1*8
d'2 c4 b
a2 b
c4( b) a( g)
fis d fis a
b2.( c4
d2) c
b a4.( g8)
g1
}

alto = { d2 g4( fis)
 g2 fis
 g2. fis4
 g2. fis4
 g d g g
 fis2 g
 fis4 fis fis fis
 fis2 g
 fis e
 d1
 R1*8
 b2 a4 g
 d'2 g
 e c
 d1
 r4 g g g
 g2 e
 d2. c4
 b1
}

tenor = { g2 b4( c)
 d2 d
 d4( c b) a
 g2. d'4
 d c b g
 a2 cis
 d4 d d d
 d2 e
 cis2. cis4
 d1
 d2 c?4 b
 a2 b
 c4( b) a( g)
 fis d fis a
 d1~
 d2 c
 b a
 g1
 R1*4
 r4 d' d d
 b2 a
 g fis
 g1
}

bass = {
g2 g4( a)
 g2 d
 b4( g b) d
 g2. d4
 g fis g e
 fis2 e
 d4 d d d
 d2 g
 a a,
 d1
 b'2 a4 g
 fis2 g
 e c
 d1~
 d4 g, b d
g2 c,
d2. d4
g,1
R1*4
r4 g b d
g2 c,
d2. d4
g,1
}
verseone =
    { \set stanza = \markup { \dynamic "f" }
    \lyricmode { All ye __ peo -- ple clap your hands,
    and with tri -- umph -- ant voi -- ces sing, and with tri -- umph -- ant
    voi -- ces sing; No force the migh -- ty pow'r  with -- stands, of God,
    the u -- ni -- ver -- sal King. }
    }
versetwo =
    { \set stanza = \markup { \dynamic "mf" }
    \lyricmode    { \set ignoreMelismata = ##t
    He shall op -- po -- sing
    \unset ignoreMelismata
    na -- tions quell, and with suc -- cess our bat -- tles fight, and with
    suc -- cess our bat -- tles fight,
    Shall fix the place where we must dwell, the pride of Ja -- cob,
    his de -- light. }
    }
versethree =
    { \set stanza = \markup { \dynamic "ff" }
    \lyricmode { \set ignoreMelismata = ##t
    God is gone up,
    \unset ignoreMelismata
    our Lord and King, with shouts of joy and trum -- pet's
    sound; with shouts of joy and trum -- pet's sound;
    To him re -- peat -- ed prai -- ses  sing, and let the
    cheer -- ful song go  round. }
    }
   
tenorandbassverseone =
    { \set stanza = \markup { \dynamic "f" }
    \lyricmode { All ye __ peo -- ple clap your hands,
    and with tri -- umph -- ant voi -- ces sing, and with tri -- umph -- ant
    voi -- ces sing; No force the migh -- ty pow'r with -- stands, of God,
    the u -- ni -- ver -- sal King.
    of God, the u -- ni -- ver -- sal King. }
    }
tenorandbassversetwo =
    { \set stanza = \markup { \dynamic "mf" }
    \lyricmode    { \set ignoreMelismata = ##t
    He shall op -- po -- sing
    \unset ignoreMelismata
    na -- tions quell, and with suc -- cess our bat -- tles fight, and with
    suc -- cess our bat -- tles fight,
    Shall fix the place where we must dwell, the pride of Ja -- cob,
    his de -- light.
    the pride of Ja -- cob,
    his de -- light. }
    }
tenorandbassversethree =
    { \set stanza = \markup { \dynamic "ff" }
    \lyricmode { \set ignoreMelismata = ##t
    God is gone up,
    \unset ignoreMelismata
    our Lord and King, with shouts of joy and trum -- pet's
    sound; with shouts of joy and trum -- pet's sound;
    To him re -- peat -- ed prai -- ses  sing, and let the
    cheer -- ful song go  round.
    and let the cheer -- ful song go  round. }
    }
   
   


staffSoprano = \new Staff  {
    \time 2/2
    \set Staff.instrumentName="Soprano"
    \set Staff.midiInstrument="choir aahs"
    \key g \major
    \clef treble
    \relative c' {    
        \context Voice = "melodySop" {
            \dynamicUp       
 % Type notes here
 \soprano
        }

    \bar "|."
    }

}
staffAlto = \new Staff  {
    \set Staff.instrumentName="Alto"
    \set Staff.midiInstrument="choir aahs"
    \key g \major
    \clef treble
    \relative c' {    
        \context Voice = "melodyAlt" {
            \dynamicUp       
 % Type notes here
        \alto
        }

    \bar "|."
    }

}
staffTenor = \new Staff  {
    \set Staff.instrumentName="Tenor"
    \set Staff.midiInstrument="choir aahs"
    \key g \major
    \clef "G_8"
    \relative c' {    
        \context Voice = "melodyTen" {
            \dynamicUp       
 % Type notes here
 \tenor
        }

    \bar "|."
    }

}
staffBass = \new Staff  {
    \set Staff.instrumentName="Bass"
    \set Staff.midiInstrument="choir aahs"
    \key g \major
    \clef bass
    \relative c' {    
        \context Voice = "melodyBas" {
            \dynamicUp       
 % Type notes here
 \bass
        }

    \bar "|."
    }

}
staffPiano = \new PianoStaff {
    \set PianoStaff.midiInstrument = #"acoustic grand"
    \set PianoStaff.instrumentName = #"Piano  "
                <<
        \context Staff = "RH" {  % Right hand
            \clef treble
            \key g \major
            \relative c' {
                <<
   \new Voice="SPiano" { \voiceOne \soprano }
   \new Voice="APiano" { \voiceTwo \alto }
 >>
            }
        }
        \context Staff = "LH" {  % Left hand            
            \clef bass
            \key g \major
            \relative c' {
                <<
   \new Voice="TPiano" { \voiceOne \tenor }
   \new Voice="BPiano" { \voiceTwo \bass }
 >>
            }
        }
    >>
}



\score {
    <<
        \context ChoirStaff <<
        \staffSoprano
        \context Lyrics = "lmelodySop" \lyricmode  << { \lyricsto "melodySop" \new Lyrics \verseone }
                                { \lyricsto "melodySop" \new Lyrics \versetwo }
                                { \lyricsto "melodySop" \new Lyrics \versethree }
                                >>
        \staffAlto
        \context Lyrics = "lmelodyAlt" \lyricmode  << { \lyricsto "melodyAlt" \new Lyrics \verseone }
                                { \lyricsto "melodyAlt" \new Lyrics \versetwo }
                                { \lyricsto "melodyAlt" \new Lyrics \versethree }
                                >>
       
        \staffTenor
        \context Lyrics = "lmelodyTen" \lyricmode  << { \lyricsto "melodyTen" \new Lyrics \tenorandbassverseone }
                                { \lyricsto "melodyTen" \new Lyrics \tenorandbassversetwo }
                                { \lyricsto "melodyTen" \new Lyrics \tenorandbassversethree }
                                >>
       
        \staffBass
        \context Lyrics = "lmelodyBas" \lyricmode  << { \lyricsto "melodyBas" \new Lyrics \tenorandbassverseone }
                                { \lyricsto "melodyBas" \new Lyrics \tenorandbassversetwo }
                                { \lyricsto "melodyBas" \new Lyrics \tenorandbassversethree }
                                >>
                >>
        \staffPiano
    >>
   
    \midi {
    }

    \layout  {
       
    }
}

\paper {
    #(set-global-staff-size 14)
}



reply via email to

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