Home
last modified time | relevance | path

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

/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dpitch.cc194 Pitch up_pitch (p); in to_relative_octave() local
197 up_pitch.alteration_ = alteration_; in to_relative_octave()
201 up_pitch.up_to (notename_); in to_relative_octave()
205 if (abs (up_pitch.steps () - h) < abs (down_pitch.steps () - h)) in to_relative_octave()
206 n = up_pitch; in to_relative_octave()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dpitch.cc193 Pitch up_pitch (p); in to_relative_octave() local
196 up_pitch.alteration_ = alteration_; in to_relative_octave()
200 up_pitch.up_to (notename_); in to_relative_octave()
204 if (abs (up_pitch.steps () - h) < abs (down_pitch.steps () - h)) in to_relative_octave()
205 n = up_pitch; in to_relative_octave()