On 10-jun-07, at 19:25, Mats Bengtsson wrote:
What you want to use is \chordmode in your definitions of akstrofe
and akrefrein but \new ChordNames in your definition of akkoorden.
Please read the sections on chord names in the main manual for more
information.
That did it. I knew it had to be me :-)
Cheers,
Peter.
I'm trying to `save' snippets of chords in variables, like I do
with plain notes, and then combine them in score. The problem I
have is that each separate part of chords appears on a new line,
as shown in the attached picture.
(Mac OSX 10.3.9, Lilypond 2.11.25-1 on powerpc)
%>>>>>> start here
akstrofe = \chords {
b2:m a4 b4:m |
...
}
akrefrein = \chords {
e2:m a4:m e:m |
...
}
akkoorden = \chords {
\akstrofe
\akrefrein
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user