Laura writes: | >>>>> "Alberto" == Alberto Manuel Brand�o Sim�es <[EMAIL PROTECTED]> |writes: | Alberto> Is there any tool to convert abc document into an image? I was using | Alberto> abcm2ps, but when music is too big, it generates two images. | | I struggled with this when I was doing the Morley canzonets for two | voices. I ended up doing the page breaking by hand. Currently I use | abc2ly and let TeX do the page breaking. If what you really want is | one image larger than your pagesize, I think you can use %% commands | to tell abcm2ps that you have a very long page.
Yeah. Try this: %%pageheight 60cm Let us know whether abcm2ps handles it correctly. I've never used a page this tall, but I have used nonstandard page sizes, and the original abc2ps did a fine job with them. This is something that isn't part of abc it self, of course, because it has nothing to do with the musical information. Note that you can also vary the "font size" of the music with the scaling factor. You can use -s 0.50 on the command line, or put %%scale 0.55 in the abc. You can get really tiny, unreadable music this way. To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html
