On Tue, 2017-10-31 at 21:39 +0000, NagyMusic wrote: > Thanks, Richard. Just a quick follow up question: how do you set a > path to the newer version of Lilypond, assuming that one has only one > version (2.19) installed, which Path to Lilypond is already set in the > Externals?
If you have the path set in Externals->LilyPond then it should find that version. If you have just "lilypond" in that field it will try the executable called "lilypond" in the path (which is contained in the environment variable $PATH). You can check which LilyPond version Denemo is seeing with this Scheme script > (d-GetLilyVersion) You can put this into the Scheme window and execute it there or you can use this from a terminal denemo -n -a "(disp \"\\n\\n\\nLilyPond Version is \\n\\n\" (d-GetLilyVersion))(d-Quit)" (assuming denemo is in your path) - this runs Denemo and displays the version string to the terminal. HTH Richard _______________________________________________ Denemo-devel mailing list Denemo-devel@gnu.org https://lists.gnu.org/mailman/listinfo/denemo-devel