From 255c8b724e036d9d38e1dab4540974d11fc00bfa Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 3 Nov 2020 22:30:20 -0500 Subject: Pitch accents preview (#987) * Add public preparePitchAccents function to DisplayGenerator * Add pitch accents preview HTML, CSS, and JS --- ext/bg/pitch-accents-preview.html | 63 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 ext/bg/pitch-accents-preview.html (limited to 'ext/bg/pitch-accents-preview.html') diff --git a/ext/bg/pitch-accents-preview.html b/ext/bg/pitch-accents-preview.html new file mode 100644 index 00000000..bc6d44ae --- /dev/null +++ b/ext/bg/pitch-accents-preview.html @@ -0,0 +1,63 @@ + + + + + + Yomichan Pitch Accents Preview + + + + + + + + + + + + +
+ +
    +
  • + Downstep notation - + + + +
  • +
  • + Downstep position - + + 1 + +
  • +
  • + Graph - + + + + + + + + + + + +
  • +
+ +
+ + + + + + + + + + + + + -- cgit v1.2.3