Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giannisalinetti/music-training
https://github.com/giannisalinetti/music-training
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giannisalinetti/music-training
- Owner: giannisalinetti
- Created: 2022-09-30T11:17:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T11:27:23.000Z (about 2 years ago)
- Last Synced: 2024-10-28T06:49:38.051Z (about 2 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music Training
This repository contains private music training exercises and ideas. Its purpose is to keep track of my activities
and ideas.## Notation schema
This is my personal notation schema. I did not felt comfortable with ABC and just tried to develop mine.
The following is an INCOMPLETE schema that doesn't cover all the use cases.## Metrics
We use an `N:D` pattern, like the following examples:
```
4:4 = 4/4 metric
6:8 = 6/8 metric
```## Alterations
```
_ = flat
# = sharp
% = bequadro
__ = double flat
## = double sharp
```## Time notation
```
/2 = 1/2
/4 = 1/4
/8 = 1/8
/16 = 1/16
```
Odd groupings
```
/8[3] = 1/8 triplet
/8t = 1/8 triplet (short notation for triplets)
/8[5] = 1/8 quintuplet
/16[6] = sextuple
```## Pauses
```
^ = pause
```Pauses combine with time notation:
```
^/8 = 1/8 pause
```## Repetitions
```
|: :|
```## Guitar related notation
```
(s1) = first guitar string (E)
```## Example line
The following example is a line played on guitar with YAML format:
```
data: |
4:4;(s4)b2/8,(s3)#d3/8,#f3/8,#d3/8,%d3/8,(s4)c3/8,a2/8,#a2/8,b2/8
```