[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 730 in lilypond: AccidentalPlacement should take 'left-padding int
From: |
codesite-noreply |
Subject: |
Issue 730 in lilypond: AccidentalPlacement should take 'left-padding into account |
Date: |
Sun, 11 Jan 2009 13:31:03 +0000 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Issue 730 in lilypond: AccidentalPlacement should take 'left-padding into account,
codesite-noreply <=