bug-lilypond
[Top][All Lists]
Advanced

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

Issue 763 in lilypond: predefined FretBoards do not work well when tran


From: codesite-noreply
Subject: Issue 763 in lilypond: predefined FretBoards do not work well when transposed
Date: Sun, 08 Mar 2009 18:12:27 +0000

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




reply via email to

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