Home
last modified time | relevance | path

Searched refs:noteobject (Results 1 – 2 of 2) sorted by path

/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dutils.c1020 note2lilynotename (struct note *noteobject, GString * ret) in note2lilynotename() argument
1022 gint mid_c_offset = noteobject->mid_c_offset; in note2lilynotename()
1028 note2lilyaccidental (struct note *noteobject, GString * ret) in note2lilyaccidental() argument
1030 gint enshift = noteobject->enshift; in note2lilyaccidental()
1041 note2lilyoctave (struct note *noteobject, GString * ret) in note2lilyoctave() argument
1043 gint mid_c_offset = noteobject->mid_c_offset; in note2lilyoctave()
H A Dutils.h157 void note2lilynotename (struct note *noteobject, GString * ret);
158 void note2lilyaccidental (struct note *noteobject, GString * ret);
159 void note2lilyoctave (struct note *noteobject, GString * ret);