INTERVAL CYCLES IN THEORY AND PRACTICE. Designing a Musical Interface for Composition and Performance. Daniel Leon Harrell

Size: px
Start display at page:

Download "INTERVAL CYCLES IN THEORY AND PRACTICE. Designing a Musical Interface for Composition and Performance. Daniel Leon Harrell"

Transcription

1 INTERVAL CYCLES IN THEORY AND PRACTICE Designing a Musical Interface for Composition and Performance By Daniel Leon Harrell B. M., East Carolina University (2003) M.M., University of Louisville (2006) Proposal of Dissertation for the Doctorate of Musical Arts School of Music University of Illinois Urbana-Champaign

2 Harrell INTERVAL CYCLES IN THEORY AND PRACTICE Page 2 of 10 Abstract This study focuses on implementing an interactive musical instrument interface for the Apple ipad, which constructs and manipulates interval cycles in real-time to facilitate composition or live improvisation. In the first part of this dissertation the interval cycle and its musical function is described. Part two discusses the implementation of the musical interface including developing methods of visual representation, algorithmic data filtering and specific issues of interface design. Introduction The impetus for this project came from my desire to understand intuitively-based pitch organization within my own compositions. I began to find the connections I was looking for when I was introduced to interval cycles. Example 1. Interval cycle - IC(2 3) Interval cycles are pitch collections that consist of a repeating pattern of intervals. For example IC(2 3) is an interval cycle of an alternating pattern of a major second (2) and a minor third (3). Because there is no standard method of notating interval cycles, for convenience I will label them with the abbreviation IC and the interval pattern notated in the number of half steps of each interval within parentheses. IC(2 3) is an example of an interval cycle with pitches that do not repeat in each octave. This unique feature of interval cycles makes it difficult to calculate quickly what pitches will be in the cycle beyond a few iterations. To compound this problem, a more

3 Harrell INTERVAL CYCLES IN THEORY AND PRACTICE Page 3 of 10 complicated pattern of multiple intervals can quickly become too complex to easily manage without a proper tool. Statement of Problem Although there is great potential in the organization of pitch with interval cycles, efficiently calculating them restricts composers and performers from using them with ease. Additionally, even if a composer has the pitches for an interval cycle at hand, the act of composing at the piano with them is still difficult due to the layout of the conventional keyboard. Since the piano keys are oriented in repeating patterns of twelve it is difficult to work with interval cycles that do not align with this pattern. A keyboard that is capable of changing its layout dynamically with the interval cycle would be ideal for eliminating this hurdle. Background of the Study The use of interval cycles can be traced back as early as 1920 in a letter that Alban Berg writes to Arnold Schoenberg in which he encloses his Master Array of Interval Cycles 1. This master array is a chart of the twelve possible single-interval cycles. Berg describes this idea to Schoenberg as a theoretical trifle though ultimately used it as a central method of organizing pitch in many of his works. In example 2, Berg uses IC() in the bass and IC(1) in four parallel descending chromatic lines in an excerpt from Op. 2, No Perle, George. "Berg's Master Array of the Interval Cycles." The Musical Quarterly 63.1 (19): p.2

4 Harrell INTERVAL CYCLES IN THEORY AND PRACTICE Page of 10 Example 2. Reduction of the opening of Berg s Op. 2, No. 2 Howard Hansen extends the concept of interval cycles by using multiple intervals within a cycle called a projection. 2 Since some cycles, such as IC(3), exclude some pitches, Hansen extends these cycles by inserting an arbitrary interval of the perfect fifth. This allows any cycle to use all twelve chromatic pitches. Example 3 shows an IC(3) with the inserted perfect fifth. This cycle would now be notated as IC(3 3 3 ). Example 3. IC(3) with inserted perfect 5ths to use all twelve pitches To add to the complexity of Hansen s system he freely uses the output of an interval cycle in its original form as a scale, with the interval cycles pitch output reordered. All of Hanson s interval cycles will ultimately use all twelve pitches due to the insertion of a perfect 5 th. Due to this fact Hanson limits interval cycle-based pitch collections with a stopping point. IC() is seen below limited to 3 pitches in both projection form and reordered scale form. 2 Hanson, Howard. Harmonic Materials of Modern Music; Resources of the Tempered Scale. New York: Appleton-Century-Crofts, Print.

5 Harrell INTERVAL CYCLES IN THEORY AND PRACTICE Page 5 of 10 Example. IC() in projected form 1, and scale form 2. Related to interval cycles are Olivier Messiaen s Modes of Limited Transposition; symmetrical scales that have less than twelve possible transpositions 3. Messiaen created six modes that meet these criteria, however it is possible to create more using interval cycles. Any symmetrical interval cycle with pitch content that repeats in every octave will be a mode of limited transposition. Example 5 shows that IC(1 5) will produce a mode of limited transposition that is a subset of Messiaen's modes 2 and. Example 5. (1) Mode 2, (2) Mode, (3) IC (1 5) When composing with interval cycles it is also important to understand the degree to which each interval cycle is related. To do this it is necessary to understand them within the context of a musical space. Musical spaces organize all possible elements of the space in order to show the relationships between each of its members. The most common type of 3 Messiaen, Olivier. Technique De Mon Langage Musical. The Technique of My Musical Language : Musical Examples. Paris: Alphonse Leduc, Print.

6 Harrell INTERVAL CYCLES IN THEORY AND PRACTICE Page 6 of 10 musical space is pitch space, commonly associated with Hugo Riemann. Example 6 shows a portion of Reimann s tonnetz, a pitch space arrangement that shows all relative keys, chromatic mediant, and dominant relationships. Example 6. A portion of Reimann s Tonnetz Clifton Callendar, Ian Quinn and Dimitri Tymoczko describe multidimensional pitch spaces 5. Example shows the voice leading relationships between any two possible trichords. Additionally, Tymoczko uses geometric figures to visually represent the chords placed with in the full continuum of pitch space 6. Example. Pitch space showing all tri-chords. Interval cycles can be placed into an interval cycle space because they are collections of distances between pitches. Since interval cycles can be analyzed for their interval vector they can also be placed into an interval vector space. Since this would need to be a Lerdahl, Fred. Tonal Pitch Space. New York: Oxford UP, Print. 5 Clifton Callender, Ian Quinn, Dmitri Tymoczko Generalized Voice-Leading Spaces Published 18 April 2008, Science 320, 36 (2008) 6 Tymoczko, Dmitri. A Geometry of Music: Harmony and Counterpoint in the Extended Common Practice. New York: Oxford UP, Print.

7 Harrell INTERVAL CYCLES IN THEORY AND PRACTICE Page of 10 multidimensional space, algorithms would be required to calculate and map these spaces. These spaces can be used to understanding the complex relationships between various interval cycles. Research Questions The first task of this dissertation will be to construct a standard notation to represent interval cycles in a logical manner, with both standard musical notation and alternate visual representations. Secondly, the design of an instrument that visually shows the relationship of pitches within the interval cycle that has logical keyboard layouts. Finally, the task of how to manipulate the interval cycle via the interface in real-time with precision will directly influence the usability for the end user. The core algorithms used in this program will be used in the mapping of the interval cycle space, which will be available for the user to compare different interval cycles. Methods and Procedures This study focuses on creating an instrument to produce MIDI data, rather than an audio signal. Since the user interface of this program will be the Apple ipad, the ultimate goal will be a stand-alone application for the ios platform. However, the interim step of using the ipad as an input surface to output data to MAX/MSP or SuperCollider for processing the pitch algorithms may be necessary due to limitations of the Apple App Store development process. It is yet to be determined how the algorithm for computing this data will function. Attached to this document is a prototype schematic of the interface with sample data output. Page 1 is a diagram of the interval cycle input interface. Page 2 shows the dynamic

8 Harrell INTERVAL CYCLES IN THEORY AND PRACTICE Page 8 of 10 keyboard interface. Page 3 shows the alternate grid keyboard interface, which is design for efficiency on a flat surface. Page demonstrates chord entry on the dynamic keyboard. Pages 5 and 6 show two alternate views of the ipad application. Limitations The interface will be limited exclusively to the output of pitch information in the form of MIDI data and is not intended for use to control other parameters of music. Also the interface is not designed to handle any other decision-making requirements of the composition and improvisation processes outside of the realm of pitch. The instrument interface is designed for formulating and playing interval cycles primarily, thus will require some method of handling pitches that are excluded from the interval cycle. This limitation has not been accounted for yet but will be implemented in the software. Finally this study and instrument is limited to 12-tone equal temperament for practical purposes, but may be extended in the future for use with alternate tunings. Summary The goal of this project is to create an instrument to assist in creating interval cyclebased music. It is designed to increase efficiency in calculating and performing interval cycles. Priority will be placed on ease of use in the interface and robustness of the algorithm to sort interval cycles into a comprehensive interval cycle space.

9 Harrell INTERVAL CYCLES IN THEORY AND PRACTICE Page 9 of 10 References Perle, George. "Berg's Master Array of the Interval Cycles." The Musical Quarterly 63.1 (19): Hanson, Howard. Harmonic Materials of Modern Music; Resources of the Tempered Scale. New York: Appleton-Century-Crofts, Print. Messiaen, Olivier. Technique De Mon Langage Musical. The Technique of My Musical Language : Musical Examples. Paris: Alphonse Leduc, Print. Lerdahl, Fred. Tonal Pitch Space. New York: Oxford UP, Print. Clifton Callender, Ian Quinn, Dmitri Tymoczko Generalized Voice-Leading Spaces Published 18 April 2008, Science 320, 36 (2008) Tymoczko, Dmitri. A Geometry of Music: Harmony and Counterpoint in the Extended Common Practice. New York: Oxford UP, Print. Kelley, Robert Tyler., and Michael Howard Buchler. Mod- Transformations in Post-functional Music. Diss. Dissertation (PhD) Florida State University, 2005., Tallahassee: Florida State University, Print. Lewin, David. Generalized Musical Intervals and Transformations. New Haven: Yale UP, 198. Print. Lewin, David. "Transformational Techniques in Atonal and Other Music Theories."Perspectives of New Music 1/2 (1982): Print. Meredith, D. (2001). MIPS: A Formal Language for the Mathematical Investigation of Pitch Systems. Unpublished manuscript. Pekowski, John. "A Method for Composing with Interval Cycles as Applied to an Original Composition for Symphony Orchestra." Diss. Texas Tech University, 200. Print.

10 Harrell INTERVAL CYCLES IN THEORY AND PRACTICE Page 10 of 10 References (cont.) Quinn, Ian. "A Unified Theory of Chord Quality in Equal Temperament." Diss. University of Rochester, 200. Print. Reti, Rudolph. Tonality in Modern Music. New York, NY: Collier, Print. Travers, Aaron, and Aaron Travers. "Interval Cycles, Their Permutations and Generative Properties in Thomas Adès' Asyla." Diss. University of Rochester, 200. Print. Schillinger, Joseph, Lyle Dowling, and Arnold Shaw. The Schillinger System of Musical Composition. New York: C. Fischer, 196. Print.

11 Output: [C...] Output: [C E G# C5...] Output: [C E F# A#...] Output: [C E F# G# C5...] Output: [C E F# G# B D#5...] The pitch C is entered using the onscreen keyboard or from the input of an attached MIDI keyboard. Since there is no interval the output is only one pitch. The pitch E is entered, this creates the first interval. Both pitches are side by side because this completes the pattern for the cycle. The pitch F# is entered causing a line to split the cycle between the first and second interval. The pitch G is entered causing a line to split the cycle again. The user continues to enter pitches until the desired interval cycle is complete. As more pitches are added the circle is evenly divided. E F# F# 2 E G E 2 C E C F# C G C B C Step 1 Step 2 Step 3 Step Step 5 Appendix 1 - p. 1 Interval cycle input interface

12 C E G# C E G# C E G# C E G# 5 6 E C Step 2 C C C C C C C C C C C C 0 C Step 1 Appendix 1 - p. 2 Dynamic keyboard interface Step 3 F# C 2 E Step G C 1 F# 2 Step 5 A C G F# E E C E C E C E 5 6 F# A# C E F# A# C E F# A# 5 6 F# G B D# F F# A# D E F 5 6 F# G A C# D# E F# A# C C#

13 Appendix 1 - p. 3 Dynamic grid keyboard interface A C G E F# D# G A A# F# A# C C# A C# D# E C E F# G D# G A A# F# A# C C# A C# D# E C E F# G This grid keyboard layout is an alternative to the more conventional layout. It has the advantage of being more ergonomic on the flat surface of the ipad. The example shows IC( 2 1 2) arranged from lowest pitches on the bottom to the highest on the top. Also the grid is four squares wide to align with the interval cycle pattern. Each repetition of the interval cycle is the next row upward.

14 Appendix 1 - p. Chord entry on dynamic keyboard interface 5 6 A C G E F# C E F# G A C# D# E F# A# C C# The black dots represent the selected chord from within a IC( 2 1 2) that will result from the root note being pressed. Example output The example shows what this chord will be on each successive root pitch.

15 Appendix 1 - p. 5 C E A C G E F# 5 6 F# G A C# D# E F# A# C C#

16 F# A C 2 E G 2 1 D# 9 G 9 A 9 A# 9 F# 8 A# 8 C 9 C# 9 A C# 8 D# 8 E 8 C E F# G D# 6 G 6 A 6 A# 6 F# 5 A# 5 C 6 C# 6 A C# 5 D# 5 E 5 C E F# G Appendix 1 - p. 6

Composing with Numbers: Arnold Schoenberg and His Twelve-Tone Method

Composing with Numbers: Arnold Schoenberg and His Twelve-Tone Method Composing with Numbers: Arnold Schoenberg and His Twelve-Tone Method Gareth E. Roberts Department of Mathematics and Computer Science College of the Holy Cross Worcester, MA Math/Music: Aesthetic Links

More information

Mu2108 Set Theory: A Gentle Introduction Dr. Clark Ross

Mu2108 Set Theory: A Gentle Introduction Dr. Clark Ross Mu2108 Set Theory: A Gentle Introduction Dr. Clark Ross Consider (and play) the opening to Schoenberg s Three Piano Pieces, Op. 11, no. 1 (1909): If we wish to understand how it is organized, we could

More information

The Tuning CD Using Drones to Improve Intonation By Tom Ball

The Tuning CD Using Drones to Improve Intonation By Tom Ball The Tuning CD Using Drones to Improve Intonation By Tom Ball A drone is a sustained tone on a fixed pitch. Practicing while a drone is sounding can help musicians improve intonation through pitch matching,

More information

Pitch Class Sets [0,1,4] [0,1,4]

Pitch Class Sets [0,1,4] [0,1,4] Pitch Class Sets Paul Nelson - Revised: // Pitch Class Sets are a method for describing harmonies in th century music. These notations and methods can describe and manipulate any type of chord that can

More information

The abstract, universal, or essential class of a pitch. The thing about that pitch that different particular instances of it share in common.

The abstract, universal, or essential class of a pitch. The thing about that pitch that different particular instances of it share in common. SET THEORY CONCEPTS ***The Abstract and the Particular*** Octave Equivalence/Enharmonic Equivalence A category of abstraction whereby pitches that are registal duplicates of one another are considered

More information

164 music theory spectrum 30 (2008)

164 music theory spectrum 30 (2008) 164 music theory spectrum 30 (2008) Lewin, Intervals, and Transformations: a Comment on Hook dmitri tymoczko Keywords: David Lewin, Julian Hook, interval, pitch class, group theory, distance This paper

More information

A MUSICAL APPROACH TO LEARNING THE BANJO NECK

A MUSICAL APPROACH TO LEARNING THE BANJO NECK A MUSICAL APPROACH TO LEARNING THE BANJO NECK Introduction One of the things that has become clear to me, after a number of years of playing banjo, is that if I have any hope of improvising creatively

More information

Brandeis University. Arnold Schoenberg: Analysis and Interpretation. Nathaniel Eschler. A Graduate Project

Brandeis University. Arnold Schoenberg: Analysis and Interpretation. Nathaniel Eschler. A Graduate Project Brandeis University Arnold Schoenberg: Analysis and Interpretation By Nathaniel Eschler A Graduate Project Submitted to Dr. Chafe at Brandeis University in partial fulfillment of the requirements for Music

More information

Lesson DDD: Figured Bass. Introduction:

Lesson DDD: Figured Bass. Introduction: Lesson DDD: Figured Bass Introduction: In this lesson you will learn about the various uses of figured bass. Figured bass comes from a Baroque compositional practice in which composers used a numerical

More information

Bi- Tonal Quartal Harmony in Theory and Practice 1 Bruce P. Mahin, Professor of Music Radford University

Bi- Tonal Quartal Harmony in Theory and Practice 1 Bruce P. Mahin, Professor of Music Radford University Bi- Tonal Quartal Harmony in Theory and Practice 1 Bruce P. Mahin, Professor of Music Radford University In a significant departure from previous theories of quartal harmony, Bi- tonal Quartal Harmony

More information

Music Theory: Explanation and Basic Principles

Music Theory: Explanation and Basic Principles Music Theory: Explanation and Basic Principles Musical Scales Musical scales have developed in all cultures throughout the world to provide a basis for music to be played on instruments or sung by the

More information

As Example 2 demonstrates, minor keys have their own pattern of major, minor, and diminished triads:

As Example 2 demonstrates, minor keys have their own pattern of major, minor, and diminished triads: Lesson QQQ Advanced Roman Numeral Usage Introduction: Roman numerals are a useful, shorthand way of naming and analyzing chords, and of showing their relationships to a tonic. Conventional Roman numerals

More information

AUTOMATIC FITNESS IN GENERATIVE JAZZ SOLO IMPROVISATION

AUTOMATIC FITNESS IN GENERATIVE JAZZ SOLO IMPROVISATION AUTOMATIC FITNESS IN GENERATIVE JAZZ SOLO IMPROVISATION ABSTRACT Kjell Bäckman Informatics Department University West Trollhättan, Sweden Recent work by the author has revealed the need for an automatic

More information

www.migu-music.com Michael Gundlach DOWNLOAD PDF FILE WALKING BASS for Piano An easy method for creating Walking Bass Lines on Piano

www.migu-music.com Michael Gundlach DOWNLOAD PDF FILE WALKING BASS for Piano An easy method for creating Walking Bass Lines on Piano www.migu-music.com Michael Gundlach DOWNLOAD PDF FILE WALKING BASS for Piano An easy method for creating Walking Bass Lines on Piano Table of Contents 3 Explanation of the Contents 5 Introduction to the

More information

Practice Test University of Massachusetts Graduate Diagnostic Examination in Music Theory

Practice Test University of Massachusetts Graduate Diagnostic Examination in Music Theory name: date: Practice Test University of Massachusetts Graduate Diagnostic Examination in Music Theory Make no marks on this page below this line area Rudiments [1 point each] 1 2 3 4 5 6 7 8 9 10 results

More information

Modes of limited transposition From Wikipedia, the free encyclopedia

Modes of limited transposition From Wikipedia, the free encyclopedia Modes of limited transposition From Wikipedia, the free encyclopedia Modes of limited transposition are musical modes or scales that fulfill specific criteria relating to their symmetry and the repetition

More information

Music Theory Unplugged By Dr. David Salisbury Functional Harmony Introduction

Music Theory Unplugged By Dr. David Salisbury Functional Harmony Introduction Functional Harmony Introduction One aspect of music theory is the ability to analyse what is taking place in the music in order to be able to more fully understand the music. This helps with performing

More information

GRADE THREE THEORY REVISION

GRADE THREE THEORY REVISION GRADE THREE THEORY REVISION Note Pitches Use flashcards to make sure you know all your notes including leger lines. Whenever you name a note remember to check the clef, keysignature, and for accidentals

More information

Today, Iʼd like to introduce you to an analytical system that Iʼve designed for microtonal music called Fractional Set Theory.

Today, Iʼd like to introduce you to an analytical system that Iʼve designed for microtonal music called Fractional Set Theory. College Music Society Great Lakes Regional Conference Chicago, IL 2012 1 LECTURE NOTES (to be read in a conversational manner) Today, Iʼd like to introduce you to an analytical system that Iʼve designed

More information

Fundamentals Keyboard Exam

Fundamentals Keyboard Exam Fundamentals Keyboard Exam General requirements: 1. Scales: be prepared to play: All major and minor scales (including melodic minor, natural minor, and harmonic minor) up to five sharps and flats, ith

More information

Lecture Notes on Pitch-Class Set Theory. Topic 4: Inversion. John Paul Ito

Lecture Notes on Pitch-Class Set Theory. Topic 4: Inversion. John Paul Ito Lecture Notes on Pitch-Class Set Theory Topic 4: Inversion John Paul Ito Inversion We have already seen in the notes on set classes that while in tonal theory, to invert a chord is to take the lowest note

More information

Adding a diatonic seventh to a diminished leading-tone triad in minor will result in the following sonority:

Adding a diatonic seventh to a diminished leading-tone triad in minor will result in the following sonority: Lesson PPP: Fully-Diminished Seventh Chords Introduction: In Lesson 6 we looked at the diminished leading-tone triad: vii o. There, we discussed why the tritone between the root and fifth of the chord

More information

Definitive Piano Improvisation Course

Definitive Piano Improvisation Course Definitive Piano Improvisation Course By Yoke Wong 2007 Harmony and Melody Studio Inc Contents Pages Introduction Pentatonic Scale Improvisation 1 Country Western Style Made Easy 4 Left Hand Harmonizing

More information

INTERVALS. An INTERVAL is the distance between two notes /pitches. Intervals are named by size and quality:

INTERVALS. An INTERVAL is the distance between two notes /pitches. Intervals are named by size and quality: Dr. Barbara Murphy University of Tennessee School of Music INTERVALS An INTERVAL is the distance between two notes /pitches. Intervals are named by size and quality: Interval Size: The size is an Arabic

More information

22. Mozart Piano Sonata in B flat, K. 333: movement I

22. Mozart Piano Sonata in B flat, K. 333: movement I 22. Mozart Piano Sonata in B flat, K. 333: movement I (for Unit 3: Developing Musical Understanding) Background Information and Performance Circumstances Biography Mozart was born in Austria on the 27

More information

Keystation Pro 88 Advanced Guide. Contents: 1 Getting Started. 2 Terminology. 3 Performance Operations of the Keystation Pro 88

Keystation Pro 88 Advanced Guide. Contents: 1 Getting Started. 2 Terminology. 3 Performance Operations of the Keystation Pro 88 Keystation Pro 88 Advanced Guide Contents: 1 Getting Started 2 Terminology 3 Performance Operations of the Keystation Pro 88 Sending Program Changes During Performance Sending Bank Changes During Performance

More information

MMTA Written Theory Exam Requirements Level 3 and Below. b. Notes on grand staff from Low F to High G, including inner ledger lines (D,C,B).

MMTA Written Theory Exam Requirements Level 3 and Below. b. Notes on grand staff from Low F to High G, including inner ledger lines (D,C,B). MMTA Exam Requirements Level 3 and Below b. Notes on grand staff from Low F to High G, including inner ledger lines (D,C,B). c. Staff and grand staff stem placement. d. Accidentals: e. Intervals: 2 nd

More information

Pizzicato. Music Notation. Intuitive Music Composition. A Full Range of Music Software for the Musician. and

Pizzicato. Music Notation. Intuitive Music Composition. A Full Range of Music Software for the Musician. and Pizzicato TM Music Notation and Intuitive Music Composition Pizzicato Light Pizzicato Beginner Pizzicato Notation Pizzicato Guitar Pizzicato Choir Pizzicato Soloist Pizzicato Drums & Percussion Pizzicato

More information

KEYBOARD BENCHMARKS First Part

KEYBOARD BENCHMARKS First Part KEYBOARD BENCHMARKS First Part Practice Materials and Study Guide 2 nd Edition Compiled by the Ave Maria University Department of Music 2010. All rights reserved. 2 Contents RATIONALE AND SCHEMAE FOR THE

More information

Theory and Ear Training Student Handbook 2015-2016

Theory and Ear Training Student Handbook 2015-2016 Theory and Ear Training Student Handbook 2015-2016 Contents Introduction... 4 Proficiency Tests... 5 Manhattan School of Music Mission Statement... 5 Recommended Textbooks... 5 Suggested Web Sites... 5

More information

Expanding Your Harmonic Horizons

Expanding Your Harmonic Horizons 2016 American String Teachers National Conference Expanding Your Harmonic Horizons Harmony Clinic for Harpists Presented By Felice Pomeranz Publications used as resources from Felice's Library of Teaching

More information

Guitar Rubric. Technical Exercises Guitar. Debut. Group A: Scales. Group B: Chords. Group C: Riff

Guitar Rubric. Technical Exercises Guitar. Debut. Group A: Scales. Group B: Chords. Group C: Riff Guitar Rubric Technical Exercises Guitar Debut In this section the examiner will ask you to play a selection of exercises drawn from each of the three groups shown below. Groups A and B contain examples

More information

Students' guide: Area of study 1 (The Western classical tradition 1650-1910)

Students' guide: Area of study 1 (The Western classical tradition 1650-1910) Students' guide: Area of study 1 (The Western classical tradition 1650-1910) This resource gives students a breakdown of Haydn's Symphony 101 in D major 'The Clock' movt. 2. It also offers guidance on

More information

Generalized Interval System and Its Applications

Generalized Interval System and Its Applications Generalized Interval System and Its Applications Minseon Song May 17, 2014 Abstract Transformational theory is a modern branch of music theory developed by David Lewin. This theory focuses on the transformation

More information

Getting Started with 4-part Harmony

Getting Started with 4-part Harmony Getting Started with 4-part Harmony Some of you have already written chord progressions in a previous theory class. However, it is my experience that few students come to college with the ability to consistently

More information

Jazz Theory and Practice Module 1, a, b, c: Tetrachords and Scales

Jazz Theory and Practice Module 1, a, b, c: Tetrachords and Scales Jazz Theory and Practice Module 1, a, b, c: Tetrachords and Scales A. The basic tetrachords, and other melodic patterns Modules 1 and 2 are about jazz basics: chords and scales. The chords could have come

More information

Sax Tutor provides instant access to the required fingerings for any note within a

Sax Tutor provides instant access to the required fingerings for any note within a Sax Tutor Operating Guide V4.1 Introduction Sax T u t o r i s a s i m p l e p r o g r a m t o a i axophone d s students with the various note fingerings and provides a visual way of learning scales whilst

More information

Drum-Set Tuning Guide

Drum-Set Tuning Guide Drum-Set Tuning Guide Tune-Bot enables you to accurately tune your drums to a specific notes or frequencies and once you know the notes or frequencies you want, you can quickly tune and retune your drums.

More information

Proposal for Self-Determined Major in Music Production and Sound Technology

Proposal for Self-Determined Major in Music Production and Sound Technology RR Proposal for Self-Determined Major in Music Production and Sound Technology I became heavily interested in recording music when I was a junior in high school, and I knew that I wanted to pursue music

More information

DRAFT Teacher Notes. Geometric Music Teacher Notes

DRAFT Teacher Notes. Geometric Music Teacher Notes DRAFT Teacher Notes Geometric Music Teacher Notes Geometric Music can be a stand-alone activity. Since geometric transformations are applied to a musical setting, the concepts can be understood by anyone

More information

SVL AP Music Theory Syllabus/Online Course Plan

SVL AP Music Theory Syllabus/Online Course Plan SVL AP Music Theory Syllabus/Online Course Plan Certificated Teacher: Norilee Kimball Date: April, 2010 Stage One Desired Results Course Title/Grade Level: AP Music Theory/Grades 9-12 Credit: one semester

More information

MYSTIC CHORD HARMONIC AND LIGHT TRANSFORMATIONS IN ALEXANDER SCRIABIN S PROMETHEUS TYLER MATTHEW SECOR A THESIS

MYSTIC CHORD HARMONIC AND LIGHT TRANSFORMATIONS IN ALEXANDER SCRIABIN S PROMETHEUS TYLER MATTHEW SECOR A THESIS MYSTIC CHORD HARMONIC AND LIGHT TRANSFORMATIONS IN ALEXANDER SCRIABIN S PROMETHEUS by TYLER MATTHEW SECOR A THESIS Presented to the School of Music and Dance and the Graduate School of the University of

More information

Demonstrate technical proficiency on instrument or voice at a level appropriate for the corequisite

Demonstrate technical proficiency on instrument or voice at a level appropriate for the corequisite MUS 101 MUS 111 MUS 121 MUS 122 MUS 135 MUS 137 MUS 152-1 MUS 152-2 MUS 161 MUS 180-1 MUS 180-2 Music History and Literature Identify and write basic music notation for pitch and Identify and write key

More information

FOURIER TRANSFORM BASED SIMPLE CHORD ANALYSIS. UIUC Physics 193 POM

FOURIER TRANSFORM BASED SIMPLE CHORD ANALYSIS. UIUC Physics 193 POM FOURIER TRANSFORM BASED SIMPLE CHORD ANALYSIS Fanbo Xiang UIUC Physics 193 POM Professor Steven M. Errede Fall 2014 1 Introduction Chords, an essential part of music, have long been analyzed. Different

More information

PREPARING TO STUDY JAZZ AT THE NEW ZEALAND SCHOOL OF MUSIC. The Jazz Theory Entrance Test 2010 STUDY GUIDE

PREPARING TO STUDY JAZZ AT THE NEW ZEALAND SCHOOL OF MUSIC. The Jazz Theory Entrance Test 2010 STUDY GUIDE PREPARING TO STUDY JAZZ AT THE NEW ZEALAND SCHOOL OF MUSIC The Jazz Theory Entrance Test 2010 STUDY GUIDE The Jazz Theory Entrance Test Study Guide Every concept that you will study in jazz theory, either

More information

Curriculum Mapping Electronic Music (L) 4202 1-Semester class (18 weeks)

Curriculum Mapping Electronic Music (L) 4202 1-Semester class (18 weeks) Curriculum Mapping Electronic Music (L) 4202 1-Semester class (18 weeks) Week Standard Skills Resources Vocabulary Assessments Students sing using computer-assisted instruction and assessment software.

More information

Midi Workshop. SAWStudio. From RML Labs. To order this product, or download a free demo, visit www.sawstudio.com

Midi Workshop. SAWStudio. From RML Labs. To order this product, or download a free demo, visit www.sawstudio.com SAWStudio Midi Workshop From RML Labs Welcome to the exciting new Midi WorkShop add-on for SAWStudio! The Midi WorkShop requires SAWStudio, SAWStudioLite, or SAWStudioBasic as a host. The Midi WorkShop

More information

GSnap Manual. Welcome to GSnap. Installation. Hints

GSnap Manual. Welcome to GSnap. Installation. Hints GSnap Manual Welcome to GSnap GSnap is an auto-tune effect. It can be used subtly to correct the pitch of a vocal, or, with more extreme settings, to create a robot-voice effect. It requires a monophonic

More information

Mathematical Harmonies Mark Petersen

Mathematical Harmonies Mark Petersen 1 Mathematical Harmonies Mark Petersen What is music? When you hear a flutist, a signal is sent from her fingers to your ears. As the flute is played, it vibrates. The vibrations travel through the air

More information

ROCK BAND 3 WIRELESS KEYBOARD:

ROCK BAND 3 WIRELESS KEYBOARD: Music Systems, Inc. ROCK BAND 3 WIRELESS KEYBOARD: MIDI User Guide HMXHW1023 REVISION: 01 Date: 07/16/10 Introduction... 3 What is MIDI?... 3 Features... 3 Getting Started... 4 Control Surface Functions

More information

The Chord Book - for 3 string guitar

The Chord Book - for 3 string guitar The Chord Book - for 3 string guitar Prepared for: 3 string fretted cbg Prepared by: Patrick Curley Forward This short ebook will help you play chords on your 3 string guitar. I m tuned to G, if you re

More information

8 th grade concert choir scope and sequence. 1 st quarter

8 th grade concert choir scope and sequence. 1 st quarter 8 th grade concert choir scope and sequence 1 st quarter MU STH- SCALES #18 Students will understand the concept of scale degree. HARMONY # 25. Students will sing melodies in parallel harmony. HARMONY

More information

How To Write A Jazz Songbook

How To Write A Jazz Songbook Improvisation Education Support Software Towards a Personal Improvisation Companion Robert M. Keller Harvey Mudd College Claremont, California, USA Leeds International Jazz Conference Leeds, England March

More information

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary Shape, Space, and Measurement- Primary A student shall apply concepts of shape, space, and measurement to solve problems involving two- and three-dimensional shapes by demonstrating an understanding of:

More information

CATIA V5 Surface Design

CATIA V5 Surface Design CATIA V5 Training Foils CATIA V5 Surface Design Version 5 Release 19 August 2008 EDU_CAT_EN_V5S_FI_V5R19 1 Lesson 1: Introduction to Generative Shape Design About this Course Introduction CATIA is a robust

More information

Sample Pages. This pdf contains sample pages from the ebook The Easy Guide to Jazz Guitar Arpeggios. To get the full ebook, Click Here

Sample Pages. This pdf contains sample pages from the ebook The Easy Guide to Jazz Guitar Arpeggios. To get the full ebook, Click Here 1 Sample Pages This pdf contains sample pages from the ebook The Easy Guide to Jazz Guitar Arpeggios. To get the full ebook, Click Here 2 Contents Introduction....6 What Are Arpeggios?....7 Chapter 1:

More information

MTRS Publishing 2004 Copying allowed only for use in subscribing institution www.mtrs.co.uk

MTRS Publishing 2004 Copying allowed only for use in subscribing institution www.mtrs.co.uk 20th Century Dance Music The Tango The Tango is a dance from Argentina. It developed in the city of Buenos Aires around the red light areas of the city, around the docks. For a time, it was discouraged

More information

Crash Course in Music Theory for Guitarists by Andy Drudy

Crash Course in Music Theory for Guitarists by Andy Drudy Crash Course in Music Theory for Guitarists by Andy rudy An in-depth knowledge of music theory is essential for any musician. Learning the ropes so-to-speak, will rapidly expand your insight into you own

More information

Standard 1: Skills and Techniques 1

Standard 1: Skills and Techniques 1 1 Standard 1: Skills and Techniques 1 CB.1.1 Instrument Knowledge Skills CB.1.1.1 Instrument in good playing condition- including proper assembly, reed care, and cleaning. CB.1.2 Playing Posture Skills

More information

MU 3323 JAZZ HARMONY III. Chord Scales

MU 3323 JAZZ HARMONY III. Chord Scales JAZZ HARMONY III Chord Scales US Army Element, School of Music NAB Little Creek, Norfolk, VA 23521-5170 13 Credit Hours Edition Code 8 Edition Date: March 1988 SUBCOURSE INTRODUCTION This subcourse will

More information

Little LFO. Little LFO. User Manual. by Little IO Co.

Little LFO. Little LFO. User Manual. by Little IO Co. 1 Little LFO User Manual Little LFO by Little IO Co. 2 Contents Overview Oscillator Status Switch Status Light Oscillator Label Volume and Envelope Volume Envelope Attack (ATT) Decay (DEC) Sustain (SUS)

More information

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, 5-8 8-4, 8-7 1-6, 4-9

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, 5-8 8-4, 8-7 1-6, 4-9 Glencoe correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 STANDARDS 6-8 Number and Operations (NO) Standard I. Understand numbers, ways of representing numbers, relationships among numbers,

More information

The Basic Jazz Guitar Chord Book

The Basic Jazz Guitar Chord Book The Basic Jazz Guitar Chord Book By Dirk Laukens / January 25, 2005 Hello and welcome to the basic jazz guitar chord book, brought to you by www.jazzguitar.be. How are guitar chords built? What makes a

More information

How to Read Music Notation

How to Read Music Notation How to Read Music Notation The New School of American Music IN JUST 30 MINUTES! C D E F G A B C D E F G A B C D E F G A B C D E F G A B C D E F G A B C D E 1. MELODIES The first thing to learn about reading

More information

LECTURE 11: PROCESS MODELING

LECTURE 11: PROCESS MODELING LECTURE 11: PROCESS MODELING Outline Logical modeling of processes Data Flow Diagram Elements Functional decomposition Data Flows Rules and Guidelines Structured Analysis with Use Cases Learning Objectives

More information

Table of Contents MTO Home SMT Home Join SMT. Volume 10, Number 3, September 2004 Copyright 2004 Society for Music Theory

Table of Contents MTO Home SMT Home Join SMT. Volume 10, Number 3, September 2004 Copyright 2004 Society for Music Theory Music Theory Online The Online Journal of the Society for Music Theory Table of Contents MTO Home SMT Home Join SMT Nick Collins* Volume 10, Number 3, September 2004 Copyright 2004 Society for Music Theory

More information

Triads. Triads have a very specific structure: Triad Structure. Note that is a 5th above root ( fifth )! Note that is a 3rd above root ( third ) ROOT

Triads. Triads have a very specific structure: Triad Structure. Note that is a 5th above root ( fifth )! Note that is a 3rd above root ( third ) ROOT Chord Inversion In one way (and maybe only one), keyboard players have it easy: there s only one of each note in each octave, and it - along with all the other notes - is there, in plain view, on the keyboard.

More information

Music Theory IV. Final Exam. All Chapters H&VL. Prof. Andy Brick. I pledge my honor that I have abided by the Stevens Honor System.

Music Theory IV. Final Exam. All Chapters H&VL. Prof. Andy Brick. I pledge my honor that I have abided by the Stevens Honor System. Music Theory IV Final Exam All Chapters H&VL Prof. Andy Brick I pledge my honor that I have abided by the Stevens Honor System. 04/08/08 Due Week of, May 04 2008 Due Week of April 13: Exposition & Development

More information

ESKIBS2 Bespoke or specialist software

ESKIBS2 Bespoke or specialist software Overview This is the ability to select and use a suitable specialist or bespoke software application to carry out an appropriate data processing task. It includes understanding the capabilities of the

More information

Recurrence and Expectation in the First Movement of Brahms s Third Symphony

Recurrence and Expectation in the First Movement of Brahms s Third Symphony Recurrence and Expectation in the First Movement of Brahms s Third Symphony According to formal abstractions describing sonata form since Haydn, the exposition and recapitulation present the listener with

More information

Jim Hall Chords and Comping Techniques

Jim Hall Chords and Comping Techniques Jim Hall Chords and Comping Techniques Jazz guitar comping is an art form in its own right. The comping rhythms, melodies, and voicings of the greatest Jazz guitarists are delightful to listen to, with

More information

The Harmonic-Bass Divorce in Rock: A Method for Conceptualizing the Organization of Chord Extensions

The Harmonic-Bass Divorce in Rock: A Method for Conceptualizing the Organization of Chord Extensions Introduction The Harmonic-Bass Divorce in Rock: A Method for Conceptualizing the Organization of Chord Extensions Hello. If you would like to download the slides for my talk, you can do so at the web address

More information

How To Determine Chords for Mountain Dulcimer Playing (How The Person Who Wrote the Chord Book Figured It Out)

How To Determine Chords for Mountain Dulcimer Playing (How The Person Who Wrote the Chord Book Figured It Out) How To Determine Chds f Mountain Dulcimer Playing (How The Person Who Wrote the Chd Book Figured It Out) by Roger Huffmaster Did you ever wonder how the person who wrote the mountain dulcimer chd chart

More information

Musical Literacy. Clarifying Objectives. Musical Response

Musical Literacy. Clarifying Objectives. Musical Response North Carolina s Kindergarten Music Note on Numbering/Strands: ML Musical Literacy, MR Musical Response, CR Contextual Relevancy Musical Literacy K.ML.1 Apply the elements of music and musical techniques

More information

MUSIC GLOSSARY. Accompaniment: A vocal or instrumental part that supports or is background for a principal part or parts.

MUSIC GLOSSARY. Accompaniment: A vocal or instrumental part that supports or is background for a principal part or parts. MUSIC GLOSSARY A cappella: Unaccompanied vocal music. Accompaniment: A vocal or instrumental part that supports or is background for a principal part or parts. Alla breve: A tempo marking indicating a

More information

Tonic- The main pitch in tonal music, and also the first (and last) letter of a major or minor scale.

Tonic- The main pitch in tonal music, and also the first (and last) letter of a major or minor scale. Scale- A scale is a series of pitches in ascending order, such as D E F G A B C D. There are many kinds of scales, which differ in how many different pitch names they use, and in the pattern of steps they

More information

Workbook to Accompany Jazz Theory From Basic To Advanced Study

Workbook to Accompany Jazz Theory From Basic To Advanced Study Workbook to Accompany Jazz Theory From Basic To Advanced Study Jazz Theory From Basic To Advanced Study WORKBOOK Dariusz Terefenko Eastman School of Music, University of Rochester 2014 by Routledge, an

More information

Music Fundamentals 5: Triads, Chords, Introduction to Roman Numerals. Collection Editor: Terry B. Ewell

Music Fundamentals 5: Triads, Chords, Introduction to Roman Numerals. Collection Editor: Terry B. Ewell Music Fundamentals 5: Triads, Chords, Introduction to Roman Numerals Collection Editor: Terry B. Ewell Music Fundamentals 5: Triads, Chords, Introduction to Roman Numerals Collection Editor: Terry B.

More information

General Music K-2 Primary Elementary Grades

General Music K-2 Primary Elementary Grades The following General K-8 alignment with Iowa Core was developed to provide guidance with the 21 st Century Universal Constructs: Critical Thinking, Effective Communication, Creativity, Collaboration,

More information

Important Rules for 4-Part Progressions

Important Rules for 4-Part Progressions Imptant Rules f 4-Part Progressions In general, some theists (including Ottman and myself) try to spend most of our time telling you what to do rather than what not to do. If you internalize all of our

More information

Everyday Mathematics GOALS

Everyday Mathematics GOALS Copyright Wright Group/McGraw-Hill GOALS The following tables list the Grade-Level Goals organized by Content Strand and Program Goal. Content Strand: NUMBER AND NUMERATION Program Goal: Understand the

More information

4 Pitch and range in language and music

4 Pitch and range in language and music 4 Pitch and range in language and music 4.1 Average and range of pitch in spoken language and song 4.1.1 Average and range of pitch in language Fant (1956) determined the average values for fundamental

More information

Teaching Fourier Analysis and Wave Physics with the Bass Guitar

Teaching Fourier Analysis and Wave Physics with the Bass Guitar Teaching Fourier Analysis and Wave Physics with the Bass Guitar Michael Courtney Department of Chemistry and Physics, Western Carolina University Norm Althausen Lorain County Community College This article

More information

Harmony Review Follow up: This harmony test has 36 questions. - - - - - Section I: Terms (8 questions)

Harmony Review Follow up: This harmony test has 36 questions. - - - - - Section I: Terms (8 questions) Harmony Review Follow up: This harmony test has 36 questions. Section I: Terms (8 questions) From what we covered last Wednesday, you should be fine on this if you know the terms on the first section of

More information

UNIFORMLY DISCONTINUOUS GROUPS OF ISOMETRIES OF THE PLANE

UNIFORMLY DISCONTINUOUS GROUPS OF ISOMETRIES OF THE PLANE UNIFORMLY DISCONTINUOUS GROUPS OF ISOMETRIES OF THE PLANE NINA LEUNG Abstract. This paper discusses 2-dimensional locally Euclidean geometries and how these geometries can describe musical chords. Contents

More information

An Introduction to Chords

An Introduction to Chords 1 An Introduction to Chords by David Gilson A chord is the musical sound produced by playing a number of notes at the same time. The sound of the chord is different depending on the key you are playing

More information

Big Ideas in Mathematics

Big Ideas in Mathematics Big Ideas in Mathematics which are important to all mathematics learning. (Adapted from the NCTM Curriculum Focal Points, 2006) The Mathematics Big Ideas are organized using the PA Mathematics Standards

More information

Intervals Harmony Chords and Scales. Workbook

Intervals Harmony Chords and Scales. Workbook Intervals Harmony Chords and Scales Workbook Introduction In writing this book I was able to make many discoveries for myself both in methods of teaching and basic use of music theory. In every discipline

More information

Electronic Circuit Construction:

Electronic Circuit Construction: Electronic Circuit Construction: Various methods are used for building electronic circuits. The method that you choose depends on a number of factors, including the resources available to you and whether

More information

At the piano; learning a natural hand position; the steady beat; pre-reading: two black keys Learning finger numbers, posture, and arm weight;

At the piano; learning a natural hand position; the steady beat; pre-reading: two black keys Learning finger numbers, posture, and arm weight; PREPARATORY 0 1 At the piano; learning a natural hand position; the steady beat; pre-reading: two black keys Learning finger numbers, posture, and arm weight; pre-reading: three black keys; double bar

More information

Learning to play the piano

Learning to play the piano Learning to play the piano INTRODUCTION TO THE KEYBOARD... 2 STEPPING UP... 2 TREBLE SPACES... 7 BASS SPACES... 9 TIME SIGNATURE... 12 UP AND DOWN THE HILLS... 15 UP AND DOWN THE HILLS IN G MAJOR... 16

More information

MIDI Mobilizer. Advanced Guide

MIDI Mobilizer. Advanced Guide MIDI Mobilizer MIDI Memo Recorder Advanced Guide An in-depth guide to the features and functionality of the MIDI Mobilizer hardware and MIDI Memo Recorder application for iphone and ipod touch Electrophonic

More information

Lever Harp Tunings & Major Keys

Lever Harp Tunings & Major Keys Lever Harp Tunings & Major Keys As you probably are aware, the levers on your harp raise the pitch of a given string by one half-step. Unlike the pedal harp, where each string can be played as a flat,

More information

Functional Harmony for the Jazz Guitarist

Functional Harmony for the Jazz Guitarist Functional Harmony for the Jazz Guitarist Functional harmony is an approach to understanding and improvising over complex chords and complex chord progressions. The most basic functions of chords revolve

More information

Level 3 Scale Reference Sheet MP: 4 scales 2 major and 2 harmonic minor

Level 3 Scale Reference Sheet MP: 4 scales 2 major and 2 harmonic minor Level 3 Scale Reference Sheet MP: 4 scales 2 major and 2 harmonic minor 1. Play Scale (As tetrachord or one octave, hands separate or together) 2. Play I and V chords (of the scale you just played) (Hands

More information

Piano Accordion vs. Chromatic Button Accordion

Piano Accordion vs. Chromatic Button Accordion Piano Accordion vs. Chromatic Button Accordion Which is best, piano accordion (PA), or five row chromatic button accordion (CBA)? This is a question which is often debated in newsgroups. The question should

More information

Data Visualization Using Polynomiography

Data Visualization Using Polynomiography Using Polynomiography Catherine Wilshusen 1, Bahman 2 1 Johns Hopkins University 2 Rutgers University, Dept. of Computer Science DIMACS REU First Student Presentations, 2013 Introduction to Polynomiography

More information

CATIA Functional Tolerancing & Annotation TABLE OF CONTENTS

CATIA Functional Tolerancing & Annotation TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Functional Tolerancing and Annotation...2 Pull-down Menus...3 Insert...3 Functional Tolerancing and Annotation Workbench...4 Bottom Toolbar Changes...5 3D Grid Toolbar...5

More information

Writing Reports BJECTIVES ONTENTS. By the end of this section you should be able to :

Writing Reports BJECTIVES ONTENTS. By the end of this section you should be able to : Writing Reports By the end of this section you should be able to : O BJECTIVES Understand the purposes of a report Plan a report Understand the structure of a report Collect information for your report

More information