I've looked in the docs, the mail-list archive and "Tips &
Tricks" on how to get around this problem, but to no avail.
 Maybe I've just missed it.

The example below produces a collision between the dot on
the 'f' and the note head of the 'e.'  In fact, the 'e'
almost completely hides the dot.

\dotsUp does not seem to have any affect.

Any suggestions?

I am using 1.8.1 under cygwin.

Thanks in advance.

-David.

======

\header {
   tagline = "Dotted note h-spacing problem in LilyPond"
}

\version "1.8.1"

% Using different output sizes makes no difference.
\include "paper20.ly"

\score {
   \notes {
         \context Staff = sample \relative f' {
            \clef treble
            \key f \major
            \time 2/4
               < {f4. f8} \\ {e4 d} >
            \bar "|"
         }
   }

   \paper { 
      orientation = portrait
      pagenumber = no
   }
}

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to