layout | title | description |
---|---|---|
default |
Chapters |
An ever-expanding table of contents |
The World Music Textbook is comprised of "chapters." These are prepared by scholars, musicians, and others and they go through a blind peer review process. They may be short essays, videos, interactive sites, or they may be in other formats entirely. If you have an idea for a contribution, please reach out or consider submitting. In addition to these chapters, the [resources]({{ site.baseurl }}/resources/) page lists many other useful sites from across the internet.
Contribute a chapter Other resources More about the project
Sort by Most Recent
Oldest
Title
{% assign chapters = site.pages | where: "layout", "chapter" | sort:'date' | reverse %}
{% assign chapters = chapters | where: "name", "index.md" %}
{% for chapter in chapters %}
{% include chapter.html chapter=chapter %}
{% endfor %}
{% include search-filter.html %}