help-gnu-music
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bugs (or imperfections) with Lilypond 1.3.111


From: Alexandre et/ou Sophie Beneteau
Subject: Bugs (or imperfections) with Lilypond 1.3.111
Date: Wed, 29 Nov 2000 07:30:59 +0000

Hi everybody !

I've typeset this little score to point out some problems or
"imperfections" I've found with Lilypond 1.3.111 :
(please see source and png files attached to this mail)

\include "italiano.ly"
\header {
    tagline="";
}
\score {
\notes
\context Staff {
    \relative do' {
    \clef "violin";
    \key fa \major;
    \time 6/8;
    \partial 8;
    do8-. fa-. do-. do'-. fa-. mi-. re-. do4-. la8-. re-. do-.
    \clef "bass";
    do,,-. fa-. do-. fa-. la-. fa-. la-. do-. la-. re-. do4.
    \bar "|.";
    }
}
}

1) First of all : italiano.ly is STILL buggy... Please correct 
\pitchnames #'(
with
\pitchnames #`(

(backquote instead of quote... same error with deutsch.ly and
catalan.ly)

2) Autobeam does not follow in 6/8 time the music "default conventions"
used for ternary time (see the anacrousis and the third mesure...)
I've tried to "play" with make-moment translator directive... but I
failed... Should I lear scheme and lilypond's internals to code music
scores ? ;-)

3) As Lilypond is determining "automagically" the stems directions, why
does not it determine the articulations directions by the same way ? I
mean that the "dots" should be on top of the notes head for the last 3
eighth-notes of the first mesure... (in fact, in the opposite direction
than the stem's one.)

I think having to replace fa-. mi-. re-. by fa_. mi_. re_. is not
conform with the general philosophy of the text processing I've loved in
LaTeX and, of course, Lilypond.

4) Last, but not the least ;-) the clef change is not displayed (as it
was in previous version... I'dont remember the number... I think 1.3.108
at least)... Has the language changed ?

Is anyone can help ? Thanks
In any way, I *do* thing lilypond is great :-)

        Alex.
-- 
Soyez fous ! Mangez de la Vache !
----------------------
Feel free to visit my web site :-)
http://www.alexandre-beneteau.fr.st
\include "italiano.ly"
\header {
    tagline="";
}
\score {
\notes
\context Staff {
    \relative do' {
    \clef "violin";
    \key fa \major;
    \time 6/8;
    \partial 8;
    do8-. fa-. do-. do'-. fa-. mi-. re-. do4-. la8-. re-. do-.
    \clef "bass";
    do,,-. fa-. do-. fa-. la-. fa-. la-. do-. la-. re-. do4.
    \bar "|.";
    }
}
}

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]