bug-lilypond
[Top][All Lists]
Advanced

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

When gregorian.ly is included, SpacingSpanner does not work.


From: Jiri Zurek
Subject: When gregorian.ly is included, SpacingSpanner does not work.
Date: Mon, 19 Jan 2009 20:52:01 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

If gregorian.ly is included to the file, the SpacingSpanner stops working, 
given spacing is ignored. How does one increase the space between notes then? 
Thank you for your consideration.


%% if gregorian.ly included, the SpacingSpanner stops working.
\version "2.12.1"
\paper{ ragged-right=##t }
\include "gregorian.ly"
chant = \relative c' { f4 a g b a8 f g4( f4) g }
\score {
    \new Staff 
        \new Voice = "chant" \chant
\layout {
  \context {
    \Score
    \override SpacingSpanner #'shortest-duration-space = #8.8
    \override SpacingSpanner #'spacing-increment = #0.6
    \override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 1 8)
  } %end context
} %end layout
} %end score






reply via email to

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