lilypond-user
[Top][All Lists]
Advanced

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

TabStaff bug?


From: Sébastien Gross
Subject: TabStaff bug?
Date: Sat, 9 Jun 2007 01:58:40 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

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.

-- 
Sébastien Gross




reply via email to

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