lilypond-user
[Top][All Lists]
Advanced

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

Re: TabStaff bug?


From: Graham Percival
Subject: Re: TabStaff bug?
Date: Sat, 09 Jun 2007 11:04:24 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

This has been fixed in the 2.11.26 release.

Cheers,
- Graham

Sébastien Gross wrote:
Hi there,

I found a very strange behaviour of the TabStaff context with the
latest Lilypond (2.11.25), the binary provided version for linux x86.

this stanza:

%<------------------------------->%

\version "2.11.25"

\score {
  <<
    % fine
    \new TabStaff \relative c {
      c\5 b\5 a\6 g\6 f\6 e\6
    }
    % does not recognize the 6th string
    \new TabStaff \relative c {
      c b a g f e
    }
  >>
  \layout{
  }
}

%<------------------------------->%

Does not work as expected.

The first part uses both 5th (A) and 6th (E) strings as it is supposed
to do.

The second part does not put g, f nor e on the 6th string (like if it
does not exists on the guitar).
The error log is:
 warning: could not calculate a string number.
                c b a
                        g f e


Using "\6" solves the problem but this is not a good solution.

Does anyone have a similar issue?.

Thank in advance.

PS: Please note provided stanza is a whole file with default lilypond
configuration. Nothing but only this.






reply via email to

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