Re: Rest problems

2008-07-17 Thread Paul Scott
Alexis Rivera wrote: > First of all sorry about my English. > > I seeing a problem ;i do not know if you are working on it; in this image > http://lilypond.org/doc/v2.10/Documentation/user/lilypond/lily-122ce99810 > I can't tell from your reference where this is in the documentation so I don't

Rest problems

2008-07-17 Thread Alexis Rivera
First of all sorry about my English. I seeing a problem ;i do not know if you are working on it; in this image http://lilypond.org/doc/v2.10/Documentation/user/lilypond/lily-122ce99810 there are tow 8ths rests in the second time of the bass clef, i believe it must be only one. I know having two

Re: scheme bug in property-init.ly

2008-07-17 Thread Graham Percival
Thanks, committed. Cheers, - Graham On Thu, 17 Jul 2008 11:52:45 +0200 "Bertalan Fodor (LilyPondTool)" <[EMAIL PROTECTED]> wrote: > The following declarations are bad in property-init.ly: > > aikenHeads = \set shapeNoteStyles = ##(do re mi fa #f la ti) > acredHarpHeads = \set shapeNoteStyles =

Re: Dynamic extender line: regression

2008-07-17 Thread Patrick McCarty
On Thu, Jul 17, 2008 at 3:41 PM, Neil Puttock <[EMAIL PROTECTED]> wrote: > > Attached is the output of your snippet with the following > 'bound-details settings: > > (bound-details . ((right . ((attach-dir . ,RIGHT) >(Y . 0) >

Re: Dynamic extender line: regression

2008-07-17 Thread Neil Puttock
2008/7/17 Patrick McCarty <[EMAIL PROTECTED]>: > The behavior of the dynamic extender line seems better in 2.10.33 than > in 2.11.52. I can see three problems; my suggestions are below: - the text isn't left-aligned Though the 'align-dir is #LEFT, the padding is set to 0.5, hence the shift sligh

Dynamic extender line: regression

2008-07-17 Thread Patrick McCarty
The behavior of the dynamic extender line seems better in 2.10.33 than in 2.11.52. Here are the code samples I used for comparison: %%% Begin .ly snippet %%% \version "2.10.33" \paper { ragged-right=##t } % This example looks good \relative c'' { \setTextCresc g4\< a b c\! } %%% End .l

scheme bug in property-init.ly

2008-07-17 Thread Bertalan Fodor (LilyPondTool)
The following declarations are bad in property-init.ly: aikenHeads = \set shapeNoteStyles = ##(do re mi fa #f la ti) acredHarpHeads = \set shapeNoteStyles = ##(fa #f la fa #f la mi) The correct is: aikenHeads = \set shapeNoteStyles = #'#(do re mi fa #f la ti) sacredHarpHeads = \set shapeNoteSt