Status: New
Owner: ----

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

In the Following code, the `string 2' is tuned to `beh'.
The bug sets bih *and* cih to fret 1 on that same string,
and all other notes are not correctly set,
the tablature is always one fret down from the third note on.
Also tested with git version from 27/jun/2011.

\version "2.14.0"

\makeStringTuning #'custom-tuning <eeh, a, d ges beh 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
    }
  >>
}

Attachments:
        snippet.png  19.9 KB


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

Reply via email to