print

print

Functions

WysiwygInfo * get_wysiwyg_info ()
void printall_cb ()
void printmovement_cb ()
void printpart_cb ()
void printselection_cb ()
void printexcerptpreview_cb ()
gchar * get_lily_version_string ()
void export_pdf ()
void export_png ()
void printpng_finished ()
gboolean create_thumbnail ()
gchar * large_thumbnail_name ()
gboolean stop_lilypond ()
void process_lilypond_errors ()
gchar * get_printfile_pathbasename ()
void create_pdf ()
void show_print_view ()

Types and Values

#define PRINTMARKER
#define GREATER
#define SAME
#define LESSER
#define GPID_NONE
#define INSTALLED_LILYPOND_VERSION
#define MANUAL
#define CONTINUOUS
enum background_state
enum WwStage
enum WwTask
enum WwGrob

Description

Functions

get_wysiwyg_info ()

WysiwygInfo *
get_wysiwyg_info ();

printall_cb ()

void
printall_cb (DenemoAction *action,
             DenemoScriptParam *param);

printmovement_cb ()

void
printmovement_cb (DenemoAction *action,
                  DenemoScriptParam *param);

printpart_cb ()

void
printpart_cb (DenemoAction *action,
              DenemoScriptParam *param);

printselection_cb ()

void
printselection_cb (DenemoAction *action,
                   DenemoScriptParam *param);

printexcerptpreview_cb ()

void
printexcerptpreview_cb (DenemoAction *action,
                        DenemoScriptParam *param);

get_lily_version_string ()

gchar *
get_lily_version_string (void);

export_pdf ()

void
export_pdf (gchar *filename,
            DenemoProject *gui);

export_png ()

void
export_png (gchar *filename,
            GChildWatchFunc finish,
            DenemoProject *gui);

printpng_finished ()

void
printpng_finished (GPid pid,
                   gint status,
                   GList *filelist);

create_thumbnail ()

gboolean
create_thumbnail (gboolean async,
                  gchar *thumbnail_path);

large_thumbnail_name ()

gchar *
large_thumbnail_name (gchar *filepath);

stop_lilypond ()

gboolean
stop_lilypond ();

process_lilypond_errors ()

void
process_lilypond_errors (gchar *filename);

get_printfile_pathbasename ()

gchar *
get_printfile_pathbasename (void);

create_pdf ()

void
create_pdf (gboolean part_only,
            gboolean all_movements);

show_print_view ()

void
show_print_view (DenemoAction *action,
                 DenemoScriptParam *param);

Types and Values

PRINTMARKER

#define PRINTMARKER (22)

GREATER

#define GREATER 2

SAME

#define SAME 1

LESSER

#define LESSER 0

GPID_NONE

#define GPID_NONE (-1)

INSTALLED_LILYPOND_VERSION

#define INSTALLED_LILYPOND_VERSION "2.18.0"       /* FIXME set via gub */

MANUAL

#define MANUAL _("Manual Updates")

CONTINUOUS

#define CONTINUOUS _("Continuous")

enum background_state

Members

STATE_NONE

   

STATE_OFF

   

STATE_ON

   

STATE_PAUSED

   

enum WwStage

Members

STAGE_NONE

   

Offsetting

   

Selecting

   

TargetEstablished

   

SelectingNearEnd

   

SelectingFarEnd

   

DraggingNearEnd

   

DraggingFarEnd

   

WaitingForDrag

   

SelectingReference

   

WaitingForCurveDrag

   

SelectingPoint

   

Dragging1

   

Dragging2

   

Dragging3

   

Dragging4

   

TypesetForPlaybackView

   

enum WwTask

Members

TASK_NONE

   

Positions

   

Padding

   

Offset

   

Shape

   

enum WwGrob

Members

OBJ_NONE

   

Beam

   

Slur

   

Tie

   

Articulation

   

BassFigure