USING HARMONIC AND MELODIC ANALYSES TO AUTOMATE THE INITIAL STAGES OF SCHENKERIAN ANALYSIS

Size: px
Start display at page:

Download "USING HARMONIC AND MELODIC ANALYSES TO AUTOMATE THE INITIAL STAGES OF SCHENKERIAN ANALYSIS"

Transcription

1 10th International Society for Music Information Retrieval Conference (ISMIR 2009) USING HARMONIC AND MELODIC ANALYSES TO AUTOMATE THE INITIAL STAGES OF SCHENKERIAN ANALYSIS Phillip B. Kirlin Department of Computer Science, University of Massachusetts Amherst ABSTRACT Structural music analysis is used to reveal the inner workings of a musical composition by recursively applying reductions to the music, resulting in a series of successively more abstract views of the composition. Schenkerian analysis is the most well-developed type of structural analysis, and while there is a wide body of research on the theory, there is no well-defined algorithm to perform such an analysis. A automated algorithm for Schenkerian analysis would be extremely useful to music scholars and researchers studying music from a computational standpoint. The first major step in producing a Schenkerian analysis involves selecting notes from the composition in question for the primary soprano and bass parts of the analysis. We present an algorithm for this that uses harmonic and melodic analyses to accomplish this task. 1. INTRODUCTION Numerous tasks in music information retrieval could be accomplished more effectively if information about musical structure were readily available. For example, in the task of retrieving musical passages that are similar to a given passage, having structural analyses available would allow similarity metrics to be based on the underlying musical structure of a composition as well as on the musical surface. An algorithm for structural analysis of music would therefore be an indispensable resource in music information research. Schenkerian analysis [1] is a type of music analysis that emphasizes finding structural relationships among the notes of a composition. Developed by the Austrian music theorist Heinrich Schenker, Schenkerian analysis differs from other types of analysis that focus on a single aspect of music, such as the harmony or melody, to the exclusion of other aspects. Schenkerian analysis harnesses all aspects of a piece together to create an analysis that explains how various notes in the piece function in relation to others. Of particular importance in Schenkerian analysis is the identification of structural dependences among groups of Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. c 2009 International Society for Music Information Retrieval. notes. If the way in which a note X functions in a musical passage is due to the presence of another note or group of notes Y, then X is said to be dependent upon Y, and Y is said to be at a higher structural level than X. The process of finding structural dependences proceeds recursively during an analysis. The final set of dependences can be depicted as a tree, with the surface-level notes as the leaves. With each structural dependence located, the more structurally important notes are elevated to higher levels. Though a tree theoretically can show all the hierarchical levels of a Schenkerian analysis, typically analyses are illustrated through a sequence of Schenker graphs. These graphs are visual depictions of a few contiguous levels of the note hierarchy, using staves with notes as in common music notation, but using other notation symbols such as stems, beams, and slurs to show relationships among notes rather than timing or phrasing information. Because Schenkerian analysis primarily focuses on the main melodic line and the main harmonic bass line of the music in question, Schenker graphs are often presented on two staves, with the primary melodic line on the upper staff and the supporting bass harmony tones on the lower staff. Notes of inner voices are occasionally shown on the graphs, but are sometimes omitted when they serve to only fill out the harmony. We focus on foreground graphs, the graphs that show the structural levels closest to the musical surface. A foreground graph is usually the first graph constructed when completing a Schenkerian analysis; all subsequent graphs are based directly or indirectly on the foreground graph. Therefore, it is critical to choose the correct set of notes to appear in the foreground graph. We will call a foreground graph, after notes have been selected for its staves but before any reductions have been applied, a preliminary foreground graph. Consider the first eight measures of Schubert s Impromptu No. 2 in A-flat major, shown in Figure 1. A preliminary foreground Schenker graph for the Impromptu, with appropriate notes in the soprano and bass parts, would look like Figure 2. In this paper, we present and analyze an algorithm, FORE- GRAPH, for identifying which notes in a score should belong on the soprano and bass staves of a preliminary foreground Schenker graph, based on analyses of harmony and voice leading. We build on the work of Kirlin and Utgoff [2], whose IVI system requires, as a first step, isolation of the primary soprano and bass parts prior to analysis. Automating Schenkerian analysis has been studied recently by Marsden [3 5] and Marsden and Wiggins [6]. These 423

2 Poster Session Figure 1. An excerpt from Schubert s Impromptu No. 2 in A-flat major. A :V I V 4 3 I 6 V 6 5I V I V 4 2 I 6 V 6 5 Figure 2. A preliminary foreground graph constructed by hand from the Impromptu. lines of work are promising, but they have only been tested on short, sometimes synthetic, musical phrases. Lerdahl and Jackendoff developed a grammatical approach to musical structure in [7], which Hamanaka, et. al. [8] turned into an algorithm. Their system, however, requires manual adjustment of many parameters that differ for each musical composition. Older work by Kassler [9] and Smoliar [10] demonstrated understanding of the principles involved in automating analysis, but did not provide any algorithms. 2. COMPUTATIONAL METHODS FOR HARMONIC AND MELODIC ANALYSIS Schenkerian analysis is based on the principles of harmony and voice leading. These two aspects of a composition must be examined prior to beginning an analysis. Since we desire a fully-automated system for producing foreground graphs, we must examine various algorithms for determining the harmony at various points in a composition, and the voice leading possibilities for any note in a piece. We have chosen MusicXML as our representation of choice. MusicXML is a file format that represents common Western music notation by encoding the pitches and durations of notes. Though the MIDI representation is more widely used than MusicXML, the latter format encodes an additional wealth of information that the former does not supply, such as key and time signatures, stem and beaming information, and slurs and phrase marks. One can look at harmonic analysis as occurring in two phases. First, a chord-labeling component assigns chord labels (such as C Major ) to segments of a composition. A second pass then uses the chord labels to assign functional Roman numerals to segments. 2.1 Chord Labeling A chord labeling component must divide a composition temporally into segments, where each segment corresponds I to a single harmony. We use a variant of Pardo and Birmingham s HARMAN algorithm [11] to accomplish this. HARMAN uses two separate algorithms to perform chord labeling. The labeling algorithm is concerned with determining the best chord label for a given segment of music (a segment being an interval of time with fixed starting and ending times), and the segmentation algorithm determines the points in the music where the harmony changes. A harmony can change at a partition point: any place in the music where a note starts or stops. While HARMAN does a very good job out of the box, we use a modified version of the algorithm and detail our changes below. Meter HARMAN does not take the meter of the piece into account, and sometimes it chooses a partition point in a metrically weak position that is adjacent to a metrically stronger one. Because it is preferable to have a change of harmony in an analysis at a metrically strong position [12], we force HARMAN choose each measure boundary as a partition point. Octave doubling Because HARMAN analyzes each note in a segment independently, often notes that are doubled at the octave exert too much of an influence over the chord labeling algorithm. Therefore, when analyzing a segment, we consider multiple instances of notes with the same pitch class and duration as a single note. For example, in Figure 1, the notes of the melody in measures 5 7 that are doubled at the octave will not be counted twice. Neighbor tones Our version of HARMAN ignores obvious neighbor tones within segments. An obvious neighbor tone is a note Y that occurs in a note sequence X Y Z where X and Z have the same pitch, and are separated from Y by a halfstep. Without this correction, HARMAN has trouble distinguishing between chord tones and non-chord tones in heavily figurated contexts. 2.2 Assignment of Roman Numerals Given a chord labeling, the remaining task in harmonic analysis is mapping the chord labels (such as C Major ) to Roman numeral labels (such as V 6 ). While we have investigated algorithms for computing the key of a composition and the locations of any modulations and tonicizations, we restrict ourselves for the remainder of this dis- 424

3 10th International Society for Music Information Retrieval Conference (ISMIR 2009) cussion to non-modulating pieces whose key is encoded correctly in their MusicXML representation. As FORE- GRAPH, the foreground Schenker graph generation algorithm presented in the next section, relies on a correct Roman numeral analysis, placing this restriction on the input music makes us more certain that we are supplying correct Roman numerals to FOREGRAPH. The second phase detects tonicizations by looking for consecutive chords where the first chord functions functions as a temporary dominant to the second. For example, in the key of C major, this would detect the chord sequence D Major G Major and change the harmonic analysis of II V to V/V V. We stipulate that the first chord cannot occur normally in the original key, to eliminate the possibility of the common I IV chord sequence being reinterpreted as a tonicization of the IV chord. 2.3 Voice Leading Analysis A voice leading analysis determines, for every note in the piece, which notes could logically follow from that note, according to the principles of voice leading [12]. Algorithms for determining voice leading, however, can differ in their interpretations of implicit polyphony [13]. For example, given the four notes in the first measure of Figure 3, some algorithms would determine that all four notes belong to a single voice, whereas others would find two voices and interpret the four notes as standing for the triads shown in the second measure. The second interpretation is an example of implicit polyphony. Figure 3. An example where the voice leading is ambiguous. Schenkerian analysis, as it gives primary consideration to the linear connections in music [14], requires a voice leading analysis that uncovers implicit polyphony. A reasonable way to handle this is to permit a voice-leading connection between two notes only if the motion between them is stepwise. If one takes this stance, it is easy to construct an algorithm for determining the voice leading for a given composition. For a note n in a piece, we examine the set of notes that begin at times later than the ending of n (there cannot be a voice-leading connection between two notes that overlap in time). Note n may have up to three voice leading connections: (1) a step-down connection, (2) a step-up connection, and (3) a same-pitch connection. For each type of connection, we find the earliest note that satisfies the criteria for that kind of connection. We also require that if n has a same-pitch voice-leading connection to a note m, then n may not have any stepwise voice-leading connections to notes that begin later than m. This is because voice-leading connections between notes of identical pitch are typically stronger than stepwise connections. 3. PRODUCING PRELIMINARY FOREGROUND GRAPHS Recall that our goal is to produce preliminary foreground Schenker graphs like the one in Figure 2. Since the purpose of a foreground graph is to capture the primary soprano and bass tones of the piece, constructing such a graph reduces to selecting notes for the soprano and bass parts. In most circumstances, the primary melody (soprano) tone is the highest one heard at any point in time, and the primary bass tone is the lowest. Therefore, FORE- GRAPH is based on the idea of selecting the highest pitch for the soprano line and the lowest for the bass line. However, complications arise in situations where the primary bass or soprano tones persist in time even though they may have stopped sounding. Consider an Alberti bass line, such as in Figure 4. Because this figure is outlining a chord, only the lowest note of the chord belongs to the primary bass line (the other notes belong to inner voices). The low Cs, though they are only represented on the page as eighth notes, persist in the musical mind through the entire measure as if they were sounding constantly; the true bass line does not skip between the notes of the chord. This is the reason why we require a voice leading algorithm that can detect cases of implicit polyphony, not just in cases of arpeggiation, but in any case where the bass or soprano part may move between voices. Figure 4. An Alberti bass line. Still, there are cases where voices start and stop midcomposition, and an algorithm that blindly follows the initial bass and soprano lines stepwise from the start of the piece to the end would not suffice in cases, for example, of register transfer. Therefore, F OREGRAPH chooses appropriate bass and soprano tones for each harmonic segment defined by the harmonic analysis algorithm, and then follows the tones via voice-leading connections to fill out the segment; pseudocode is given in Figure 5. For each harmonic segment in a composition, FOREGRAPH finds the lowest and highest pitched notes that belong to the current harmony; these notes are added to the primary bass and soprano parts. The FILLRANGE procedure then adds additional notes by following voice-leading connections from the initial notes added in the segment; connections are followed both backwards and forwards in time, and notes are only added if they do not overlap in time with any other notes already added to the segment. The EXTENDVOICE procedure then allows the musical line in a harmonic segment to be extended into following segments, stopping only upon reaching a note that is consonant in the prevailing harmony for the segment. Because the primary notes are determined independently for each harmonic segment, it is possible that the soprano or bass lines fleshed out by FILLRANGE will not connect musically over a segment break. EXTENDVOICE permits each 425

4 Poster Session 3 line to be followed to a logical conclusion without adding too many notes of what may develop into an irrelevant inner voice. Because EXTENDVOICE halts upon adding a consonant note in the prevailing harmony, leaps are possible in the computed musical lines over segment breaks. After choosing the notes for the soprano and bass lines, they are displayed as noteheads on staves as a preliminary foreground graph. FOREGRAPH produced the output shown in Figure 6 for the Schubert Impromptu in Figure 1. A :V I V 4 3 I 6 V 6 5I V 4 2 III 6 I 6 Figure 6. A preliminary foreground graph produced by FOREGRAPH. If one compares the hand-constructed graph in Figure 2 to the one produced by FOREGRAPH in Figure 6, only a few differences are apparent. One is that the computerconstructed graph contains instances of adjacent notes of identical pitch. FOREGRAPH does not reduce these cases to single notes because although this occurs frequently in foreground graphs, it is not always done consistently. The only other differences in the computer-generated analysis are the omitted V chord near the middle of the analysis, and the added III 6 chord. Both of these differences derive from the harmonic analysis component used as a preliminary step to FOREGRAPH. The V chord in the hand-constructed graph was not generated in the computer analysis as it was absorbed into the I chords on either side. Similarly, the first-inversion III chord arises from a misinterpretation of chord tones and non-chord tones. 4. EVALUATION AND ANALYSIS In order to evaluate the correctness of FOREGRAPH, we require a set of input music scores and correct foreground graphs for them. We turned to a standard Schenkerian analysis textbook [14], and encoded the first twelve musical examples that had correct analyses provided, and whose analyses contained soprano and bass parts (two of the examples were monophonic, and so were omitted). The examples are all multi-measure excerpts from common practice period works. Our method of evaluation is based on the standard metrics of precision and recall. If one views each note in a composition as an individual document, then constructing a preliminary foreground graph is equivalent to executing two queries: one query to retrieve all notes belonging to the soprano part, and a second query to retrieve all notes belonging to the bass part. We also need to define what it means for a note to be relevant and retrieved to compute precision and recall. We consider a note retrieved for a query if it appears in the corresponding part (soprano or bass) for the computer-constructed foreground graph. Defining relevant is complicated because the foreground V 6 5 I graphs as they appear in the textbook (1) often contain pertinent pitches of inner voices along with the primary soprano and bass parts, and (2) already have had some reductions applied in most cases, which removes some notes from the ground-truth that would appear in the computergenerated graphs. Therefore, we have two notions of relevant and compute statistics based on each definition. In our first set of calculations, we consider a note to be relevant for the soprano (bass) query if it is present on the upper (lower) staff of the Schenker graph in the textbook analysis. This definition, however, considers many notes as relevant that will not be present in the computer-generated analyses as they belong to inner voices. To remedy this, our second definition considers a note to be relevant for the soprano (bass) query if it is present on the upper (lower) staff in the Schenker graph in the textbook analysis, and has a stem pointing up (down). If it is clear that stem direction in a graph is not being used to indicate to which voice a note belongs (and the direction is only determined by aesthetics), the restriction on stem direction is ignored, and only the presence of the stem is considered. Stems in graphs are indications of structural importance, and therefore these are notes that we are particularly interested in having FOREGRAPH identifying correctly. We ran the FOREGRAPH algorithm on each example and compared the resulting graphs to the textbook s graphs. For each example, and for each part (soprano and bass), we computed precision (the fraction of retrieved notes that were also relevant) and recall (the fraction of relevant notes that were also retrieved). To provide a baseline for comparison with FOREGRAPH, we evaluated a second foreground graph creation algorithm, RANDOM, that selects notes for the soprano and bass parts from the input music randomly. RANDOM always chooses the same number of notes for the soprano and bass parts for each example as were selected by FOREGRAPH for the same example. We calculated average precision and recall for RANDOM over 500 runs. All of the precision and recall statistics for FOREGRAPH and RANDOM are displayed in Table 1. To show more clearly the improvement of FOREGRAPH over RANDOM, Figure 7 compares the F1 measure (harmonic mean of precision and recall) for each musical example for the two algorithms. One of the excerpts deserves special mention. The excerpt from Schubert s Symphony in B minor confused FORE- GRAPH as the accompaniment part is pitched higher than the primary melody. The analysis constructed by FORE- GRAPH contained a harmony line in the soprano part, and the true melody was not present at all. Because this single example distorted the statistics for the soprano part, Table 1 contains entries for the aggregate precision and recall with and without the Symphony included. Overall, we are encouraged by the results of the evaluation. We are especially pleased with the recall values for the stemmed notes definition of relevance; disregarding the Schubert Symphony, FOREGRAPH retrieved almost 90% of the relevant bass notes, and almost 80% of the relevant soprano notes. Figure 7 clearly indicates that FOREGRAPH 426

5 10th International Society for Music Information Retrieval Conference (ISMIR 2009) procedure FOREGRAPH Let V (x,y) be true if there is a voice leading connection between notes x and y. Let S be a set of notes for the primary soprano part. Let B be a set of notes for the primary bass part. for each harmonic segment H in the composition do Let n be the lowest pitched note in H that is a member of H s harmony. Add n to B FILLRANGE(n, B, H) EXTENDVOICE(B, H) Let n be the highest pitched note in H that is a member of H s harmony. Add n to S FILLRANGE(n, S, H) EXTENDVOICE(S, H) procedure FILLRANGE(note n, part P, harmonic segment H) Initialize queue Q to contain just n while Q is not empty do Remove the top note from the queue, call it m Let N be the set of all notes such that if x N, then either V (m,x) or V (x,m), and x is in H. Sort N by increasing length of time between m and each note in N if N is empty, then return for each note x N do if x does not conflict with any notes in P then add x to P and add x to Q procedure EXTENDVOICE(part P, harmonic segment H) Let curr be the last note in H that is also in P while curr is not consonant in H s harmony do Let N be the set of all notes such that if x N, then V (m,x) if N is empty, then return Let n be the note in N with the minimum length of time to curr Add n to P curr n Figure 5. The FOREGRAPH algorithm. is a large improvement over choosing notes randomly. The two issues mentioned earlier that complicated choosing an appropriate definition of relevance cause the precision and recall values to not represent the true quality of the graphs produced by FOREGRAPH. The first issue is that many of the ground-truth analyses contain notes of inner voices on the upper and lower staves, as well as notes from the primary soprano and bass parts. The bass part of the Chopin Nocturne, for example, contains arpeggiated chords. FOREGRAPH only included the lowest note of each chord in the primary bass part, while the textbook included all of the notes of each chord, with all but the lowest given as inner voices. This lowered the recall value for all bass notes in this example to 23.5%. The second issue is that many of the textbook s graphs have already had simple reductions applied to the musical surface; repeated notes in the textbook s graphs have also been removed in many cases. Because FOREGRAPH only selects notes for the foreground graphs and does not perform any reductions, many of the precision values are lower than they would be if those reductions had not been done in the textbook s graphs. For example, in the French Suite; FOREGRAPH placed many notes in the soprano part that were not present in the textbook s graph because reductions had already been applied to them. We are confident that FOREGRAPH is ready to be used as a precursor to an actual Schenkerian reduction algorithm. Because we are only selecting notes to be placed in the soprano and bass parts, the output of FOREGRAPH is ready for processing to search for reductions, and any low precision statistics should not be alarming. 5. REFERENCES [1] Heinrich Schenker. Der Freie Satz. Universal Edition, Vienna, Published in English as Free Composition, translated and edited by E. Oster, Longman, [2] Phillip B. Kirlin and Paul E. Utgoff. A framework for automated Schenkerian analysis. In Proceedings of the Ninth International Conference on Music Information Retrieval, pages , Philadelphia, September [3] Alan Marsden. Automatic derivation of musical structure: A tool for research on Schenkerian analysis. In Proceedings of the Eighth International Conference on Music Information Retrieval, pages 55 58, Extended Version. [4] Alan Marsden. Generative structural representation 427

6 Poster Session 3 All notes Stemmed notes Precision Recall Precision Recall Excerpt Sop. Bass Sop. Bass Sop. Bass Sop. Bass J. S. Bach, Aria variata (BWV 989) Beethoven, Ninth Symphony, III Haydn, Symphony in D major, No Chopin, Prelude in A major, Op. 28/ Haydn, Divertimento in B-flat, II Schubert, Standchen from Schwanengesang J. S. Bach, Chorale No J. S. Bach, French Suite in C minor, Sarabande Schubert, Symphony in B minor, No. 8, I Mozart, Symphony in C major, K. 425, IV Chopin, Nocturne in D-flat major, Op. 27/ Brahms, Rhapsody in E-flat major, Op. 119/ FOREGRAPH, all excerpts FOREGRAPH, all except for Schubert s Symphony RANDOM, all excerpts Improvement of FOREGRAPH over RANDOM Table 1. Precision and recall for evaluation. Figure 7. A graph comparing the F1 measures for RANDOM (dark bars) and for FOREGRAPH (light bars). of tonal music. Journal of New Music Research, 34(4): , December [5] Alan Marsden. Extending a network-of-elaborations representation to polyphonic music: Schenker and species counterpoint. In Proceedings of the First Sound and Music Computing Conference, pages 57 63, [6] Alan Marsden and Geraint A. Wiggins. Schenkerian reduction as search. In Proceedings of the Fourth Conference on Interdisciplinary Musicology, Thessaloniki, Greece, July [7] Fred Lerdahl and Ray Jackendoff. A Generative Theory of Tonal Music. MIT Press, Cambridge, Massachusetts, [8] Masatoshi Hamanaka, Keiji Hirata, and Satoshi Tojo. ATTA: Implementing GTTM on a computer. In Proceedings of the Eighth International Conference on Music Information Retrieval, pages , [9] Michael Kassler. APL applied in music theory. APL Quote Quad, 18(2): , [10] Stephen W. Smoliar. A computer aid for Schenkerian analysis. Computer Music Journal, 2(4):41 59, [11] Bryan Pardo and William P. Birmingham. Algorithms for chordal analysis. Computer Music Journal, 26(2):27 49, [12] Edward Aldwell and Carl Schachter. Harmony and Voice Leading. Harcourt Brace & Company, Fort Worth, Texas, second edition, [13] David Temperley. The Cognition of Basic Musical Structures. MIT Press, Cambridge, Massachusetts, [14] Allen Forte and Steven E. Gilbert. Introduction to Schenkerian Analysis. W. W. Norton and Company, New York,

PROBABILISTIC MODELING OF HIERARCHICAL MUSIC ANALYSIS

PROBABILISTIC MODELING OF HIERARCHICAL MUSIC ANALYSIS 12th International Society for Music Information Retrieval Conference (ISMIR 11) PROBABILISTIC MODELING OF HIERARCHICAL MUSIC ANALYSIS Phillip B. Kirlin and David D. Jensen Department of Computer Science,

More information

Music 281: Music Theory III

Music 281: Music Theory III Music 281: Music Theory III Fall 2017 (T-Th, 9:30-10:45, Bixler 150) Steve Saunders Office: 235 Bixler Phone: x5677; email: sesaunde@colby.edu Class Web Site: http://www.colby.edu/music/saunders/mu281

More information

Example 1 (W.A. Mozart, Piano Trio, K. 542/iii, mm ):

Example 1 (W.A. Mozart, Piano Trio, K. 542/iii, mm ): Lesson MMM: The Neapolitan Chord Introduction: In the lesson on mixture (Lesson LLL) we introduced the Neapolitan chord: a type of chromatic chord that is notated as a major triad built on the lowered

More information

BASIC CONCEPTS AND PRINCIPLES IN MODERN MUSICAL ANALYSIS. A SCHENKERIAN APPROACH

BASIC CONCEPTS AND PRINCIPLES IN MODERN MUSICAL ANALYSIS. A SCHENKERIAN APPROACH Bulletin of the Transilvania University of Braşov Series VIII: Art Sport Vol. 4 (53) No. 1 2011 BASIC CONCEPTS AND PRINCIPLES IN MODERN MUSICAL ANALYSIS. A SCHENKERIAN APPROACH A. PREDA-ULITA 1 Abstract:

More information

Towards the Generation of Melodic Structure

Towards the Generation of Melodic Structure MUME 2016 - The Fourth International Workshop on Musical Metacreation, ISBN #978-0-86491-397-5 Towards the Generation of Melodic Structure Ryan Groves groves.ryan@gmail.com Abstract This research explores

More information

Student Performance Q&A: 2001 AP Music Theory Free-Response Questions

Student Performance Q&A: 2001 AP Music Theory Free-Response Questions Student Performance Q&A: 2001 AP Music Theory Free-Response Questions The following comments are provided by the Chief Faculty Consultant, Joel Phillips, regarding the 2001 free-response questions for

More information

MTO 21.4 Examples: Yust, Voice-Leading Transformation and Generative Theories of Tonal Structure

MTO 21.4 Examples: Yust, Voice-Leading Transformation and Generative Theories of Tonal Structure 1 of 20 MTO 21.4 Examples: Yust, Voice-Leading Transformation and Generative Theories of Tonal Structure (Note: audio, video, and other interactive examples are only available online) http://www.mtosmt.org/issues/mto.15.21.4/mto.15.21.4.yust.php

More information

INTERACTIVE GTTM ANALYZER

INTERACTIVE GTTM ANALYZER 10th International Society for Music Information Retrieval Conference (ISMIR 2009) INTERACTIVE GTTM ANALYZER Masatoshi Hamanaka University of Tsukuba hamanaka@iit.tsukuba.ac.jp Satoshi Tojo Japan Advanced

More information

Notes on David Temperley s What s Key for Key? The Krumhansl-Schmuckler Key-Finding Algorithm Reconsidered By Carley Tanoue

Notes on David Temperley s What s Key for Key? The Krumhansl-Schmuckler Key-Finding Algorithm Reconsidered By Carley Tanoue Notes on David Temperley s What s Key for Key? The Krumhansl-Schmuckler Key-Finding Algorithm Reconsidered By Carley Tanoue I. Intro A. Key is an essential aspect of Western music. 1. Key provides the

More information

METHOD TO DETECT GTTM LOCAL GROUPING BOUNDARIES BASED ON CLUSTERING AND STATISTICAL LEARNING

METHOD TO DETECT GTTM LOCAL GROUPING BOUNDARIES BASED ON CLUSTERING AND STATISTICAL LEARNING Proceedings ICMC SMC 24 4-2 September 24, Athens, Greece METHOD TO DETECT GTTM LOCAL GROUPING BOUNDARIES BASED ON CLUSTERING AND STATISTICAL LEARNING Kouhei Kanamori Masatoshi Hamanaka Junichi Hoshino

More information

AUTOMATIC MELODIC REDUCTION USING A SUPERVISED PROBABILISTIC CONTEXT-FREE GRAMMAR

AUTOMATIC MELODIC REDUCTION USING A SUPERVISED PROBABILISTIC CONTEXT-FREE GRAMMAR AUTOMATIC MELODIC REDUCTION USING A SUPERVISED PROBABILISTIC CONTEXT-FREE GRAMMAR Ryan Groves groves.ryan@gmail.com ABSTRACT This research explores a Natural Language Processing technique utilized for

More information

Student Performance Q&A:

Student Performance Q&A: Student Performance Q&A: 2008 AP Music Theory Free-Response Questions The following comments on the 2008 free-response questions for AP Music Theory were written by the Chief Reader, Ken Stephenson of

More information

AP Music Theory. Sample Student Responses and Scoring Commentary. Inside: Free Response Question 1. Scoring Guideline.

AP Music Theory. Sample Student Responses and Scoring Commentary. Inside: Free Response Question 1. Scoring Guideline. 2017 AP Music Theory Sample Student Responses and Scoring Commentary Inside: Free Response Question 1 Scoring Guideline Student Samples Scoring Commentary 2017 The College Board. College Board, Advanced

More information

Perceptual Evaluation of Automatically Extracted Musical Motives

Perceptual Evaluation of Automatically Extracted Musical Motives Perceptual Evaluation of Automatically Extracted Musical Motives Oriol Nieto 1, Morwaread M. Farbood 2 Dept. of Music and Performing Arts Professions, New York University, USA 1 oriol@nyu.edu, 2 mfarbood@nyu.edu

More information

AP Music Theory 2010 Scoring Guidelines

AP Music Theory 2010 Scoring Guidelines AP Music Theory 2010 Scoring Guidelines The College Board The College Board is a not-for-profit membership association whose mission is to connect students to college success and opportunity. Founded in

More information

Figured Bass and Tonality Recognition Jerome Barthélemy Ircam 1 Place Igor Stravinsky Paris France

Figured Bass and Tonality Recognition Jerome Barthélemy Ircam 1 Place Igor Stravinsky Paris France Figured Bass and Tonality Recognition Jerome Barthélemy Ircam 1 Place Igor Stravinsky 75004 Paris France 33 01 44 78 48 43 jerome.barthelemy@ircam.fr Alain Bonardi Ircam 1 Place Igor Stravinsky 75004 Paris

More information

Structure and voice-leading

Structure and voice-leading Bulletin of the Transilvania University of Braşov Series VIII: Performing Arts Vol. 8 (57) No. 2-2015 Structure and voice-leading Anca PREDA-ULIŢĂ 1 Abstract: It is well-known that schenkerian analysis

More information

Readings Assignments on Counterpoint in Composition by Felix Salzer and Carl Schachter

Readings Assignments on Counterpoint in Composition by Felix Salzer and Carl Schachter Readings Assignments on Counterpoint in Composition by Felix Salzer and Carl Schachter Edition: August 28, 200 Salzer and Schachter s main thesis is that the basic forms of counterpoint encountered in

More information

PRACTICE FINAL EXAM. Fill in the metrical information missing from the table below. (3 minutes; 5%) Meter Signature

PRACTICE FINAL EXAM. Fill in the metrical information missing from the table below. (3 minutes; 5%) Meter Signature Music Theory I (MUT 1111) w Fall Semester, 2018 Name: Instructor: PRACTICE FINAL EXAM Fill in the metrical information missing from the table below. (3 minutes; 5%) Meter Type Meter Signature 4 Beat Beat

More information

AP Music Theory. Scoring Guidelines

AP Music Theory. Scoring Guidelines 2018 AP Music Theory Scoring Guidelines College Board, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks of the College Board. AP Central is the official online home

More information

King Edward VI College, Stourbridge Starting Points in Composition and Analysis

King Edward VI College, Stourbridge Starting Points in Composition and Analysis King Edward VI College, Stourbridge Starting Points in Composition and Analysis Name Dr Tom Pankhurst, Version 5, June 2018 [BLANK PAGE] Primary Chords Key terms Triads: Root: all the Roman numerals: Tonic:

More information

Partimenti Pedagogy at the European American Musical Alliance, Derek Remeš

Partimenti Pedagogy at the European American Musical Alliance, Derek Remeš Partimenti Pedagogy at the European American Musical Alliance, 2009-2010 Derek Remeš The following document summarizes the method of teaching partimenti (basses et chants donnés) at the European American

More information

CHAPTER ONE TWO-PART COUNTERPOINT IN FIRST SPECIES (1:1)

CHAPTER ONE TWO-PART COUNTERPOINT IN FIRST SPECIES (1:1) HANDBOOK OF TONAL COUNTERPOINT G. HEUSSENSTAMM Page 1 CHAPTER ONE TWO-PART COUNTERPOINT IN FIRST SPECIES (1:1) What is counterpoint? Counterpoint is the art of combining melodies; each part has its own

More information

Student Performance Q&A:

Student Performance Q&A: Student Performance Q&A: 2012 AP Music Theory Free-Response Questions The following comments on the 2012 free-response questions for AP Music Theory were written by the Chief Reader, Teresa Reed of the

More information

Pitch Spelling Algorithms

Pitch Spelling Algorithms Pitch Spelling Algorithms David Meredith Centre for Computational Creativity Department of Computing City University, London dave@titanmusic.com www.titanmusic.com MaMuX Seminar IRCAM, Centre G. Pompidou,

More information

Student Performance Q&A:

Student Performance Q&A: Student Performance Q&A: 2010 AP Music Theory Free-Response Questions The following comments on the 2010 free-response questions for AP Music Theory were written by the Chief Reader, Teresa Reed of the

More information

Study Guide. Solutions to Selected Exercises. Foundations of Music and Musicianship with CD-ROM. 2nd Edition. David Damschroder

Study Guide. Solutions to Selected Exercises. Foundations of Music and Musicianship with CD-ROM. 2nd Edition. David Damschroder Study Guide Solutions to Selected Exercises Foundations of Music and Musicianship with CD-ROM 2nd Edition by David Damschroder Solutions to Selected Exercises 1 CHAPTER 1 P1-4 Do exercises a-c. Remember

More information

AP Music Theory 2013 Scoring Guidelines

AP Music Theory 2013 Scoring Guidelines AP Music Theory 2013 Scoring Guidelines The College Board The College Board is a mission-driven not-for-profit organization that connects students to college success and opportunity. Founded in 1900, the

More information

CSC475 Music Information Retrieval

CSC475 Music Information Retrieval CSC475 Music Information Retrieval Symbolic Music Representations George Tzanetakis University of Victoria 2014 G. Tzanetakis 1 / 30 Table of Contents I 1 Western Common Music Notation 2 Digital Formats

More information

MUSIC THEORY CURRICULUM STANDARDS GRADES Students will sing, alone and with others, a varied repertoire of music.

MUSIC THEORY CURRICULUM STANDARDS GRADES Students will sing, alone and with others, a varied repertoire of music. MUSIC THEORY CURRICULUM STANDARDS GRADES 9-12 Content Standard 1.0 Singing Students will sing, alone and with others, a varied repertoire of music. The student will 1.1 Sing simple tonal melodies representing

More information

AP MUSIC THEORY 2016 SCORING GUIDELINES

AP MUSIC THEORY 2016 SCORING GUIDELINES AP MUSIC THEORY 2016 SCORING GUIDELINES Question 1 0---9 points Always begin with the regular scoring guide. Try an alternate scoring guide only if necessary. (See I.D.) I. Regular Scoring Guide A. Award

More information

Student Performance Q&A:

Student Performance Q&A: Student Performance Q&A: 2004 AP Music Theory Free-Response Questions The following comments on the 2004 free-response questions for AP Music Theory were written by the Chief Reader, Jo Anne F. Caputo

More information

Schenker s Elucidations on Unfolding Compound Voices from Der Tonwille 6 (1923) to Der freie Satz (1935)

Schenker s Elucidations on Unfolding Compound Voices from Der Tonwille 6 (1923) to Der freie Satz (1935) Schenker s Elucidations on Unfolding Compound Voices from Der Tonwille 6 (1923) to Der freie Satz (1935) By: Rodney Garrison, PhD (SUNY Fredonia) In example A.7 (b), Cadwallader and Gagné acknowledge and

More information

An Integrated Music Chromaticism Model

An Integrated Music Chromaticism Model An Integrated Music Chromaticism Model DIONYSIOS POLITIS and DIMITRIOS MARGOUNAKIS Dept. of Informatics, School of Sciences Aristotle University of Thessaloniki University Campus, Thessaloniki, GR-541

More information

Student Performance Q&A:

Student Performance Q&A: Student Performance Q&A: 2002 AP Music Theory Free-Response Questions The following comments are provided by the Chief Reader about the 2002 free-response questions for AP Music Theory. They are intended

More information

Distance in Pitch Sensitive Time-span Tree

Distance in Pitch Sensitive Time-span Tree Distance in Pitch Sensitive Time-span Tree Masaki Matsubara University of Tsukuba masaki@slis.tsukuba.ac.jp Keiji Hirata Future University Hakodate hirata@fun.ac.jp Satoshi Tojo JAIST tojo@jaist.ac.jp

More information

MUSICAL STRUCTURAL ANALYSIS DATABASE BASED ON GTTM

MUSICAL STRUCTURAL ANALYSIS DATABASE BASED ON GTTM MUSICAL STRUCTURAL ANALYSIS DATABASE BASED ON GTTM Masatoshi Hamanaka Keiji Hirata Satoshi Tojo Kyoto University Future University Hakodate JAIST masatosh@kuhp.kyoto-u.ac.jp hirata@fun.ac.jp tojo@jaist.ac.jp

More information

Descending- and ascending- 5 6 sequences (sequences based on thirds and seconds):

Descending- and ascending- 5 6 sequences (sequences based on thirds and seconds): Lesson TTT Other Diatonic Sequences Introduction: In Lesson SSS we discussed the fundamentals of diatonic sequences and examined the most common type: those in which the harmonies descend by root motion

More information

Influence of timbre, presence/absence of tonal hierarchy and musical training on the perception of musical tension and relaxation schemas

Influence of timbre, presence/absence of tonal hierarchy and musical training on the perception of musical tension and relaxation schemas Influence of timbre, presence/absence of tonal hierarchy and musical training on the perception of musical and schemas Stella Paraskeva (,) Stephen McAdams (,) () Institut de Recherche et de Coordination

More information

AP MUSIC THEORY 2015 SCORING GUIDELINES

AP MUSIC THEORY 2015 SCORING GUIDELINES 2015 SCORING GUIDELINES Question 7 0 9 points A. ARRIVING AT A SCORE FOR THE ENTIRE QUESTION 1. Score each phrase separately and then add the phrase scores together to arrive at a preliminary tally for

More information

A MULTI-PARAMETRIC AND REDUNDANCY-FILTERING APPROACH TO PATTERN IDENTIFICATION

A MULTI-PARAMETRIC AND REDUNDANCY-FILTERING APPROACH TO PATTERN IDENTIFICATION A MULTI-PARAMETRIC AND REDUNDANCY-FILTERING APPROACH TO PATTERN IDENTIFICATION Olivier Lartillot University of Jyväskylä Department of Music PL 35(A) 40014 University of Jyväskylä, Finland ABSTRACT This

More information

MTO 15.2 Examples: Samarotto, Plays of Opposing Motion

MTO 15.2 Examples: Samarotto, Plays of Opposing Motion MTO 15.2 Examples: Samarotto, Plays of Opposing Motion (Note: audio, video, and other interactive examples are only available online) http://www.mtosmt.org/issues/mto.09.15.2/mto.09.15.2.samarotto.php

More information

Course Objectives The objectives for this course have been adapted and expanded from the 2010 AP Music Theory Course Description from:

Course Objectives The objectives for this course have been adapted and expanded from the 2010 AP Music Theory Course Description from: Course Overview AP Music Theory is rigorous course that expands upon the skills learned in the Music Theory Fundamentals course. The ultimate goal of the AP Music Theory course is to develop a student

More information

BLUE VALLEY DISTRICT CURRICULUM & INSTRUCTION Music 9-12/Honors Music Theory

BLUE VALLEY DISTRICT CURRICULUM & INSTRUCTION Music 9-12/Honors Music Theory BLUE VALLEY DISTRICT CURRICULUM & INSTRUCTION Music 9-12/Honors Music Theory ORGANIZING THEME/TOPIC FOCUS STANDARDS FOCUS SKILLS UNIT 1: MUSICIANSHIP Time Frame: 2-3 Weeks STANDARDS Share music through

More information

Visual Hierarchical Key Analysis

Visual Hierarchical Key Analysis Visual Hierarchical Key Analysis CRAIG STUART SAPP Center for Computer Assisted Research in the Humanities, Center for Research in Music and Acoustics, Stanford University Tonal music is often conceived

More information

Perception-Based Musical Pattern Discovery

Perception-Based Musical Pattern Discovery Perception-Based Musical Pattern Discovery Olivier Lartillot Ircam Centre Georges-Pompidou email: Olivier.Lartillot@ircam.fr Abstract A new general methodology for Musical Pattern Discovery is proposed,

More information

Lesson One. New Terms. a note between two chords, dissonant to the first and consonant to the second. example

Lesson One. New Terms. a note between two chords, dissonant to the first and consonant to the second. example Lesson One Anticipation New Terms a note between two chords, dissonant to the first and consonant to the second example Suspension a non-harmonic tone carried over from the previous chord where it was

More information

ANNOTATING MUSICAL SCORES IN ENP

ANNOTATING MUSICAL SCORES IN ENP ANNOTATING MUSICAL SCORES IN ENP Mika Kuuskankare Department of Doctoral Studies in Musical Performance and Research Sibelius Academy Finland mkuuskan@siba.fi Mikael Laurson Centre for Music and Technology

More information

TOWARDS COMPUTABLE PROCEDURES FOR DERIVING TREE STRUCTURES IN MUSIC: CONTEXT DEPENDENCY IN GTTM AND SCHENKERIAN THEORY

TOWARDS COMPUTABLE PROCEDURES FOR DERIVING TREE STRUCTURES IN MUSIC: CONTEXT DEPENDENCY IN GTTM AND SCHENKERIAN THEORY TOWARDS COMPUTABLE PROCEDURES FOR DERIVING TREE STRUCTURES IN MUSIC: CONTEXT DEPENDENCY IN GTTM AND SCHENKERIAN THEORY Alan Marsden Keiji Hirata Satoshi Tojo Future University Hakodate, Japan hirata@fun.ac.jp

More information

AP Music Theory

AP Music Theory AP Music Theory 2016-2017 Course Overview: The AP Music Theory course corresponds to two semesters of a typical introductory college music theory course that covers topics such as musicianship, theory,

More information

Novagen: A Combination of Eyesweb and an Elaboration-Network Representation for the Generation of Melodies under Gestural Control

Novagen: A Combination of Eyesweb and an Elaboration-Network Representation for the Generation of Melodies under Gestural Control Novagen: A Combination of Eyesweb and an Elaboration-Network Representation for the Generation of Melodies under Gestural Control Alan Marsden Music Department, Lancaster University Lancaster, LA1 4YW,

More information

MELODIC AND RHYTHMIC EMBELLISHMENT IN TWO VOICE COMPOSITION. Chapter 10

MELODIC AND RHYTHMIC EMBELLISHMENT IN TWO VOICE COMPOSITION. Chapter 10 MELODIC AND RHYTHMIC EMBELLISHMENT IN TWO VOICE COMPOSITION Chapter 10 MELODIC EMBELLISHMENT IN 2 ND SPECIES COUNTERPOINT For each note of the CF, there are 2 notes in the counterpoint In strict style

More information

A GTTM Analysis of Manolis Kalomiris Chant du Soir

A GTTM Analysis of Manolis Kalomiris Chant du Soir A GTTM Analysis of Manolis Kalomiris Chant du Soir Costas Tsougras PhD candidate Musical Studies Department Aristotle University of Thessaloniki Ipirou 6, 55535, Pylaia Thessaloniki email: tsougras@mus.auth.gr

More information

PLACEMENT ASSESSMENTS MUSIC DIVISION

PLACEMENT ASSESSMENTS MUSIC DIVISION PLACEMENT ASSESSMENTS MUSIC DIVISION August 31- September 2, 2015 Students must be present for all days of testing in preparation for registration, which is held September 2-4. Placement Assessments are

More information

AP Music Theory Course Planner

AP Music Theory Course Planner AP Music Theory Course Planner This course planner is approximate, subject to schedule changes for a myriad of reasons. The course meets every day, on a six day cycle, for 52 minutes. Written skills notes:

More information

LESSON ONE. New Terms. sopra above

LESSON ONE. New Terms. sopra above LESSON ONE sempre senza NewTerms always without sopra above Scales 1. Write each scale using whole notes. Hint: Remember that half steps are located between scale degrees 3 4 and 7 8. Gb Major Cb Major

More information

Übergreifen in Schenker s writings

Übergreifen in Schenker s writings Übergreifen in Schenker s writings A work in progress. This is the state of the work on 9 July 2018. The entries hereunder list Schenker s mentions of the technique of reaching over, and a few additional

More information

AP MUSIC THEORY 2011 SCORING GUIDELINES

AP MUSIC THEORY 2011 SCORING GUIDELINES 2011 SCORING GUIDELINES Question 7 SCORING: 9 points A. ARRIVING AT A SCORE FOR THE ENTIRE QUESTION 1. Score each phrase separately and then add these phrase scores together to arrive at a preliminary

More information

Unit 1. π π π π π π. 0 π π π π π π π π π. . 0 ð Š ² ² / Melody 1A. Melodic Dictation: Scalewise (Conjunct Diatonic) Melodies

Unit 1. π π π π π π. 0 π π π π π π π π π. . 0 ð Š ² ² / Melody 1A. Melodic Dictation: Scalewise (Conjunct Diatonic) Melodies ben36754_un01.qxd 4/8/04 22:33 Page 1 { NAME DATE SECTION Unit 1 Melody 1A Melodic Dictation: Scalewise (Conjunct Diatonic) Melodies Before beginning the exercises in this section, sing the following sample

More information

AP MUSIC THEORY 2006 SCORING GUIDELINES. Question 7

AP MUSIC THEORY 2006 SCORING GUIDELINES. Question 7 2006 SCORING GUIDELINES Question 7 SCORING: 9 points I. Basic Procedure for Scoring Each Phrase A. Conceal the Roman numerals, and judge the bass line to be good, fair, or poor against the given melody.

More information

A.P. Music Theory Class Expectations and Syllabus Pd. 1; Days 1-6 Room 630 Mr. Showalter

A.P. Music Theory Class Expectations and Syllabus Pd. 1; Days 1-6 Room 630 Mr. Showalter Course Description: A.P. Music Theory Class Expectations and Syllabus Pd. 1; Days 1-6 Room 630 Mr. Showalter This course is designed to give you a deep understanding of all compositional aspects of vocal

More information

Music Theory Courses - Piano Program

Music Theory Courses - Piano Program Music Theory Courses - Piano Program I was first introduced to the concept of flipped classroom learning when my son was in 5th grade. His math teacher, instead of assigning typical math worksheets as

More information

Music Theory. Fine Arts Curriculum Framework. Revised 2008

Music Theory. Fine Arts Curriculum Framework. Revised 2008 Music Theory Fine Arts Curriculum Framework Revised 2008 Course Title: Music Theory Course/Unit Credit: 1 Course Number: Teacher Licensure: Grades: 9-12 Music Theory Music Theory is a two-semester course

More information

Music Theory Courses - Piano Program

Music Theory Courses - Piano Program Music Theory Courses - Piano Program I was first introduced to the concept of flipped classroom learning when my son was in 5th grade. His math teacher, instead of assigning typical math worksheets as

More information

Set Theory Based Analysis of Atonal Music

Set Theory Based Analysis of Atonal Music Journal of the Applied Mathematics, Statistics and Informatics (JAMSI), 4 (2008), No. 1 Set Theory Based Analysis of Atonal Music EVA FERKOVÁ Abstract The article presents basic posssibilities of interdisciplinary

More information

MSN Encarta Standard - Print Preview - Harmony (music)

MSN Encarta Standard - Print Preview - Harmony (music) Page 1 of 7 Print Preview Harmony (music) Article View On the File menu, click Print to print the information. Harmony (music) I. INTRODUCTION Harmony (music), the combination of notes (or pitches) that

More information

Major topics of study include the following, in both written in aural form (where applicable):

Major topics of study include the following, in both written in aural form (where applicable): Music Theory Syllabus (AP/non-AP) Red Hook High School Brian Zeller, Instructor Course Overview AP Music Theory is a rigorous one-credit theory and ear-training course designed to be equivalent to a first-year

More information

GRADUATE PLACEMENT EXAMINATIONS MUSIC THEORY

GRADUATE PLACEMENT EXAMINATIONS MUSIC THEORY McGILL UNIVERSITY SCHULICH SCHOOL OF MUSIC GRADUATE PLACEMENT EXAMINATIONS MUSIC THEORY All students beginning graduate studies in Composition, Music Education, Music Technology and Theory are required

More information

Analysis of local and global timing and pitch change in ordinary

Analysis of local and global timing and pitch change in ordinary Alma Mater Studiorum University of Bologna, August -6 6 Analysis of local and global timing and pitch change in ordinary melodies Roger Watt Dept. of Psychology, University of Stirling, Scotland r.j.watt@stirling.ac.uk

More information

AP Music Theory Syllabus

AP Music Theory Syllabus AP Music Theory Syllabus Course Overview This course is designed to provide primary instruction for students in Music Theory as well as develop strong fundamentals of understanding of music equivalent

More information

CPU Bach: An Automatic Chorale Harmonization System

CPU Bach: An Automatic Chorale Harmonization System CPU Bach: An Automatic Chorale Harmonization System Matt Hanlon mhanlon@fas Tim Ledlie ledlie@fas January 15, 2002 Abstract We present an automated system for the harmonization of fourpart chorales in

More information

Extracting Significant Patterns from Musical Strings: Some Interesting Problems.

Extracting Significant Patterns from Musical Strings: Some Interesting Problems. Extracting Significant Patterns from Musical Strings: Some Interesting Problems. Emilios Cambouropoulos Austrian Research Institute for Artificial Intelligence Vienna, Austria emilios@ai.univie.ac.at Abstract

More information

Florida Performing Fine Arts Assessment Item Specifications for Benchmarks in Course: Chorus 2

Florida Performing Fine Arts Assessment Item Specifications for Benchmarks in Course: Chorus 2 Task A/B/C/D Item Type Florida Performing Fine Arts Assessment Course Title: Chorus 2 Course Number: 1303310 Abbreviated Title: CHORUS 2 Course Length: Year Course Level: 2 Credit: 1.0 Graduation Requirements:

More information

Etna Builder - Interactively Building Advanced Graphical Tree Representations of Music

Etna Builder - Interactively Building Advanced Graphical Tree Representations of Music Etna Builder - Interactively Building Advanced Graphical Tree Representations of Music Wolfgang Chico-Töpfer SAS Institute GmbH In der Neckarhelle 162 D-69118 Heidelberg e-mail: woccnews@web.de Etna Builder

More information

AP Music Theory. Sample Student Responses and Scoring Commentary. Inside: Free Response Question 7. Scoring Guideline.

AP Music Theory. Sample Student Responses and Scoring Commentary. Inside: Free Response Question 7. Scoring Guideline. 2018 AP Music Theory Sample Student Responses and Scoring Commentary Inside: Free Response Question 7 RR Scoring Guideline RR Student Samples RR Scoring Commentary College Board, Advanced Placement Program,

More information

Music Theory I (MUSI 1310), Fall 2006 Professor: Andrew Davis ( )

Music Theory I (MUSI 1310), Fall 2006 Professor: Andrew Davis ( ) Page 1 of 11 Music Theory I (MUSI 1310), Fall 2006 Professor: Andrew Davis (email) Home page and syllabus Daily schedule Daily schedule Shortcut to the current week (assuming I remember to keep the link

More information

Course Overview. At the end of the course, students should be able to:

Course Overview. At the end of the course, students should be able to: AP MUSIC THEORY COURSE SYLLABUS Mr. Mixon, Instructor wmixon@bcbe.org 1 Course Overview AP Music Theory will cover the content of a college freshman theory course. It includes written and aural music theory

More information

In all creative work melody writing, harmonising a bass part, adding a melody to a given bass part the simplest answers tend to be the best answers.

In all creative work melody writing, harmonising a bass part, adding a melody to a given bass part the simplest answers tend to be the best answers. THEORY OF MUSIC REPORT ON THE MAY 2009 EXAMINATIONS General The early grades are very much concerned with learning and using the language of music and becoming familiar with basic theory. But, there are

More information

2 The Tonal Properties of Pitch-Class Sets: Tonal Implication, Tonal Ambiguity, and Tonalness

2 The Tonal Properties of Pitch-Class Sets: Tonal Implication, Tonal Ambiguity, and Tonalness 2 The Tonal Properties of Pitch-Class Sets: Tonal Implication, Tonal Ambiguity, and Tonalness David Temperley Eastman School of Music 26 Gibbs St. Rochester, NY 14604 dtemperley@esm.rochester.edu Abstract

More information

Orchestration notes on Assignment 2 (woodwinds)

Orchestration notes on Assignment 2 (woodwinds) Orchestration notes on Assignment 2 (woodwinds) Introductory remarks All seven students submitted this assignment on time. Grades ranged from 91% to 100%, and the average grade was an unusually high 96%.

More information

AP MUSIC THEORY 2016 SCORING GUIDELINES

AP MUSIC THEORY 2016 SCORING GUIDELINES 2016 SCORING GUIDELINES Question 7 0---9 points A. ARRIVING AT A SCORE FOR THE ENTIRE QUESTION 1. Score each phrase separately and then add the phrase scores together to arrive at a preliminary tally for

More information

Virginia Commonwealth University MHIS 146 Outline Notes. Open and Closed Positions of Triads Never more than an octave between the upper three voices

Virginia Commonwealth University MHIS 146 Outline Notes. Open and Closed Positions of Triads Never more than an octave between the upper three voices Virginia Commonwealth University MHIS 146 Outline Notes Unit 1 Review Harmony: Diatonic Triads and Seventh Chords Root Position and Inversions Chapter 11: Voicing and Doublings Open and Closed Positions

More information

Informal Introduction to Schenkerian Analysis techniques. a student primer. Glen C. Halls 2010

Informal Introduction to Schenkerian Analysis techniques. a student primer. Glen C. Halls 2010 Informal Introduction to Schenkerian Analysis techniques a student primer by Glen C. Halls 2010 The basic concept is the reduction; basically, the elimination of ornamental pitches to suggest a higher

More information

Comprehensive Course Syllabus-Music Theory

Comprehensive Course Syllabus-Music Theory 1 Comprehensive Course Syllabus-Music Theory COURSE DESCRIPTION: In Music Theory, the student will implement higher-level musical language and grammar skills including musical notation, harmonic analysis,

More information

Bach-Prop: Modeling Bach s Harmonization Style with a Back- Propagation Network

Bach-Prop: Modeling Bach s Harmonization Style with a Back- Propagation Network Indiana Undergraduate Journal of Cognitive Science 1 (2006) 3-14 Copyright 2006 IUJCS. All rights reserved Bach-Prop: Modeling Bach s Harmonization Style with a Back- Propagation Network Rob Meyerson Cognitive

More information

38. Schubert Der Doppelgänger (for Unit 3: Developing Musical Understanding)

38. Schubert Der Doppelgänger (for Unit 3: Developing Musical Understanding) 1 38. Schubert Der Doppelgänger (for Unit 3: Developing Musical Understanding) Background information and performance circumstances Biography Franz Schubert was born in 1797 in Vienna. He died in 1828

More information

AP MUSIC THEORY 2013 SCORING GUIDELINES

AP MUSIC THEORY 2013 SCORING GUIDELINES 2013 SCORING GUIDELINES Question 7 SCORING: 9 points A. ARRIVING AT A SCORE FOR THE ENTIRE QUESTION 1. Score each phrase separately and then add these phrase scores together to arrive at a preliminary

More information

Building a Better Bach with Markov Chains

Building a Better Bach with Markov Chains Building a Better Bach with Markov Chains CS701 Implementation Project, Timothy Crocker December 18, 2015 1 Abstract For my implementation project, I explored the field of algorithmic music composition

More information

AP Music Theory Course Syllabus Mr. Don Leonard

AP Music Theory Course Syllabus Mr. Don Leonard 2013-14 AP Music Theory Course Syllabus Mr. Don Leonard dleonard@.spotsylvania.k12.va.us COURSE OVERVIEW PRIMARY TEXTS Horvit, Michael, Koozin, Timothy and Nelson, Robert. Music for :. 4 th Ed. California:

More information

MTO 18.4 Examples: Goldenberg, The Interruption-Fill and Corollary Procedures

MTO 18.4 Examples: Goldenberg, The Interruption-Fill and Corollary Procedures 1 of 16 MTO 18.4 Examples: Goldenberg, The Interruption-Fill and Corollary Procedures (Note: audio, video, and other interactive examples are only available online) http://www.mtosmt.org/issues/mto.12.18.4/mto.12.18.4.goldenberg.php

More information

Piano Teacher Program

Piano Teacher Program Piano Teacher Program Associate Teacher Diploma - B.C.M.A. The Associate Teacher Diploma is open to candidates who have attained the age of 17 by the date of their final part of their B.C.M.A. examination.

More information

Calculating Dissonance in Chopin s Étude Op. 10 No. 1

Calculating Dissonance in Chopin s Étude Op. 10 No. 1 Calculating Dissonance in Chopin s Étude Op. 10 No. 1 Nikita Mamedov and Robert Peck Department of Music nmamed1@lsu.edu Abstract. The twenty-seven études of Frédéric Chopin are exemplary works that display

More information

Chapter 2: Beat, Meter and Rhythm: Simple Meters

Chapter 2: Beat, Meter and Rhythm: Simple Meters Chapter 2: Beat, Meter and Rhythm: Simple Meters MULTIPLE CHOICE 1. Which note value is shown below? a. whole note b. half note c. quarter note d. eighth note REF: Musician s Guide, p. 25 2. Which note

More information

On Interpreting Bach. Purpose. Assumptions. Results

On Interpreting Bach. Purpose. Assumptions. Results Purpose On Interpreting Bach H. C. Longuet-Higgins M. J. Steedman To develop a formally precise model of the cognitive processes involved in the comprehension of classical melodies To devise a set of rules

More information

Characteristics of Polyphonic Music Style and Markov Model of Pitch-Class Intervals

Characteristics of Polyphonic Music Style and Markov Model of Pitch-Class Intervals Characteristics of Polyphonic Music Style and Markov Model of Pitch-Class Intervals Eita Nakamura and Shinji Takaki National Institute of Informatics, Tokyo 101-8430, Japan eita.nakamura@gmail.com, takaki@nii.ac.jp

More information

Workbooks for undergraduate counterpoint 1-4

Workbooks for undergraduate counterpoint 1-4 1 Workbooks for undergraduate counterpoint 1-4 by Alan Belkin alanbelkinmusic@gmail.com http://alanbelkinmusic.com/ 2015, Alan Belkin. All rights reserved. This document may be shared freely, but may not

More information

LESSON 1 PITCH NOTATION AND INTERVALS

LESSON 1 PITCH NOTATION AND INTERVALS FUNDAMENTALS I 1 Fundamentals I UNIT-I LESSON 1 PITCH NOTATION AND INTERVALS Sounds that we perceive as being musical have four basic elements; pitch, loudness, timbre, and duration. Pitch is the relative

More information

Computational Reconstruction of Cogn Theory. Author(s)Tojo, Satoshi; Hirata, Keiji; Hamana. Citation New Generation Computing, 31(2): 89-

Computational Reconstruction of Cogn Theory. Author(s)Tojo, Satoshi; Hirata, Keiji; Hamana. Citation New Generation Computing, 31(2): 89- JAIST Reposi https://dspace.j Title Computational Reconstruction of Cogn Theory Author(s)Tojo, Satoshi; Hirata, Keiji; Hamana Citation New Generation Computing, 3(2): 89- Issue Date 203-0 Type Journal

More information

Perusal of modern music theory textbooks reveals. The Six-Four as Tonic Harmony, Tonal Emissary, and Structural Cue. Intégral 31 (2017) pp.

Perusal of modern music theory textbooks reveals. The Six-Four as Tonic Harmony, Tonal Emissary, and Structural Cue. Intégral 31 (2017) pp. pp. 1 25 The Six-Four as Tonic Harmony, Tonal Emissary, and Structural Cue by David Temperley Abstract. I explore several uses of the 6 4 chord that have not been widely acknowledged or studied. The harmonic

More information

46. Barrington Pheloung Morse on the Case

46. Barrington Pheloung Morse on the Case 46. Barrington Pheloung Morse on the Case (for Unit 6: Further Musical Understanding) Background information and performance circumstances Barrington Pheloung was born in Australia in 1954, but has been

More information