bug-lilypond
[Top][All Lists]
Advanced

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

b:7 chord in predefined-guitar-fretboards.ly


From: Federico Bruni
Subject: b:7 chord in predefined-guitar-fretboards.ly
Date: Sun, 22 Dec 2013 11:48:40 +0100

I think that a user would expect to see the most commonly used chords, i.e.
the chords in first position (without barré).
Shouldn't the b:7 be written explicitly instead of deriving it from the
bes:7 shape?

\version "2.17.97"

\storePredefinedDiagram #default-fret-table
                        \chordmode { b:7 }
                        #guitar-tuning
                        #"x;2-2;1-1;2-3;o;2-4;"

myChords = \chordmode {
  b:7
}

<<
  \new ChordNames { \myChords }
  \new FretBoards { \myChords }
>>


reply via email to

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