gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: [Newbie]postioning text


From: David Symonds
Subject: Re: [Newbie]postioning text
Date: Thu, 12 Jul 2001 17:14:40 +1000 (EST)

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 ]------------------




reply via email to

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