<?php include '../HEADER.php'; ?>

<h1>Classical Music Notes</h1>

<h2>Historical Periods</h2>

<ul>
    <li>500 to 1400: <b>Medieval</b>: religious music; Gregorian chants, et cetera; Leonin and Perotin</li>
    <li>1400 to 1600: <b>Renaissance</b>: some secular music, madrigals, art songs; Byred, Monteverdi</li>
    <li>1600 to 1760: <b>Baroque</b>: Purcell Vivaldi, Bach, Handel</li>
    <li>1730 to 1820: <b>Classical</b>: Mozart, Haydn, early Beethoven</li>
    <li>1815 to 1910: <b>Romantic</b>: Schubert (early romantic), Chopin, Schumann, Wagner, Verdi, Strauss; late Romantic: Brahms, Mussorgsky, Tchaikovsky, Grieg </li>
    <li>1900 to 2000; <b>20th century</b>: Schoenberg, Bartok, Stravinsky, Berg, Prokofiev</li>
    <li>1975 to today; <b>Contemporary</b>: Gershwin, Shostakovich, Messiaen, Bittern, Stockhausen </li>
</ul>

<h2>Categories</h2>

<ul>
    <li><b>Sacred</b> or <b>secular</b></li>
    <li><b>Vocal</b> or <b>instrumental</b></li>
    <li><b>Solo</b> (one player or several players, but each instrument unique within the group) or <b>concerted</b> (multiple instances of the same instrument, i.e.--several violins)</li>
</ul>

<p>These occur in various combinations, most commonly sacred vocal concerted music, secular instrumental solo music, and secular instrumental concerted music.</p>

<h2>Structure</h2>

<p>Large works such as symphonies, concertos, and operas are built on a hierarchy of small units: phrases, periods,  sections, and movements.

<h2>Definitions</h2>

<p><b>Tone Poem</b> an orchestral piece meant to express an extra-musical idea, mood, story, or poem</p>

<?php include '../FOOTER.php'; ?>
