bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1741 in lilypond: Tablature Bug when string is tuned to beh


From: lilypond
Subject: Re: Issue 1741 in lilypond: Tablature Bug when string is tuned to beh
Date: Tue, 05 Jul 2011 23:29:53 +0000


Comment #3 on issue 1741 by address@hidden: 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
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% BUGGY AGAIN:

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

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




reply via email to

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