Home
last modified time | relevance | path

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

/dports/print/abcm2ps/abcm2ps-8.13.23/
H A Dformat.c638 return SL_ABOVE; in get_posit()
975 val = SL_ABOVE; in set_voice_param()
986 val = SL_ABOVE; in set_voice_param()
994 val = SL_ABOVE; in set_voice_param()
H A Ddraw.c2027 case SL_ABOVE: s = 1; break; in draw_slur()
2621 dir = s1->stem > 0 ? SL_ABOVE : SL_BELOW; in draw_tuplet()
2687 if (dir == SL_ABOVE) { in draw_tuplet()
2716 if (dir == SL_ABOVE) { in draw_tuplet()
2755 dir = s1->multi >= 0 ? SL_ABOVE : SL_BELOW; in draw_tuplet()
2756 if (dir == SL_ABOVE) { in draw_tuplet()
4966 dir = s->stem < 0 ? SL_ABOVE : SL_BELOW; in set_tie_dir()
4991 dir = SL_ABOVE; in set_tie_dir()
4997 dir = SL_ABOVE; in set_tie_dir()
5012 dir = SL_ABOVE; in set_tie_dir()
[all …]
H A Dabcparse.c2162 slur += SL_ABOVE; in parse_line()
2224 tie_pos += SL_ABOVE; in parse_line()
2386 n += SL_ABOVE; in parse_note()
2427 s->u.note.notes[m].ti1 = SL_ABOVE; in parse_note()
H A Dparse.c4175 p_voice->posit.dyn = SL_ABOVE; in get_voice()
4176 p_voice->posit.vol = SL_ABOVE; in get_voice()
4185 p_voice->posit.voc = SL_ABOVE; in get_voice()
4193 p_voice->posit.gch = SL_ABOVE; in get_voice()
4201 p_voice->posit.std = SL_ABOVE; in get_voice()
4212 p_voice->posit.gsd = SL_ABOVE; in get_voice()
4380 case SL_ABOVE: s->stem = 1; break; in get_note()
4403 case SL_ABOVE: s->stem = 1; break; in get_note()
H A Dabcm2ps.h45 #define SL_ABOVE 0x01 macro
H A Ddeco.c293 case SL_ABOVE: in up_p()
304 return s->posit.voc != SL_ABOVE; in up_p()
689 case SL_ABOVE: in d_upstaff()
H A Dmusic.c484 s->u.note.notes[nhd].ti1 = SL_ABOVE | (type & ~SL_DOTTED); in do_combine()