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 22:14:28 +0000


Comment #1 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 I find it does not have something to do with the pitch beh, but maybe setting a quarter-tone tune to the second string?

Changing the second string from beh to aeh is also buggy:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

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

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

\score {
  <<
    \new Staff {
          \clef "treble_8"
          \notes
    }   
    \new TabStaff   {
      \set TabStaff.stringTunings = #custom-tuning
          \notes
    }
  >>
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%




reply via email to

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