bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1753 in lilypond: Ehancement: tab for diatonic instruments


From: lilypond
Subject: Re: Issue 1753 in lilypond: Ehancement: tab for diatonic instruments
Date: Sat, 09 Jul 2011 02:43:35 +0000


Comment #1 on issue 1753 by address@hidden: Ehancement: tab for diatonic instruments
http://code.google.com/p/lilypond/issues/detail?id=1753

A workaround can be made by using fretLabel together with fret-letter-tablature-format:


notes = \relative c'' {
  d4\1 e\1 fis\1 g\1
  a4\1 b\1 c\1 d\1
}


\score {
  \new TabStaff
  \with {
    stringTunings = #`(,(ly:make-pitch 1 1 0)
                       ,(ly:make-pitch 0 5 0)
                       ,(ly:make-pitch -1 1 0))
fretLabels = #'("0" "x" "1" "x" "2" "3" "x" "4" "x" "5" "6" "x" "7" "x" "8")
    tablatureFormat = #fret-letter-tablature-format
  }
  \new TabVoice {
    \notes
  }
}





reply via email to

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