On Sun, 2012-01-08 at 09:43 -0600, Jeremiah Benham wrote: > A few things are now broken when I modified print.c. Some of them are print > excerpt, print from lilypond window, print selection, and print part. How do > I get the typeset window to display an specified pdf. Is there a function for > this somewhere or dhould there be one created?
Hmm, this is bad news. Apart from print png which has to stay as a separate external viewer program (evince does not load pngs) all the other sorts of print involve some sort of specification about what is to be typeset; this specification is not stored anywhere - it is used to generate the data in the LilyPond window and then forgotten. What will be good is to store this specification (essentially the arguments to the call to export_lilypond() and then re-use them when the evince widget needs refreshing. This will have the added advantage that the user can select the passage being worked on and print just that and then have it refresh as it is modified. However, this is a fair amount of work, so I think it should wait for our 1.0 release. If you agree can you revert the changes you did? Perhaps the current PrintPreview command could simply show the print view window - that is, do the same thing as View->Typeset Music. I have just tried this out and it will work ok I think - I will keep the code and commit it if you revert your changes. Sorry not to have foreseen the problems you would run into when I suggested that. Richard > Jeremiah > > Sent from my Samsung smartphone on AT&T > > Richard Shann <[email protected]> wrote: > > >On Fri, 2012-01-06 at 10:18 -0600, Jeremiah Benham wrote: > >> > other things???? > >One other thing was the denemo xml version, which needed to be advanced > >because the new file format cannot be loaded by older versions of > >denemo. I have also changed the xml namespace url to point to denemo.org > >as it was pointing to sourceforge. I presume this has no impact as there > >wasn't and isn't anything at the url used. > > > >Richard > > > > _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
