Is it possible, using \type ChordNames to have a chord change in the
middle of a bar?  For example in the file:

\score{ 
        <\type ChordNames{
                \chords
                {c1 d-min}
        }
        \type Staff {
        \notes{
        \time 4/4;
        c'4 e' g' c'' f''' d''' a'' d''}
        }>
        \paper {linewidth = -1.0;}
}

There will be two bars one with "C" on top and the other with "Dm" on
top.  If I add another chord name, I will create an empty bar.
Suppose I want, say "C" and "G" over the first bar and "Dm" over the
second (how) can I do it?



By the way (Using version 1.1.38)  I get a message from ly2dvi saying
it is ignoring the linewidth -1.00000; but it does the right thing
anyway.

        Thanks,

                Murray

Reply via email to