lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4216 in lilypond: space-alist can't control distan


From: lilypond
Subject: [Lilypond-auto] Issue 4216 in lilypond: space-alist can't control distance between time signature and note with accidental
Date: Thu, 04 Dec 2014 21:50:11 +0000

Status: Accepted
Owner: ----

New issue 4216 by address@hidden: space-alist can't control distance between time signature and note with accidental
https://code.google.com/p/lilypond/issues/detail?id=4216

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 the case also, but this assumption is apparently wrong, as
the example below shows...

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


Attachments:
        space-alist.png  14.4 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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