What defines the distance between a time signature and the next note
*with an accidental* (in addition to the TimeSignatures
`extra-spacing-width')?  I would expect that the `first-note' (or
`next-note', if set) element of a TimeSignature's `space-alist'
handles this case also, but this assumption is apparently wrong, as
the example below shows...

In case this is a bug, it would be a quite serious one...


    Werner

=======================================================================

\relative c' {
  \time 4/4 c4 c c c |
  \time 3/4 c4 c c }
\relative c' {
  \override Staff.TimeSignature.space-alist.first-note =
    #'(extra-space . 0.1)
  \time 4/4 c4 c c c |
  \time 3/4 c4 c c }
}

\relative c' {
  \time 4/4 cis4 cis cis cis |
  \time 3/4 cis4 cis cis }
\relative c' {
  \override Staff.TimeSignature.space-alist.first-note =
    #'(extra-space . 0.1)
  \time 4/4 cis4 cis cis cis |
  \time 3/4 cis4 cis cis }
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to