Skip to content

Commit 4ada6d9

Browse files
authored
Merge pull request #3 from prko/topic/reflect_Set_remove_breaking_change_in_3.14.0
Fix typos in SPN.schelp
2 parents 5d426d6 + 955d958 commit 4ada6d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

HelpSource/Classes/SPN.schelp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DESCRIPTION::
77
This is an implementation of emphasis::Scientific Pitch Notation:: (SPN).
88
For the name system used in LilyPond (N.B.: the octave number follows the SPN.) and the musician-friendly naming convention, quarter tones are supported. For its own style \ez, sixteenth tones are supported.
99

10-
In scientific pitch notation, middle A at teletype::440 Hz:: is defined as teletype::A4::. It is identical to the teletype::middle A:: at teletype::440 Hz:: of teletype::A4:: on Roland instruments, but 1 octave higher than the teletype::middle A:: at teletype::440 Hz:: of teletype::A3:: on Yahaha instruments. A4 in scientific notation is identical to teletype::A1:: or teletype::A':: in emphasis::Helmholtz Pitch Notation::.
10+
In scientific pitch notation, middle A at teletype::440 Hz:: is defined as teletype::A4::. It is identical to the teletype::middle A:: at teletype::440 Hz:: of teletype::A4:: on Roland instruments, but 1 octave higher than the teletype::middle A:: at teletype::440 Hz:: of teletype::A3:: on Yamaha instruments. A4 in scientific notation is identical to teletype::A1:: or teletype::A':: in emphasis::Helmholtz Pitch Notation::.
1111

1212
table::
1313
##strong::References:::
@@ -2382,8 +2382,8 @@ note::
23822382
Using the following shorcut is recommended:
23832383
code::
23842384
\a4.all // -> ( 'midi': 69.0, 'cps': 440.0 )
2385-
\a4.cps // -> 261.6255653006
2386-
\a4.midi // -> 60.0
2385+
\a4.cps // -> 440.0
2386+
\a4.midi // -> 69.0
23872387
::
23882388
::
23892389

0 commit comments

Comments
 (0)