AccidentalPlacement ignores left-padding

2008-11-19 Thread Mark Polesky
AccidentalPlacement ignores left-padding.

See test file below and attached png.

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


  <>___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: AccidentalPlacement ignores left-padding

2008-11-20 Thread Mats Bengtsson
Yes! I reported this back in 
http://lists.gnu.org/archive/html/lilypond-user/2008-01/msg00297.html

but it seems that it never made it to the bug tracker.
Looking at the source code, it's clear that LilyPond does something with 
the value of left-padding,
but I haven't looked in sufficient detail to figure out what it does and 
why it doesn't do what it

should.

  /Mats

Mark Polesky wrote:

AccidentalPlacement ignores left-padding.

See test file below and attached png.

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


  






___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
  


--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: AccidentalPlacement ignores left-padding

2008-11-20 Thread Neil Puttock
2008/11/20 Mats Bengtsson <[EMAIL PROTECTED]>:
> Yes! I reported this back in
> http://lists.gnu.org/archive/html/lilypond-user/2008-01/msg00297.html
> but it seems that it never made it to the bug tracker.
> Looking at the source code, it's clear that LilyPond does something with the
> value of left-padding,
> but I haven't looked in sufficient detail to figure out what it does and why
> it doesn't do what it
> should.

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.

Regards,
Neil


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: AccidentalPlacement ignores left-padding

2009-01-11 Thread Valentin Villenave
2008/11/20 Mats Bengtsson :
> Yes! I reported this back in
> http://lists.gnu.org/archive/html/lilypond-user/2008-01/msg00297.html
> but it seems that it never made it to the bug tracker.

Well, this time I'm not letting it go.
http://code.google.com/p/lilypond/issues/detail?id=730

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond