On Wed, 07 Jul 2004 11:02:23 -0400 [EMAIL PROTECTED] wrote:
>
> Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes:
>
> > [flup to mailing list]
Before going to comments, I suggest that the use of the lilypond parser could be
extended. As an example, for file file.ly:
'{ c8 d16 e16 f4 }'
1.-3.
The figured bass example `figured-bass.ly' in regression tests:
http://lilypond.org/doc/v2.0/input/regression/out-www/collated-files.html
proposes
\property FiguredBass.BassFigure \set #'direction = #-1
to change the direction. Then you have to also put numbers in reverse
order.
Yo
I used Mandrake 9.0, gcc 3.2, and updated to guile-1.6.0 as lily-config
1.6 was required.
Proceed compiling LilyPond 1.7.2 with the usual procedure. Once "make all"
fails to compile "lily/out/lexer.cc" you have to edit that file.
The error here is that "lily/out/lexer.cc" produced from file
"li
> Using gcc 3.2 and flex 1.5.19 (ftp://ftp.uncg.edu/people/wlestes/), and
> thanks to advices from Joerg Anders (thanks a lot), I manage to compile
> lilypond 1.6.2 by adding :
>
> using namespace std;
>
> at the top of lily/lexer.ll
It did not cause difference for me. As gcc-3.2 is becoming mor
> This used to work
> but doesn't any more, to bring the number down:
>
> \stemUp c^""_""_3
>
I found an other way. Seems like '^'-signs give bottom-aligned bounding
box above the note and '_'-signs top-aligned bounding boxes below the
note. In these limits one can write two lines of 'finger'
> \times 2/3 {a,8^5 c^""^""^1 b'8^2}
With 1.5.32, at least, I have to use ^#'(finger "1") instead
\times 2/3 {a8^1 c^""^""^""^#'(finger "1") b,8^2}
It looks now much better!
> BTW, there is not now nor has there ever been anything wrong with
> fingering of any sort being on staff lines or
There seem to be some collision (1.5.32 and 1.4.11) when
fingering is put above tuplets. An example:
\score {
\notes \transpose c'''
\context Staff {
\voiceOne
\times 2/3 {a,8^5 c^1 b'8^2}
\times 2/3 {c'8^5 d^1 a,,8^2}
\times 2/3 {d8^5 d
Is anybody using the point-and-click -feature of xdvi? I tried the
following procedure which was present in
http://lilypond.org/Documentation/user/out-www/lilypond/Point-and-click.html
This is how far Mandrake 8.1 with guile-1.4 and Lilypond-1.5.25 allowed me to
go in order to use the feature: