Updates:
        Labels: -Patch-countdown

Comment #4 on issue 3869 by [email protected]: padding from accidental to neighbor note should be larger than from accidental to parent note
http://code.google.com/p/lilypond/issues/detail?id=3869

Thanks for posting the regression test changes, James.


Janek isn't sure whether he likes the separation between the final E and F in the image above.

I don't like using the 'padding' on a NonMuscialPaperColumn to change the spacing between notes, and don't think the we want the resulting extra space between syllables in lyrics.

Rather than revise the Rietveld right away, I'll put the equivalent changes in settings here, where it is easier to try out. If people like the results I can revise a patch that puts them into the codebase.

\layout { \context { \Score
  % remove the former blanket padding
  \override NonMusicalPaperColumn #'padding = #0.0
  \override Dots #'extra-spacing-width = #'(0.0 . 0.3)
  \override Accidental #'extra-spacing-width = #'(-0.3 . 0.0)
  %{ anything else ? %}
}}

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