lilypond-user
[Top][All Lists]
Advanced

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

Melisma problems


From: Charles Johnson
Subject: Melisma problems
Date: Tue, 24 May 2016 15:46:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0

Just can't seem to get the end of this right. 'mortis' should fill the final group of quavers, with the 'tis' being on the crotchet. The 'ra' of 'hora' should fall on the high A crotchet preceding those quavers and 'nostrae' should take care of the last two notes.

TIA. I'd love to give the men this score correct in a couple of hours.






=======================

\version "2.14.2"

PartPOneVoiceTwo =  \relative f {
    \clef "treble_8" \key a \major \time 4/4
    a2 a4 a4 a2 a4 r4
    a2 a4 a4 a2 a4 r4
    a2. gis4 fis1
    e1 a2 r2
    a2 a4 a4 a2 a4 r4
    g2 g4 bes d4. d,8 d4 r4
    d2 e4 e a2 a2
    fis4 fis a4 a
    b2 b2 b1 e,2 r2
    e2 gis4 b ais2 ais
    b2. b4 ais2 ais4 r4
    b2 b4 b c2 c4 r4
    d2. d4 d2 e2 fis4 r2.
    % bars 29 - 31 inc. are totally silent
    r1 r1 r1
    a,2 a4 a4 a2 a4 r4
    a2 a4 a4 a2 a4 r4
    d2 cis4 cis4 b2 ( a2  gis2 a4 a'4 )
    fis8 ( gis a gis fis gis a4 )
    e1 a,4 r2. r1 r1 r1 r1 r1

        \bar "|."
    }

PartPOneVoiceTwoLyricsOne =  \lyricmode {
    A -- ve -- Ma -- ri -- a
    Gra -- ti -- a ple -- na
    Do -- mi -- nus
    te -- cum
    be -- ne -- dic -- ta -- tu
    in mu -- li -- er -- i -- bus
    et be -- ne di -- ctus
    fru -- ctus ven -- tris
    tu -- i Je -- sus
    Sa -- ncta Ma -- ri -- a
    Ma -- ter De -- i
    O -- ra pro no -- bis
    pe -- cca to -- ri bus
    o -- ra pro no -- bis
    o -- ra pro no -- bis
    nunc et in ho -- ra
    mor -- tis
    nost -- rae

    }

% The score definition
\new PianoStaff <<
    \context Staff = "1" <<
        \context Voice = "PartPOneVoiceTwo" { \PartPOneVoiceTwo }
        \new Lyrics \lyricsto "PartPOneVoiceTwo" \PartPOneVoiceTwoLyricsOne
        >>
    >>



=======================



reply via email to

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