Home
last modified time | relevance | path

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

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Drest.cc167 Rest::glyph_name (Grob *me, int durlog, const string &style, bool try_ledgers, in glyph_name() argument
171 if (try_ledgers && (durlog == -1 || durlog == 0 || durlog == 1)) in glyph_name()
180 if (-1 <= durlog && durlog <= 1) in glyph_name()
182 && !(durlog == -1 in glyph_name()
203 if (durlog > 4) in glyph_name()
207 if (((style == "classical") || (style == "z")) && (durlog != 2)) in glyph_name()
224 return ("rests." + std::to_string (durlog) + (is_ledgered ? "o" : "") in glyph_name()
236 int durlog = scm_to_int (durlog_scm); in brew_internal_stencil() local
241 string font_char = glyph_name (me, durlog, style, ledgered, 0.0); in brew_internal_stencil()
246 if (durlog < 0) in brew_internal_stencil()
H A Dbeam-engraver.cc297 int durlog = stem_duration->duration_log (); in acknowledge_stem() local
298 if (durlog <= 2) in acknowledge_stem()
312 set_property (stem, "duration-log", to_scm (durlog)); in acknowledge_stem()
316 std::max (durlog - 2, 0), in acknowledge_stem()
H A Dauto-beam-engraver.cc356 const auto durlog = stem_duration->duration_log (); in handle_current_stem() local
358 if (durlog <= 2) in handle_current_stem()
394 durlog - 2, in handle_current_stem()
H A Dstem.cc429 int durlog = duration_log (me); in internal_calc_stem_end_position() local
435 length = 2 * scm_to_double (robust_list_ref (durlog - 2, s)); in internal_calc_stem_end_position()
485 if (durlog >= 3) in internal_calc_stem_end_position()
489 minlen += 2 * (durlog - 1.5) * beam_trans; in internal_calc_stem_end_position()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Drest.cc167 Rest::glyph_name (Grob *me, int durlog, const string &style, bool try_ledgers, in glyph_name() argument
171 if (try_ledgers && (durlog == -1 || durlog == 0 || durlog == 1)) in glyph_name()
180 if (-1 <= durlog && durlog <= 1) in glyph_name()
182 && !(durlog == -1 in glyph_name()
203 if (durlog > 4) in glyph_name()
207 if (((style == "classical") || (style == "z")) && (durlog != 2)) in glyph_name()
224 return ("rests." + std::to_string (durlog) + (is_ledgered ? "o" : "") in glyph_name()
236 int durlog = scm_to_int (durlog_scm); in brew_internal_stencil() local
241 string font_char = glyph_name (me, durlog, style, ledgered, 0.0); in brew_internal_stencil()
246 if (durlog < 0) in brew_internal_stencil()
H A Dbeam-engraver.cc297 int durlog = stem_duration->duration_log (); in acknowledge_stem() local
299 if (durlog <= 2) in acknowledge_stem()
313 set_property (stem, "duration-log", to_scm (durlog)); in acknowledge_stem()
316 std::max (durlog - 2, 0), in acknowledge_stem()
H A Dauto-beam-engraver.cc399 int durlog = unsmob<Duration> (get_property (ev, "duration"))->duration_log (); in acknowledge_stem() local
401 if (durlog <= 2) in acknowledge_stem()
438 durlog - 2, in acknowledge_stem()
H A Dstem.cc427 int durlog = duration_log (me); in internal_calc_stem_end_position() local
433 length = 2 * scm_to_double (robust_list_ref (durlog - 2, s)); in internal_calc_stem_end_position()
483 if (durlog >= 3) in internal_calc_stem_end_position()
487 minlen += 2 * (durlog - 1.5) * beam_trans; in internal_calc_stem_end_position()
/dports/print/lilypond/lilypond-2.22.1/lily/include/
H A Drest.hh32 static std::string glyph_name (Grob *, int durlog, const std::string &style, bool, Real);
/dports/print/lilypond-devel/lilypond-2.23.5/lily/include/
H A Drest.hh33 static std::string glyph_name (Grob *, int durlog, const std::string &style, bool, Real);
/dports/print/lilypond/lilypond-2.22.1/ly/
H A Dmusic-functions-init.ly1699 @code{durlog} of @var{arg} and @var{dots} to the @code{dots} of @var{arg}.")
/dports/print/lilypond-devel/lilypond-2.23.5/ly/
H A Dmusic-functions-init.ly1838 @code{durlog} of @var{arg} and @var{dots} to the @code{dots} of @var{arg}.")