lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with gregorian.ly?


From: Phil Holmes
Subject: Re: Problem with gregorian.ly?
Date: Thu, 5 Mar 2015 12:34:30 -0000

If you add "\revert Score.SpacingSpanner.packed-spacing" to your music, the spacing problem goes away.
 
You can find instructions for setting slur directions (and many other directions) in the Learning Manual, section 4.4.2

--
Phil Holmes
 
 
----- Original Message -----
From: Emil Salim
Sent: Thursday, March 05, 2015 12:01 PM
Subject: Problem with gregorian.ly?

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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