UTAU.Tests/NotationTests.cs | 42 ++++++++++++++++++
UTAU.Tests/NoteEditorMeasuredLayoutTests.cs | 33 ++++++++++++--
UTAU.Tests/PhonemizerTests.cs | 68 +++++++++++++++++++++++++++++
UTAU.Tests/RenderMessageDisplayTests.cs | 60 +++++++++++++++++++++++++
UTAU.Tests/RenderTests.cs | 10 +++++
UTAU/Phonemes/AliasResolver.cs | 6 +++
UTAU/Phonemes/KanaRomanization.cs | 27 +++++++++++-
UTAU/UTAU.csproj | 2 +-
UTAU/UTAUVoicePronounce.cs | 8 ++++
UTAU/UTAUVoiceSpeaker.cs | 11 ++---
UTAU/ViewModels/NoteEditorViewModel.cs | 8 ++++
UTAU/Views/NoteEditor.xaml | 8 +++-
UTAU/Views/NoteEditor.xaml.cs | 6 ++-
13 files changed, 275 insertions(+), 14 deletions(-)