bug-lilypond
[Top][All Lists]
Advanced

[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: Thu, 02 Apr 2009 20:58:54 +0000


Comment #1 on issue 730 by n.puttock: AccidentalPlacement should take 'left-padding into account
http://code.google.com/p/lilypond/issues/detail?id=730

I now think this is invalid, since 'left-padding is used to pad items whose supports would be accidentals, such as fingerings (see below). In the above snippet, it has no effect, since there are no items left of the accidentals to apply the padding to.

If there is a bug, it's more one of documenting this property better.

\version "2.13.1"
\relative c' {
  \override Staff.AccidentalPlacement #'left-padding = #2
  \set fingeringOrientations = #'(left)
  <c' d> <cis-2 dis>
}

Attachments:
        left-padding.png  1.6 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




reply via email to

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