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
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
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 =
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)
>
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
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
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