Simon, Daniel, et al,
Here you are...
FYI, I have to force breaks to avoid getting breaks in mid-melisma...  I 
finally managed to get a clef, but now I get two for the price of one!
Karen 


     On Friday, June 12, 2015 10:39 AM, Simon Albrecht <simon.albre...@mail.de> 
wrote:
   

  Tiny example?
 sja
 
 Am 12.06.2015 um 17:15 schrieb Daniel Rosen:
  
 
#yiv3439047622 #yiv3439047622 -- _filtered #yiv3439047622 {panose-1:2 4 5 3 5 4 
6 3 2 4;} _filtered #yiv3439047622 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 
3 2 4;}#yiv3439047622 #yiv3439047622 p.yiv3439047622MsoNormal, #yiv3439047622 
li.yiv3439047622MsoNormal, #yiv3439047622 div.yiv3439047622MsoNormal 
{margin:0in;margin-bottom:.0001pt;font-size:11.0pt;}#yiv3439047622 a:link, 
#yiv3439047622 span.yiv3439047622MsoHyperlink 
{color:#0563C1;text-decoration:underline;}#yiv3439047622 a:visited, 
#yiv3439047622 span.yiv3439047622MsoHyperlinkFollowed 
{color:#954F72;text-decoration:underline;}#yiv3439047622 
span.yiv3439047622EmailStyle17 {color:windowtext;}#yiv3439047622 
.yiv3439047622MsoChpDefault {} _filtered #yiv3439047622 {margin:1.0in 1.0in 
1.0in 1.0in;}#yiv3439047622 div.yiv3439047622WordSection1 {}#yiv3439047622      
  DR     
  
 _______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
 
 
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


  
\version "2.18.2"
\language "english"
\include "gregorian.ly"

chant = \relative c'' {
  \set score.timing = ##f
  a2( g4-. a) d,2-- \finalis
  a'2( g4) f-.(e d e-. f g-. f d) e( d-- ) \divisioMaior
  c4 d-. f g-. f g-.( a) d,-.(e f-. e d-. c) d2 \finalis
  \break
  \bar ""
  \clef treble
  a'2( g4-. a) d,2 \divisioMinima
  a'2( g4) f-.( e d e-. f g f) e-.( d) \divisioMaior
  c d-. f g-.( f g a2) \divisioMinima
  d,4-.( e f-. e d-. c) d2 \finalis
  \break
   d4-.( f g) a-.g g-.(f g a) e2 \divisioMaior
  g4-. f( e-. d) g2 \divisioMinima
  c,4 d-. f e-.( d c) d2 \finalis
  \break
}

verba = \lyricmode {
  Sal -- ve,*
  Re -- gi -- na,
  ma -ter mi -se -ri -- cor -- di -- ae:
  Vi -- ta,
  dul -- ce -- do
  et spes no -- stra
  sal -- ve.
   Ad te cla -- ma -- mus
  ex -su -- les fi -li -i He -- vae.
  }

\score {
  \new Staff <<
     \new Voice = "melody" \chant
     \new Lyrics = "one" \lyricsto melody \verba
  >>
     \layout {
      \context {
        \Staff
        \remove "Time_signature_engraver"
        \remove "Bar_engraver"
        \hide Stem
      }
      \context {
        \Voice
        \override Stem.length = #0
      }
      \context {
      \Score
        barAlways = ##t
      }
    }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to