Hi, I have no idea whether or not the following result is user error or
a misfeature.  When typesetting the following, in the transposed variant
some chord diagrams are pretty, some chord diagrams are absurd.  Is this
supposed to actually work?  If not, what is?

Oh, and another thing: switching the order of includes causes errors.
Again: is this intended behavior (meaning that language includes should
come last)?

\include "predefined-guitar-fretboards.ly"
\include "deutsch.ly"
textlyrics = \lyricmode {
       I've been a wild ro- ver for ma- ny a year,
       and I spent all my mo- ney on whi- skey and beer }
mychords = \chordmode {
       s4 c2. s s f c g g:7 c2 }
notes = \relative c' {
      g4 | c4. d8 c4 | a g e' | e d e | f2 e8 f |
      g4 e g | f d h | g e'4. d8 | c2 \bar "|." }
fullscore = {
       <<    \new ChordNames { \time 3/4 
             \partial 4 \mychords }
             \new FretBoards { \mychords }
              \new Voice { \notes }
              \addlyrics { \textlyrics }
       >>
}
\score {
       \fullscore
}
\score {
       \transpose c g { \fullscore }
}

-- 
David Kastrup



_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to