Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium

New issue 763 by v.villenave: predefined FretBoards do not work well when transposed
http://code.google.com/p/lilypond/issues/detail?id=763

% In the following snippet, the first score looks OK but in the
% second one the fret diagrams are absurd.

\include "predefined-guitar-fretboards.ly"

mychords = \chordmode {
      c1 f c g g:7 c }
fullscore = {
      <<    \new ChordNames { \mychords }
            \new FretBoards { \mychords }
      >>
}
\score {
      \fullscore
}
\score {
      \transpose c g { \fullscore }
}

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to