lilypond-user
[Top][All Lists]
Advanced

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

fretboard-bug?


From: bb
Subject: fretboard-bug?
Date: Thu, 28 Sep 2017 13:08:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

The fretboard shows fourth string as open and fingered fret one. I have
added a pdf as a proof. If you compile you should get this pdf as well.

Regards BB

\version "2.19.2"
   allFourthsA =\stringTuning <  a, d g c' f'>
cmSevenA = { < g'\1 c,\2 g\3 dis\4 ais\5 > } % cd#ga#
\storePredefinedDiagram #default-fret-table \cmSevenA % cd#ga#
                        #allFourthsA
                        #"1-1; 1-1;o;o;2-2;" %
#(set-global-staff-size 27)
chordNames = \chordmode { c:m7 }
notes = { \cmSevenA \break  \bar "||" }
\score {
  <<
     \set Timing.defaultBarType = ""
     \new ChordNames {
      %\set chordChanges = ##t
      \chordNames }
    \new FretBoards {
      \set Staff.stringTunings = #allFourthsA
      \notes }
    \new TabStaff \relative c' {
      \set TabStaff.stringTunings = #allFourthsA
      \notes  }
  >>
  \layout {
  }
}

Attachment: Bug4.pdf
Description: Adobe PDF document


reply via email to

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