Home
last modified time | relevance | path

Searched refs:fakechords_name (Results 1 – 1 of 1) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dexportlilypond.c1844 GString *fakechords_name = g_string_new (movement); in outputStaff() local
1847 g_string_prepend (fakechords_name, "Chord symbols for "); in outputStaff()
1848 g_string_append_printf (fakechords_name, " Voice %d", voice_count); in outputStaff()
1849 insert_music_section (gui, fakechords_name->str); in outputStaff()
2113 …ark (Denemo.textbuffer, &iter, gtk_text_buffer_get_mark (Denemo.textbuffer, fakechords_name->str)); in outputStaff()
2124 g_string_free (fakechords_name, TRUE); in outputStaff()