Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium

New issue 749 by v.villenave: SpacingSpanner doesn't work when using gregorian.ly
http://code.google.com/p/lilypond/issues/detail?id=749

% If gregorian.ly is included in the file, the SpacingSpanner stops
% working, given spacing is ignored.

\version "2.12.1"

\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)
 }
}
}

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


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

Reply via email to