denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] Lilypond 2.12 command line change for excerpt


From: Jeremiah Benham
Subject: [Denemo-devel] Lilypond 2.12 command line change for excerpt
Date: Mon, 16 Feb 2009 08:31:33 -0600

The command line arguments have changed for Lilypond 2.12. I don't know
if should do something lile:

if (lilypond_version > 2.12)
gchar *png[] = {
    Denemo.prefs.lilypath->str,
    "--png",
    "-dbackend=eps",
    resolution,
    "-o",
    filename,
    lilyfile,
    NULL
  };
}
else {

$OLD_ARGUMENTS

}

Then users would set the version number in Paper Setup?

Jeremiah






reply via email to

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