exportlilypond

exportlilypond

Functions

Types and Values

#define TAB

Description

Functions

create_lilywindow ()

void
create_lilywindow (void);

exportlilypond ()

void
exportlilypond (gchar *thefilename,
                DenemoProject *gui,
                gboolean all_movements);

export_lilypond_parts ()

void
export_lilypond_parts (char *filename,
                       DenemoProject *gui);

export_lilypond_part ()

void
export_lilypond_part (char *filename,
                      DenemoProject *gui,
                      gboolean all_movements);

generate_lilypond_part ()

void
generate_lilypond_part (void);

make_scoreblock_editable ()

void
make_scoreblock_editable (void);

generate_lily ()

gchar *
generate_lily (objnode *obj);

refresh_lily_cb ()

void
refresh_lily_cb (DenemoAction *action,
                 DenemoProject *gui);

force_lily_refresh ()

void
force_lily_refresh (DenemoProject *gui);

toggle_lily_visible_cb ()

void
toggle_lily_visible_cb (DenemoAction *action,
                        gpointer param);

custom_lily_cb ()

void
custom_lily_cb (DenemoAction *action,
                gpointer param);

delete_lily_cb ()

void
delete_lily_cb (DenemoAction *action,
                gpointer param);

set_lily_error ()

void
set_lily_error (gint line,
                gint column);

highlight_lily_error ()

void
highlight_lily_error ();

goto_lilypond_position ()

gboolean
goto_lilypond_position (gint line,
                        gint column);

set_initiate_scoreblock ()

void
set_initiate_scoreblock (DenemoMovement *si,
                         GString *scoreblock);

get_lilypond_for_clef ()

gchar *
get_lilypond_for_clef (clef *theclef);

get_lilypond_for_keysig ()

gchar *
get_lilypond_for_keysig (struct keysig *key);

get_lilypond_for_timesig ()

gchar *
get_lilypond_for_timesig (timesig *time);

get_lilypond_paper ()

gchar *
get_lilypond_paper (void);

get_prevailing_clef_as_lilypond ()

const gchar *
get_prevailing_clef_as_lilypond (void);

get_prevailing_keysig_as_lilypond ()

const gchar *
get_prevailing_keysig_as_lilypond (void);

get_prevailing_timesig_as_lilypond ()

const gchar *
get_prevailing_timesig_as_lilypond (void);

set_voice_termination ()

void
set_voice_termination (GString *str,
                       DenemoStaff *curstaffstruct);

set_staff_termination ()

void
set_staff_termination (GString *str,
                       DenemoStaff *curstaffstruct);

set_voice_definition ()

void
set_voice_definition (GString *str,
                      DenemoStaff *curstaffstruct,
                      gchar *denemo_name);

set_staff_definition ()

void
set_staff_definition (GString *str,
                      DenemoStaff *curstaffstruct);

Types and Values

TAB

#define TAB "        "