Status: Accepted
Owner: v.villenave
Labels: Type-Enhancement Priority-Medium

New issue 730 by v.villenave: AccidentalPlacement should take 'left-padding into account
http://code.google.com/p/lilypond/issues/detail?id=730

Report from Mark:

\version "2.11.64-1"

\relative {
 %% right-padding is applied; left-padding is ignored:
 \override Staff.AccidentalPlacement #'left-padding = #2
 \override Staff.AccidentalPlacement #'right-padding = #2
 <c' d> <cis dis>
}

See also
http://lists.gnu.org/archive/html/lilypond-user/2008-01/msg00297.html

Neil P. said:
"The left-padding is added to the X-extent, which appears to be
completely redundant (setting it to any value has no effect on
spacing).  Rather weirdly, the default for X-extent is
ly:axis-group-interface::width, but this never gets called, since it's
always overridden in accidental-placement.cc."

Attachments:
        accidental-padding.png  3.0 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to