bug-lilypond
[Top][All Lists]
Advanced

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

Re: Big black square at end of line (using linewidth of -1)


From: Mats Bengtsson
Subject: Re: Big black square at end of line (using linewidth of -1)
Date: Fri, 14 Mar 2003 13:02:38 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130

I guess you did:
lilypond bigblackbar.ly
tex bigblackbar.tex

Plain TeX uses these black bars to indicate output lines that are
too long. The problem is that you ask Lilypond to produce a single
line, even though it will be too long compared to the line width
of the document.

If you just want to get rid of the black bar, run
latex bigblackbar.tex instead of tex or (preferably) use
ly2dvi biblackbar.ly

However, you should get rid of the underlying problem, namely
that the line is too long. If you don't want a smaller font,
try to at least set the necessary line width for the full
document:
\score{
  ...
  \paper{linewidth=19.0\cm} % Or whatever is necessary
}
this information will be transfered to the LaTeX wrapper document
if you use ly2dvi. Alternatively let Lilypond break the music into
several lines.

If you want PNG output for inclusion on a WWW page, I recommend
to use lilypond-book, which automates the task of mixing HTML
(or LaTeX or TeXinfo) with musical examples.

   /Mats


Erik Corry wrote:
Hi,

Does this ring a bell?

http://www.arbat.com/erik/bigblackbar.png

I'm using:

lilypond-1.6.6-1
tetex-1.0.7-57.1
ghostscript-6.52-9.4

On a Red Hat 8.0-ish system.

If it helps, I put the intermediate files there too:

http://www.arbat.com/erik/bigblackbar.ly
http://www.arbat.com/erik/bigblackbar.tex
http://www.arbat.com/erik/bigblackbar.ps

Thanks,


--
=============================================
        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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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