@@ -2383,7 +2383,9 @@ <h3 id=voice-props-voice-range><span class=secno>10.4. </span>The ‘<a
23832383 <e3>
23842384 <e4>
23852385 <e5>
2386- ...
2386+ <e6>
2387+ ...
2388+ </e6>
23872389 </e5>
23882390 </e4>
23892391 </e3>
@@ -2399,26 +2401,37 @@ <h3 id=voice-props-voice-range><span class=secno>10.4. </span>The ‘<a
23992401 depends on the active voice) */
24002402
24012403e1 { voice-range: +25%; } /* the computed value is
2402- ['medium' + 0.25 times the frequency
2403- corresponding to 'medium'] */
2404-
2405- e2 { voice-range: inherit; /* this could be omitted,
2404+ ['medium' + 25%], which will resolve
2405+ to the frequency corresponding to 'medium'
2406+ plus 0.25 times the frequency
2407+ corresponding to 'medium' */
2408+
2409+ e2 { voice-range: +10Hz; } /* the computed value is
2410+ ['medium' + 25% + 10Hz], which will resolve
2411+ to the frequency corresponding to 'medium'
2412+ plus 0.25 times the frequency
2413+ corresponding to 'medium',
2414+ plus another 10 Hertz*/
2415+
2416+ e3 { voice-range: inherit; /* this could be omitted,
24062417 but we explicitly specify it for clarity purposes */
24072418
24082419 voice-family: "another-voice"; } /* the computed value is the same as
2409- for "e1 ", but here the voice is different,
2420+ for "e2 ", but here the voice is different,
24102421 so once calculated, the used absolute frequency
24112422 may be completely different
24122423 due to voice-dependent discrepancies */
24132424
2414- e3 { voice-range: 200Hz absolute; } /* override with an absolute frequency
2425+ e4 { voice-range: 200Hz absolute; } /* override with an absolute frequency
24152426 which doesn't depend on the active voice */
24162427
2417- e4 { voice-range: 2st; } /* the computed value is an absolute frequency,
2428+ e5 { voice-range: 2st; } /* the computed value is an absolute frequency,
24182429 which is the result of the
2419- calculation: 200Hz + two semitones */
2430+ calculation: 200Hz + two semitones
2431+ (reminder: the actual frequency corresponding to a semitone
2432+ depends on the base value to which it applies) */
24202433
2421- e5 { voice-range: inherit; /* this could be omitted,
2434+ e6 { voice-range: inherit; /* this could be omitted,
24222435 but we explicitly specify it for clarity purposes */
24232436
24242437 voice-family: "yet-another-voice"; } /* the computed value is the same as
0 commit comments