Skip to content

Commit f5f9d6b

Browse files
committed
staves:0.1.0
1 parent 2868ee2 commit f5f9d6b

File tree

20 files changed

+2230
-0
lines changed

20 files changed

+2230
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= MIT License
2+
3+
Copyright 2025 Matthew Davis
4+
5+
https://opensource.org/license/mit
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
8+
9+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10+
11+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Symbol SVGs
2+
3+
This folder contains SVGs of clefs, sharps/flats, and note heads.
4+
Sharps and flats are available as unicode characters, but they render a bit strangely when blown up. By using SVGs, this means the output of this library will be robust to changes in font size, typeface etc.
5+
6+
These files came from Wikipedia. They are all in the public domain. The license for this package does not apply to these files. For some I edited them to delete the stave lines.
7+
8+
Alto: https://commons.wikimedia.org/wiki/File:Alto_clef.svg
9+
10+
Bass: https://commons.wikimedia.org/wiki/File:Bass_clef.svg
11+
12+
Treble: https://en.wikipedia.org/wiki/File:GClef.svg
13+
14+
Flat: https://commons.wikimedia.org/wiki/File:Flat.svg
15+
16+
Sharp: https://commons.wikimedia.org/wiki/File:Sharp.svg
17+
18+
Double Sharp (X): https://commons.wikimedia.org/wiki/File:Llpd%2B2.svg
19+
20+
Natural: https://commons.wikimedia.org/wiki/File:%D0%97%D0%BE%D1%80%D1%8F._%D0%9D%D0%BE%D1%82%D0%B8._1894._08._185._4.svg
21+
22+
Quarter note: https://commons.wikimedia.org/wiki/File:Treblea4.svg
23+
24+
Whole note: https://commons.wikimedia.org/wiki/File:Whole_note.svg
Lines changed: 55 additions & 0 deletions
Loading
Lines changed: 24 additions & 0 deletions
Loading
Lines changed: 67 additions & 0 deletions
Loading
Lines changed: 26 additions & 0 deletions
Loading
Lines changed: 33 additions & 0 deletions
Loading
Lines changed: 63 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)