Re: Staff lines missing when print
Reply #5 –
Perhaps not. Printed output is not "interpolated" from the screen. No one would be satisfied with upscaling 96 or 120 dpi (common screen resolutions) to modern printer resolutions.
NWC2 (and the viewer) produce Encapsulated MetaFile output through calls to Windows system functions. The driver, screen or printer, maps the EMF coordinates into its own space. This is inexact and can lead to dropouts. PDF drivers have been around for a long time and have solved most of these problems. New drivers take time to get the bugs out.
The 72/300 scaling problem has nothing to do with the screen. It has to do with the translation of points (1/72 inch) to the output device's resolution. Most printers use a multiple of 300dpi which introduce rounding errors. Canon printers use a multiple of 360dpi which is exact (1 point = 5 dots). This often results in a different number of measures in a system when changing printer resolutions. Designing a song in NWC2 that will have the same layout on a variety of printers is a daunting challenge. This is one reason that I have requested that NWC2 have a "ragged right" option so that one can see if a system is pushing the limit of the print width.
A special problem exists for ink-jet printers: clogged jets. They happen, and can wipe out an entire staff line. One clogged jet will make a staff line look different than others. I suspect that many of the problems reported in this forum are due to clogged jets, yet the poster seldom specifies the printer in his post. I doubt that the droput problem even exists with mature drivers on laser printers.