Skip to content

Commit

Permalink
update info
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstrema committed Sep 13, 2020
1 parent 44119dd commit db9a1d4
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 85 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"cSpell.words": [
"Londeix",
"Saxy"
]
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018, Florian Kretlow, with Reserved Font Name "Figurato".
Copyright (c) 2020, Remi Marche, with Reserved Font Name "Saxy".

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
Expand Down
8 changes: 6 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Saxy

![Preview of Saxy](Saxy.png?raw=true)
![Preview of Saxy](demo_Saxy.png?raw=true)

Saxy is a font for music notation of Saxophone fingerings (tablatures).

Expand All @@ -19,8 +19,12 @@ Some programs - like Microsoft Word - may require you to explicitly enable OpenT

[Changelog](docs/changelog.md)

## Things and Thongs using this font

The Musescore Plugin [saxophone-fingerings](https://github.com/Marr11317/saxophone-fingerings) uses this font.

## Contributing

Contributions are welcome. See [docs/contributing.md](docs/contributing.md) to get started.

*UnaCorda is licensed under the SIL Open Font License. That means that it is free to use. However, developing fonts takes considerable time and effort, so if you regularly earn money with this font (by using it for commercial work or by selling a derivative of it on its own or as part of a larger work or collection), please consider supporting me with a donation [via paypal.](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=S2ZCFC2QSQVQ4&source=url)*
*Saxy is licensed under the SIL Open Font License. That means that it is free to use. However, developing fonts takes considerable time and effort, so if you regularly earn money with this font (by using it for commercial work or by selling a derivative of it on its own or as part of a larger work or collection), please consider supporting me with a donation [via paypal.](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=S2ZCFC2QSQVQ4&source=url)*
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed demo.png
Binary file not shown.
Binary file added demo_Saxy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 3 additions & 7 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
## UnaCorda

[UnaCorda](../README.md) > Changelog

#### Changelog
# Changelog

- Latest (0.0.1)
- Initial release.
- Initial release.

[Back to the top](changelog.md#UnaCorda)
[Back to the top](changelog.md#Saxy)
71 changes: 10 additions & 61 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,64 +3,13 @@
The tablature system used in this font has been based upon that outlined
by Jean-Marie Londeix in his book, "HELLO! Mr. SAX".

The symbols and keys used on the tablature will automatically place
themselves in the correct place if they are entered as one 'unit', e.g.

"`vTj" will give:

8va
o
o
o
---
Ta o
o
o


Basic Keys:
^^^^^^^^^^^
Press ` (i.e. the key with the ~) to get the blank tablature, then press
the numbers to 'fill in' the holes.

o <- 1
o <- 2
o <- 3
---
o <- 4
o <- 5
o <- 6

Press shift+number to get 1/2 holes.

Press option+number (Macintosh only) to get shaded holes (/).

Other Keys:
^^^^^^^^^^^
v or 8 = 8va
x = front key
P or p = P
. = . between holes 1 & 2

b = B to the right of the tablature
B = Bb to the right of the tablature
G = G# to the right of the tablature
C = C# to the right of the tablature

D = D# below the tablature
E = Eb below the tablature
c = C below the tablature
+ = D#+C below the tablature

T = T
j = a (as in Ta)
k = c (as in Tc)
l = f (as in Tf)

A = A to the left of the tablature

q = C1
w = C2
e = C3
r = C4
t = C5
Each character maps to a specific key:

s (stands for sax) : The full empty graph
1, 2, 3, 4, 5, 6, 7 : The center keys, 7 being the low C
8, 9, 0 : 8va, low A, thumb catch
x, p, d : X, P, Eb/D#
f, c, a : Tf, Tc, Ta
q, w, e, r, t : C1, C2, C3, C4, C5
g, b, v, h : G#, low B, C#, low Bb
"-" (hyphen) : The middle line
14 changes: 0 additions & 14 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@
import math as math

# list of characters to use
# svg_map = [
# "space", "exclam", "numbersign", "dollar", "percent",
# "ampersand", "parenleft", "asterisk", "plus", "hyphen",
# "period", "slash", "one", "two", "three",
# "four", "five", "six", "eight", "at",
# "A", "B", "C", "D", "E",
# "G", "P", "T", "X", "asciicircum",
# "grave", "b", "c", "e", "f",
# "g", "j", "k", "l", "p",
# "q", "r", "t", "v", "w",
# "x", "nonbreakingspace", "exclamdown", "cent", "sterling",
# "section", "ordmasculine", "atilde", "aring", "ccedilla",
# "quotesinglbase", "trademark", "infinity",
# ]
svg_map = [
"s", # the full empty graph
"one", "two", "three", "four", "five", "six", "seven",
Expand Down

0 comments on commit db9a1d4

Please sign in to comment.