lilypond-user
[Top][All Lists]
Advanced

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

space-alist problem


From: Werner LEMBERG
Subject: space-alist problem
Date: Wed, 03 Dec 2014 15:45:06 +0100 (CET)

[Resending to lilypond-user, since the issue might be interesting to
 more people...]

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 }

PNG image


reply via email to

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