Home
last modified time | relevance | path

Searched refs:GERMAN_PURE (Results 1 – 3 of 3) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dpitchspelling.cpp253 else if (noteSpelling == NoteSpellingType::GERMAN_PURE) { in tpc2name()
268 else if (noteSpelling == NoteSpellingType::GERMAN_PURE) { in tpc2name()
282 else if (noteSpelling == NoteSpellingType::GERMAN_PURE) in tpc2name()
292 acc = (noteSpelling == NoteSpellingType::GERMAN_PURE) ? "is" : "#"; in tpc2name()
298 acc = (noteSpelling == NoteSpellingType::GERMAN_PURE) ? "isis" : "##"; in tpc2name()
304 acc = (noteSpelling == NoteSpellingType::GERMAN_PURE) ? "isisis" : "###"; in tpc2name()
323 case NoteSpellingType::GERMAN_PURE: in tpc2name()
327 if (noteSpelling == NoteSpellingType::GERMAN_PURE) in tpc2name()
H A Dpitchspelling.h70 enum class NoteSpellingType : char { STANDARD = 0, GERMAN, GERMAN_PURE, SOLFEGGIO, FRENCH }; enumerator
H A Dharmony.cpp438 rootSpelling = NoteSpellingType::GERMAN_PURE; in determineRootBaseSpelling()
541 case NoteSpellingType::GERMAN_PURE: in convertNote()