Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3791 by [email protected]: b:7 chord in predefined-guitar-fretboards.ly
http://code.google.com/p/lilypond/issues/detail?id=3791

Federico Bruni wrote :
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 }



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to