music
sander-wood commited on
Commit
5b90873
1 Parent(s): 7b42501

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -15,6 +15,18 @@ In the domain of symbolic music research, the progress of developing scalable sy
15
 
16
  We provide the codes of MelodyT5 on [GitHub](https://github.com/sanderwood/melodyt5).
17
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ## Installation
19
 
20
  To set up the MelodyT5 environment and install the necessary dependencies, follow these steps:
 
15
 
16
  We provide the codes of MelodyT5 on [GitHub](https://github.com/sanderwood/melodyt5).
17
 
18
+ ## ABC Notation
19
+
20
+ ABC notation is an ASCII-based plain text musical notation system that is commonly used for transcribing traditional music and sharing sheet music online. It provides a simple and concise way to represent musical elements such as notes, rhythms, chords, and more.
21
+
22
+ For those looking to interact with ABC notation in various ways, there are several tools available:
23
+
24
+ 1. **[Online ABC Player](https://abc.rectanglered.com/):** This web-based tool allows you to input ABC notation and hear the corresponding audio playback. By pasting your ABC code into the player, you can instantly listen to the tune as it would sound when played.
25
+
26
+ 2. **[ABC Sheet Music Editor - EasyABC](https://easyabc.sourceforge.net/):** EasyABC is a user-friendly software application designed for creating, editing, and formatting ABC notation. Its graphical interface enables you to input your ABC code, preview the sheet music, and make adjustments as necessary.
27
+
28
+ To learn more about ABC notaton, please see [ABC Examples](https://abcnotation.com/examples) and [ABC Strandard](https://abcnotation.com/wiki/abc:standard).
29
+
30
  ## Installation
31
 
32
  To set up the MelodyT5 environment and install the necessary dependencies, follow these steps: