Comment #2 on issue 1741 by bernardo...@gmail.com: Tablature Bug when string is tuned to beh
http://code.google.com/p/lilypond/issues/detail?id=1741

Trying more variants..

1. changing the second string from beh to aeh is also buggy.
2. setting the first string to beh also triggers the bug on that string
3. if the second string is set to eeh, the bug disapears

So I guess the bug has something to do with the notes bih and cih, and nothing to do with in which string they are.

SEE:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% BUGGY:

\makeStringTuning #'custom-tuning <eeh, a, d ges aeh eeh'>

notes = {
  beh\2 bih\2 cih'\2 deh'\2 dih'\2 eeh'\2
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% NOT BUGGY:

\makeStringTuning #'custom-tuning <eeh, a, d gih beh eeh'>

notes = {
  eeh'\1 eih'\1 fih'\1 geh'\1 gih'\1 aeh'\1
}



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to