bug-lilypond
[Top][All Lists]
Advanced

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

issue with strict-grace-spacing


From: -Eluze
Subject: issue with strict-grace-spacing
Date: Tue, 3 Jul 2012 13:05:38 -0700 (PDT)

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.




reply via email to

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