the code
<<
\override Score.SpacingSpanner #'strict-grace-spacing = ##t
{
c4 d e f
\grace { s8 }
g4 f e d
}
>>
produces the error
programming error: Cannot determine neighbors for floating column.
continuing, cross fingers
* with this code (the \override after the 1st note) there is no error
<<
{
c4 \override Score.SpacingSpanner #'strict-grace-spacing = ##t d e f
\grace { s8 }
g4 f e d
}
>>
* also with this code (special grace before any notes) there is no error
<<
\override Score.SpacingSpanner #'strict-grace-spacing = ##t
\new Staff \new Voice {
\grace { s8 }
c4 d e f
\grace { s8 }
g4 f e d
}
>>
but both latter examples seem to have no effect on the spacing.
I've no idea if this could be related to the newly reported issue 2630
https://code.google.com/p/lilypond/issues/detail?id=2630&colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary
thanks!
Eluze
--
View this message in context:
http://old.nabble.com/issue-with-strict-grace-spacing-tp34109767p34109767.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond