Re: overriding accidental placement (padding)

2003-10-30 Thread Kieren Richard MacMillan
Hello, Mats: Do you only want to do the setting for naturals, not for sharps and flats? Yes, exactly! In that case, take a look at Thanks! I hope you are familiar to the Scheme language. Not yet, but I'm hoping to get more involved with Lilypond (as developer/hacker), so I might as well start

Re: overriding accidental placement (padding)

2003-10-30 Thread Mats Bengtsson
??? Do you only want to do the setting for naturals, not for sharps and flats? In that case, take a look at http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#move-accidentals.ly and http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#move-specific-text.ly which sho

Re: overriding accidental placement (padding)

2003-10-30 Thread Kieren Richard MacMillan
Hello, Mats: try something like \property Score.AccidentalPlacement \override #'padding = #0.25 Thanks -- that worked. However, it worked TOO WELL: now *all* my accidentals have extra padding! What I'd *really* like to do is just have a little more padding between a note head and any natural s

Re: overriding accidental placement (padding)

2003-10-30 Thread Mats Bengtsson
First of all, your syntax for numerical values is wrong, secondly it turns out that the property you want to use is padding. This is certainly not clear from the documentation and the source code looks too messy to be able to say exactly what the right-padding property does, but my guess is that it

overriding accidental placement (padding)

2003-10-29 Thread Kieren Richard MacMillan
[ Lilypond 2.0.1; Mac OS X 10.2.8 ] Hello, all -- I'm trying to put together a "house style" document (to be included in all my .ly files), and want to add a little more padding between a notehead and its first accidental (going right to left, that is). However, I've not been successful (i.e.,