Greetings,

I am trying to engrave a simple chant:

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

\new Staff \with {
\remove "Clef_engraver"
 \remove "Time_signature_engraver"
  \override StaffSymbol #'line-count = #2
}

 \relative c' { \set Staff.keySignature = #`(((0 . 7) . ,FLAT))
\set Score.timing = ##f
 \override Staff.Stem #'transparent = ##t
 c'4 c c c( d) c b( c) c2 \divisioMaior
}
\addlyrics {
O God, make speed to save us.
}

There is a spacing problem here above the words "speed" and "save" that
will go away if I don't use gregorian.ly. (I'm using lilypond-book in
LaTeX.) But I'd like to use the \divisioMaior. Is there a way to fix this?

Also, how do I move the slurs to below the notes instead of beyond? Thanks
for your help.

best,
Emil
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to