33 AM, Valentin
Villenave wrote:
> 2009/7/16 hernan :
>> In certain cases, the combination of tabstaff with chords-mode seems to cause
>> serious spacing problems. Look at this example
>> http://hjg.com.ar/varios/lilypondb1/test2.png
>>
>> (extra spacing above am6 chor
In certain cases, the combination of tabstaff with chords-mode seems to cause
serious spacing problems. Look at this example
http://hjg.com.ar/varios/lilypondb1/test2.png
(extra spacing above am6 chord in third measure, and above the last chord in
last measure)
The source code is here:
http://hj
>just to convince the clever php guy at http://post.gmane.org/post.php that im
not top posting...
>
---
Here goes a test case
\version "2.10.1"
melodia = \transpose c c' \partcombine { e4 g g g }{e4 e e e }
\score
{
<<
I have a score that uses TabStaff; the voices include here and there
some tab-related commands (eg. \set TabStaff.minimumFret ). If I
choose to not output the TabStaff (commenting out that staff from the
main score definition), lilypond get badly confused with the
tabstaff-related commands it
ly"
% test case: confusing message when an invalid note
% is found by the TabStaff engraver.
% Tested with lilypond-2.10.19 in WinXP
% Hernan J. Gonzalez
\header { title = "test case - invalid note in tab" }
top = {
e4 c4 e,2 | % ok
% following C note is out of the range of the g
Perhaps not really a bug, but an inconvenience anyway:
When the TabStaff finds a note that is out of the range of the
instrument, it dies with an ugly and cryptic "low level" error
message, with no indication about the measure or line where the error
is found (or even what the problem is about).
Platform: WinXP, mingw
The bug seems to be have been introduced in version 2.9.26 or 2.9.27
( lilypond-2.9.25-1.mingw.exe appears ok ;
lilypond-2.9.27-1.mingw.exe exhibits the problem)
I'll keep trying
--
Hernán J. González
http://www.hjg.com.ar/
___
In my first try with Lilypond (2.10.0), I seem to have met a bug that is driving
me crazy. A pair of ties randomly appears and desappears from the output (png o
pdf).
Well, not really randomly, but small changes in the score (seemingly unrelated)
makes the ties to appear and disappear.
I produced