Frequently asked questions: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
BudjarnLambeth (talk | contribs)
About the wiki: Added a link to Mike Battaglia’s new ‘Legacy Xenharmonic Wiki’
BudjarnLambeth (talk | contribs)
 
(11 intermediate revisions by 3 users not shown)
Line 4: Line 4:


== Answered questions ==
== Answered questions ==
=== About musical tuning ===
=== About musical tuning ===
<br>
<br />


* '''[[Microtonal music|What is microtonal music?]]'''
* '''[[Microtonal music|What is microtonal music?]]'''




* '''[[Why Microtonality?|Why microtonality?]]''' (And why does anyone care about microtonal music?)
* '''[[Glossary|Where can I find a glossary of musical tuning terms and jargon?]]'''
 
 
* '''[[Why Microtonality?|Why use microtonality?]]'''




Line 25: Line 27:
** If the ratio between the step sizes is the [[golden ratio]], then the tuning is a golden tuning, such as “golden meantone”, “golden flattone” or similar.
** If the ratio between the step sizes is the [[golden ratio]], then the tuning is a golden tuning, such as “golden meantone”, “golden flattone” or similar.
** Golden tunings are one type of [[metallic MOS]], along with silver tunings, bronze tunings and others.
** Golden tunings are one type of [[metallic MOS]], along with silver tunings, bronze tunings and others.
<br>
<br />


=== About the wiki ===
=== About the wiki ===
<br>
<br />


* '''There's so much to read. Where do I start?'''
* '''There's so much to read. Where do I start?'''
** The page [[Xen concepts for beginners]] is the best place to start.  
** The page [[Xen concepts for beginners]] is the best place to start.  
** After that, check out [[General Theory]] for a list of foundational pages about musical tuning.
** After that, check out [[General Theory]] for a list of foundational pages about musical tuning.
* '''[[Glossary|Where can I find a glossary of musical tuning terms and jargon?]]'''




Line 46: Line 45:
* '''I am more interested in the way [[regular temperament theory]] looked before 2010, rather than the direction it has taken since 2020. Is there a wiki that preserves that?'''
* '''I am more interested in the way [[regular temperament theory]] looked before 2010, rather than the direction it has taken since 2020. Is there a wiki that preserves that?'''
** Yes. You can find that at the [https://legacy.xen.wiki/w/Main_Page Legacy Xenharmonic Wiki].
** Yes. You can find that at the [https://legacy.xen.wiki/w/Main_Page Legacy Xenharmonic Wiki].
<br>
<br />


=== About editing the wiki ===
=== About editing the wiki ===
<br>
<br />


* '''[[Xenharmonic Wiki:I'm a new editor, what is everything I can do to help?|I'm a new editor, what is everything I can do to help?]]'''
* '''[[Xenharmonic Wiki:I'm a new editor, what is everything I can do to help?|I'm a new editor, what is everything I can do to help?]]'''
Line 55: Line 54:


* '''[[Xenharmonic Wiki:Article guidelines|Where can I find this wiki's style guide?]]'''
* '''[[Xenharmonic Wiki:Article guidelines|Where can I find this wiki's style guide?]]'''
* '''[[Xenharmonic Wiki:Notability guidelines|Where can I find this wiki's notability guidelines?]]'''




Line 61: Line 63:


* '''[[Temperament naming|I discovered a new temperament, how should I name it?]]'''
* '''[[Temperament naming|I discovered a new temperament, how should I name it?]]'''
* '''What are user space pages and main space pages?'''
** User space pages are pages titled "User:YourUsername/Topic". For example "User:JohnDoe/Major scale".
** Main space pages are pages without any prefix. For example "Major scale".
* '''How do I create a user page?'''
** Search "User:YourUsername/ThePageTitleYouWant" in the search bar (e.g. "User:JohnDoe/The arrowroot biscuit scale".
** It will then say "There is currently no text in this page. You can search for this page title in other pages, search the related logs, or create this page."
** Click "create this page" and then you will be taken to an editing window to create the user page.




* '''How can I sign my name on a talk page? How can I make my replies indented to the right?'''
* '''How can I sign my name on a talk page? How can I make my replies indented to the right?'''
** Writing the following:
* ''Writing the following:''
<nowiki>: I like puppies, kittens and rainbows. </nowiki>
<pre>
: I like puppies, kittens and rainbows.


<nowiki>: Oh and ice cream, too. </nowiki>
: Oh and ice cream, too.


<nowiki>: ~~~~ </nowiki>
: ~~~~
</pre>




**Will result in the following output, with indented text and a signed name:
* ''Will result in the following output, with indented text and a signed name:''
: I like puppies, kittens and rainbows.
: I like puppies, kittens and rainbows.


Line 80: Line 95:




** Writing the following:
* ''Writing the following:''
<nowiki>: I am Bob. ~~~~ </nowiki>
<pre>
: I am Bob. ~~~~


<nowiki>:: Hi Bob, I’m Alice. ~~~~ </nowiki>
:: Hi Bob, I’m Alice. ~~~~


<nowiki>::: Nice to meet you Alice, what got you interested in xenharmony? ~~~~ </nowiki>
::: Nice to meet you Alice, what got you interested in xenharmony? ~~~~
</pre>




** Will result in the following output, with differing levels of indentation:
* ''Will result in the following output, with differing levels of indentation:''
: I am Bob. [[User:BobSmith|BobSmith]] ([[User talk:BobSmith|talk]]) 01:23, 18 December 2024 (UTC)
: I am Bob. [[User:BobSmith|BobSmith]] ([[User talk:BobSmith|talk]]) 01:23, 18 December 2024 (UTC)


Line 97: Line 114:


* '''How can I add an inline citation or note?'''
* '''How can I add an inline citation or note?'''
** Use<nowiki> <ref>The contents of the note</ref></nowiki>at the place you want the little superscript number to appear.
** Put <code><nowiki><ref>The contents of the note</ref></nowiki></code> at the place you want the little superscript number to appear.
*** Use<nowiki> < /references></nowiki>at the place you want the list of references to appear. (If you do not specify this, it will default to the very bottom of the page.)
*** Place <code><<nowiki />references /></code> at the place you want the list of references to appear. (If you do not specify this, it will default to the very bottom of the page.)
** If you want to cite the same reference multiple times, give it a name e.g.<nowiki> <ref name="Bob et al.">The contents of the note</ref></nowiki>the first time you use it.
** If you want to cite the same reference multiple times, give it a name e.g. <code><nowiki><ref name="Bob et al.">The contents of the note</ref></nowiki></code> the first time you use it.
*** Then every subsequent time you can just use<nowiki> <ref name="Bob et al." /> </nowiki>without all the rest.
*** Then every subsequent time you can just use <code><<nowiki />ref name="Bob et al." /></code> without all the rest.





Latest revision as of 02:25, 16 August 2025

Whether they are frequent or one-of-a-kind, all questions are welcome here. When listing questions, list broad, general questions higher and niche, more specific questions lower. Answer each question on a separate page, linked to by the question.

Answered questions

About musical tuning







  • What does “golden” refer to in “golden meantone”, “golden flattone”, etc?
    • Rank-2 temperaments (of which meantone and flattone are two among many) generate MOS scales with two step sizes, large and small.
    • Depending on what generator you use for the temperament, you can make the ratio between large:small different. For example you can have 3:1 meantone, 2:1 meantone, 3:2 meantone, etc. and the same goes for any other rank-2 temperament.
    • If the ratio between the step sizes is the golden ratio, then the tuning is a golden tuning, such as “golden meantone”, “golden flattone” or similar.
    • Golden tunings are one type of metallic MOS, along with silver tunings, bronze tunings and others.


About the wiki






About editing the wiki







  • What are user space pages and main space pages?
    • User space pages are pages titled "User:YourUsername/Topic". For example "User:JohnDoe/Major scale".
    • Main space pages are pages without any prefix. For example "Major scale".


  • How do I create a user page?
    • Search "User:YourUsername/ThePageTitleYouWant" in the search bar (e.g. "User:JohnDoe/The arrowroot biscuit scale".
    • It will then say "There is currently no text in this page. You can search for this page title in other pages, search the related logs, or create this page."
    • Click "create this page" and then you will be taken to an editing window to create the user page.


  • How can I sign my name on a talk page? How can I make my replies indented to the right?
  • Writing the following:
: I like puppies, kittens and rainbows.

: Oh and ice cream, too.

: ~~~~


  • Will result in the following output, with indented text and a signed name:
I like puppies, kittens and rainbows.
Oh and ice cream, too.
BudjarnLambeth (talk) 03:11, 18 December 2024 (UTC)


  • Writing the following:
: I am Bob. ~~~~

:: Hi Bob, I’m Alice. ~~~~

::: Nice to meet you Alice, what got you interested in xenharmony? ~~~~


  • Will result in the following output, with differing levels of indentation:
I am Bob. BobSmith (talk) 01:23, 18 December 2024 (UTC)
Hi Bob, I’m Alice. AliceFromWonderland (talk) 02:02, 18 December 2024 (UTC)
Nice to meet you Alice, what got you interested in xenharmony? BobSmith (talk) 03:45, 18 December 2024 (UTC)


  • How can I add an inline citation or note?
    • Put <ref>The contents of the note</ref> at the place you want the little superscript number to appear.
      • Place <references /> at the place you want the list of references to appear. (If you do not specify this, it will default to the very bottom of the page.)
    • If you want to cite the same reference multiple times, give it a name e.g. <ref name="Bob et al.">The contents of the note</ref> the first time you use it.
      • Then every subsequent time you can just use <ref name="Bob et al." /> without all the rest.


  • I have another technical question similar to the previous two. Where can I find the answer?

The answer is probably contained within the page Help:Editing.


Unanswered questions

Todo: answer questions

in the mean time until this question is answered, see: Rank-3 temperament


in the mean time until this question is answered, see: Category:People




(You are encouraged to add more questions here)