lilypond-user
[Top][All Lists]
Advanced

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

Re: Well there be improvements to Gregorian Chant?


From: wjm
Subject: Re: Well there be improvements to Gregorian Chant?
Date: Thu, 01 Nov 2012 21:53:33 +1300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2

Hi Keith,
you wrote:-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
The first one I ran across is getting alignment correct for a flexa on a single syllable.

\version "2.16.0"
\score {
  <<
    \new VaticanaStaff
    \new VaticanaVoice = "Hymn40" {
e' e' \[\melisma d'\flexa c'\melismaEnd \] d' e' f' d' d' \divisioMinima
     d' d' f' e' c' d' f' \augmentum e' \divisioMaior
     }
      \new Lyrics \lyricsto "Hymn40" {
O Christ who art the Light and Day, thou driv -- est dark -- some night a -- way!
    }
  >>
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I think if you put the first \melisma 'after' the note instead of before it it might give what I think you want.
e' e' \[ d'\melisma\flexa c'\melismaEnd \] d' e' f' d' d' \divisioMinima
 d' d' f' e' c' d' f' \augmentum e' \divisioMaior

Hope this helps
Regards
Bill



reply via email to

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