On Wed, 11 Jul 2001, Han-Wen Nienhuys wrote:
> I don't understand. Lily shifts texts away from notes, so you
> shouldn't get any collisions. Can you post a .ly snippet?
This is perhaps a similar problem to what I get (an unanswered previous
post), with chord names colliding... I've included a snippet below, which
causes the chord names d/f# and g to collide using lilypond 1.4.2.
Dave.
---------------[ snip ]------------------
\version "1.4.0"
\include "english.ly"
\include "script.ly"
melody = \notes \relative c'' {
b4 b8 a b4. c8 ~ | c2 ~ c4. e,8 |
}
chordsOne = \chords {
g4. d8/+fs g4. c1/+e a4.:min g4/+b c
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\score {
<
\context ChordNames \chords \chordsOne
\context Staff \notes {
\time 4/4
\clef treble
\key g\major
\melody
}
>
\paper { }
}
---------------[ snip ]------------------
_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss