Comment #4 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 disappears
4. one octave down the bug disappears again

So I guess the bug has something to do with the notes bih and cih:

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 APPEAR AGAIN:

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

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

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% NO BUGs:

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

notes = {
  beh,\1 bih,\1 cih\1 deh\1 dih\1 eeh\1
}





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

Reply via email to