lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3869 in lilypond: padding from accidental to n


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3869 in lilypond: padding from accidental to neighbor note should be larger than from accidental to parent note
Date: Sun, 23 Feb 2014 04:08:18 +0000

Updates:
        Labels: -Patch-countdown

Comment #4 on issue 3869 by address@hidden: 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

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