Template:Spc

From ChoralWiki
Jump to navigation Jump to search

Usage Type

{{spc|n}}

to insert "n" hairspaces, where n=0,1,...,12 (one hairspace is 1/12 of an em-space).

{{spc}}

is the same as {{spc|1}}, which is useful for inserting a very small space after an italic (slanted) numeral or tall character (such as f or l) which appears before an upright character, as in

(''379''{{spc}})

producing (379), whereas

(''379'')

produces the less appealing (379). To get this small hairspace before and after the italics material being enclosed, simply type, say,

({{spc}}''jof''{{spc}})

obtaining (jof) instead of the usual (jof). By contrast, we have

({{spc}}''nu''{{spc}})

obtaining (nu) instead of the usual (nu). On the other hand, compare (joy) and (leaf) (both have a hairspace before and after the italicized word) with (joy) and (leaf) (no hairspace before or after the italicized word). It may be that (joy) (with hairspace before) and (leaf) (with hairspace after) appear even better. However, be forewarned that this may be somewhat browser and font dependent, especially at small font sizes.

Here these are repeated, with some other possibilities:

joy

(joy) via ({{spc|2}}''joy''{{spc}})
(joy) via ({{spc}}''joy''{{spc}})
(joy) via ({{spc}}''joy'')
(joy) via (''joy'')

leaf

(leaf) via ({{spc}}''leaf''{{spc|2}})
(leaf) via ({{spc}}''leaf''{{spc}})
(leaf) via (''leaf''{{spc}})
(leaf) via (''leaf'')

In each of these examples above, the fourth instance (no hairspaces) seems quite unappealing, while the first three seem acceptable, with the first and third being better, perhaps the first being best of all.

Here are >{{spc|n}}<, for n = 1,2,...,12:

 1  
 2  
 3  
 4  
 5  
 6  
 7  
 8  
 9  
10  
11  
12  

See User:CHGiffen/Spacing for spacing issues.