bug-lilypond
[Top][All Lists]
Advanced

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

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


From: lilypond
Subject: Issue 1741 in lilypond: Tablature Bug when string is tuned to beh
Date: Tue, 05 Jul 2011 21:48:17 +0000

Status: New
Owner: ----

New issue 1741 by address@hidden: 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




reply via email to

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