> 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




_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to