summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard Shann <rshann@debianrts.home>2011-02-11 08:56:28 +0000
committerRichard Shann <rshann@debianrts.home>2011-02-11 08:56:28 +0000
commitafa5fa69ec20cb8d2c72324b8769e67e34d110fe (patch)
tree7ddbfb539b5824d2853c81804f8920e7a273f973 /src
parent707982cb68e0b2acd9bb410fc28e2ce960236848 (diff)
Avoid convert-ly error in print preview
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 3d9f2f00..b2a572fa 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1029,7 +1029,7 @@ void refresh_print_view (gboolean preview_only) {
g_remove (path);
gui->si->markstaffnum=0;//remove selection, as exportlilypond respects it - FIXME??
exportlilypond (lilyfile, gui, TRUE);
- convert_ly(lilyfile);
+ // gives an error ??? convert_ly(lilyfile);
gchar *printfile = g_strconcat (filename, "_", NULL);
gchar *resolution = "-dresolution=180";