Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/share/scoreglyphs/feta-original/
H A Dparmesan-custodes.mf271 save ht, wd, u_offs, l_offs, stem_size, stem_end;
290 stem_end# = direction * stem_size# * staff_space#;
293 define_pixels (u_offs, l_offs, stem_end, ht, wd, pen_ht);
314 top y5 = stem_end;
319 bot y5 = stem_end;
326 -l_offs# + 0.5 pen_ht#, stem_end#);
329 -stem_end#, +l_offs# + 0.5 pen_ht#);
/dports/print/lilypond/lilypond-2.22.1/mf/
H A Dparmesan-custodes.mf281 save ht, wd, u_offs, l_offs, stem_size, stem_end;
300 stem_end# = direction * stem_size# * staff_space#;
303 define_pixels (u_offs, l_offs, stem_end, ht, wd, pen_ht);
324 top y5 = stem_end;
328 bot y5 = stem_end;
333 set_char_box (0, wd#, -l_offs# + 0.5 pen_ht#, stem_end#);
335 set_char_box (0, wd#, -stem_end#, +l_offs# + 0.5 pen_ht#);
/dports/print/lilypond-devel/lilypond-2.23.5/mf/
H A Dparmesan-custodes.mf281 save ht, wd, u_offs, l_offs, stem_size, stem_end;
300 stem_end# = direction * stem_size# * staff_space#;
303 define_pixels (u_offs, l_offs, stem_end, ht, wd, pen_ht);
324 top y5 = stem_end;
328 bot y5 = stem_end;
333 set_char_box (0, wd#, -l_offs# + 0.5 pen_ht#, stem_end#);
335 set_char_box (0, wd#, -stem_end#, +l_offs# + 0.5 pen_ht#);
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dbeam.cc1027 Beam_stem_end stem_end; in calc_stem_y() local
1058 stem_end.stem_y_ = stem_y + id; in calc_stem_y()
1063 stem_end.french_beaming_stem_adjustment_ = french_count * beam_translation in calc_stem_y()
1066 return stem_end; in calc_stem_y()
1130 Beam_stem_end stem_end = calc_stem_y (me, s, common, in set_stem_lengths() local
1133 Real stem_y = stem_end.stem_y_; in set_stem_lengths()
1134 Real fb_stem_adjustment = stem_end.french_beaming_stem_adjustment_; in set_stem_lengths()
H A Dstem.cc500 Real stem_end = dir ? hp[dir] + dir * length : 0; in internal_calc_stem_end_position() local
504 if (!no_extend && dir * stem_end < 0) in internal_calc_stem_end_position()
505 stem_end = 0.0; in internal_calc_stem_end_position()
507 return stem_end; in internal_calc_stem_end_position()
H A Dbeam-quanting.cc290 Beam_stem_end stem_end in init_instance_variables() local
294 Real y = stem_end.stem_y_; in init_instance_variables()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dbeam.cc1031 Beam_stem_end stem_end; in calc_stem_y() local
1062 stem_end.stem_y_ = stem_y + id; in calc_stem_y()
1067 stem_end.french_beaming_stem_adjustment_ = french_count * beam_translation in calc_stem_y()
1070 return stem_end; in calc_stem_y()
1130 Beam_stem_end stem_end = calc_stem_y (me, s, common, in set_stem_lengths() local
1133 Real stem_y = stem_end.stem_y_; in set_stem_lengths()
1134 Real fb_stem_adjustment = stem_end.french_beaming_stem_adjustment_; in set_stem_lengths()
H A Dstem.cc498 Real stem_end = dir ? hp[dir] + dir * length : 0; in internal_calc_stem_end_position() local
502 if (!no_extend && dir * stem_end < 0) in internal_calc_stem_end_position()
503 stem_end = 0.0; in internal_calc_stem_end_position()
505 return stem_end; in internal_calc_stem_end_position()
H A Dbeam-quanting.cc296 Beam_stem_end stem_end in init_instance_variables() local
300 Real y = stem_end.stem_y_; in init_instance_variables()