First of all, I recommend you to upgrade to the latest stable version,
just run the setup.exe and it will automatically upgrade the packages
where newer versions are available. Then, read in the manual on how
to use convert-ly to update your input files to the syntax changes.

Unfortunately, the bug you describe has survived even to the latest
development version, so I send a copy to the bug-lilypond mailing
list as well.

One workaround, is to manually move the dotted note to the right
using
{\once \property Voice.NoteColumn \override #'force-hshift = #1.5
   f4. f8}
(I hope \once was introduced in version 1.8).

   /Mats

David Boothe wrote:
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

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ bug-lilypond mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to