CSC475 Music Information Retrieval

Size: px
Start display at page:

Download "CSC475 Music Information Retrieval"

Transcription

1 CSC475 Music Information Retrieval Symbolic Music Representations George Tzanetakis University of Victoria 2014 G. Tzanetakis 1 / 30

2 Table of Contents I 1 Western Common Music Notation 2 Digital Formats for Symbolic Representations 3 Tools for Symbolic Representations G. Tzanetakis 2 / 30

3 Introduction Music notation and theory are complex topics that can take many years to master This presentation barely scratches the surface of the subject The main goal is to provide enough background for students with no formal music training to be able to read and understand MIR papers that use terminology from music notation and theory It is never too late to get some formal music training G. Tzanetakis 3 / 30

4 History of Music Notation Earliest known form of music notation in cuneiform Sumerian tablet around 2000 BC. Initially a mnemonic aid to oral instruction, performance and transmission it evolved into a codified set of conventions that transformed how music was created, distributed and consumed across time and space. Notation can be viewed as a visual representation of instructions for how to perform an instrument. Tablature notation for example is specific to stringed instruments. Primary focus of traditional musicology G. Tzanetakis 4 / 30

5 Western Common Music Notation Originally used in European Classical Music is currently used in many genres around the world Mainly encodes pitch and timing (to a certain degree designed for keyboard instruments) Considerable freedom in interpretation Five staff lines G. Tzanetakis 5 / 30

6 Notating rhythm Symbols indicate relative durations in terms of multiples (or fractions) of underlying regular pulse If tempo is specified then exact durations can be computed (for example the first symbol would last 60 seconds / 85 BPM = seconds) A different set of symbols is used to indicate rests Numbers under symbols indicate the duration in terms of eighth notes. Each measure is subdivded into 2 half notes, 4 quarter notes, 8 eighth notes. G. Tzanetakis 6 / 30

7 Time signature and measures Measure (or bar) lines indicate regular groupings of notes Time signature shows the rhythmic content of each measure Compound rhythms consists of smaller rhythmic units G. Tzanetakis 7 / 30

8 Notating pitches Clef sign anchors the five staff lines to a particular pitch Note symbols are either placed on staff lines or between staff lines. Successive note symbols (one between lines followed by one on a staff line or the other way around) correspond to successive white notes on a keyboard. Invisible staff lines extend above and below G. Tzanetakis 8 / 30

9 Notating pitches G. Tzanetakis 9 / 30

10 Repeat signs and structure Repeat signs and other notation conventions can be thought of as a proto programming language providing looping constructs and goto statements Hierarchical structure is common i.e ABAA form Structure = segmentation + similarity G. Tzanetakis 10 / 30

11 Structure of Naima by J. Coltrane G. Tzanetakis 11 / 30

12 Intervals Intervals are pairs of pitches Melodic when the pitches are played in succession Harmonic when the pitches are played simultaneously Uniquely characterized by number of semitones (although typically named using a more complex system) (microtuning also possible) G. Tzanetakis 12 / 30

13 Naming of intervals The most common naming convention for intervals uses two attributes to describe them: quality and number. Quality Quality: perfect, major, minor, augmented, diminished. Number Number: unison, second, third, fifth, sixth, seventh, octave and is based on counting staff positions G. Tzanetakis 13 / 30

14 Scales and Modes A scale is a sequence of intervals typically consisting of whole tones and semitones and spanning an octave. Diatonic scales are the ones that can be played using only the white keys on a piano. They are called modes and have ancient greek names. G. Tzanetakis 14 / 30

15 Major/Minor Scales The scales used in composed Western classical music are primarily the major and minor scales. The harmonic minor scale has an augmented second (A) that occurs between the 6th and 7th tone. G. Tzanetakis 15 / 30

16 Enharmonic Spelling The naming of intervals (and absolute pitches) is not unique meaning that the same exact note can have two different names as in C# and Db. Similarly the same interval can be a minor third or an augmented second. The spelling comes from the role an interval plays as part of a scale as well as the historical tuning practice of having different frequency ratios for enharmonic intervals. G. Tzanetakis 16 / 30

17 Chords A chord is a set of two or more notes that sound simultaneously. A chord label can also be applied to a music excerpt (typically a measure) by inferring, using various rules of harmony, what theoretical chord would sound good with the underlying music material. The basis of the western classical and pop music chord system is the triad consisting of three notes. Different naming schemes are used for chords. Jazz and Pop music frequently use naming based on triad with additional modifiers for the non-triad notes. G. Tzanetakis 17 / 30

18 Root, Inversions, Voicings The lowest note of a chord in its default position is called the root. Inversions occur when the lowest note of a chord is different than the root. Voicings are different arrangements of the chord notes that can include repeated notes as well as octaves. G. Tzanetakis 18 / 30

19 Chord Progressions and Harmony Sequences of chords are called chord progressions. Certain progressions are more common than others and also indicate the key of a piece. Frequently chords are constructed from subsets of notes from a particular scale. The root of the scale is called the tonic and defines the key of the piece. For example a piece in C Major will mostly consist of chords formed by the notes of the C major scale. Modulation refers to a change in key. Chords have specific qualities and functions which are studied in Harmonic analysis. G. Tzanetakis 19 / 30

20 Jazz Lead Sheets G. Tzanetakis 20 / 30

21 TuneDex G. Tzanetakis 21 / 30

22 Pianoroll G. Tzanetakis 22 / 30

23 Table of Contents I 1 Western Common Music Notation 2 Digital Formats for Symbolic Representations 3 Tools for Symbolic Representations G. Tzanetakis 23 / 30

24 MIDI Musical Instrument Digital Interface MIDI is both a communication protocol (and associated file format) as well as a hardware connector specification that allows the exchange of information between electronic musical instruments and computers. It was developed in the early 80s and was mostly designed with keyboard instruments in mind. Essentially piano-roll representation of music. G. Tzanetakis 24 / 30

25 Lilypond Music engraving program Text language for input that is complied Encodes much more than just notes and duration in order to produce a visual musical score Produces beautiful looking scores and is free G. Tzanetakis 25 / 30

26 Music XML Extensible Markup Language (XML) format for interchanging information about scores Supported by more than a 170 notation, score writing applications Proprietary but open specification Hard to read but comprehensive G. Tzanetakis 26 / 30

27 Table of Contents I 1 Western Common Music Notation 2 Digital Formats for Symbolic Representations 3 Tools for Symbolic Representations G. Tzanetakis 27 / 30

28 jsymbolic - jmir Software in Java for extracting high level musical features from symbolic music representations, specifically MIDI files Features capture aspects of instrumentation, texture, rhythm, dynamics, pitch statistics, melody, and chords Part of jmir a more general package for MIR including audio, lyrics, web feature extraction as well as a classification engine G. Tzanetakis 28 / 30

29 music21 Set of tools written in Python for computer aided musicology Corpora included is a great feature Works with MusicXML, MIDI Example: add german name (i.e., B=B, B=H, A= Ais) under each note of a Bach chorale G. Tzanetakis 29 / 30

30 music 21 pitch/duration distribution Distribution of pitches and note duration for a Chopin Mazurka using music21. G. Tzanetakis 30 / 30

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

Texas State Solo & Ensemble Contest. May 25 & May 27, Theory Test Cover Sheet

Texas State Solo & Ensemble Contest. May 25 & May 27, Theory Test Cover Sheet Texas State Solo & Ensemble Contest May 25 & May 27, 2013 Theory Test Cover Sheet Please PRINT and complete the following information: Student Name: Grade (2012-2013) Mailing Address: City: Zip Code: School:

More information

Texas State Solo & Ensemble Contest. May 26 & May 28, Theory Test Cover Sheet

Texas State Solo & Ensemble Contest. May 26 & May 28, Theory Test Cover Sheet Texas State Solo & Ensemble Contest May 26 & May 28, 2012 Theory Test Cover Sheet Please PRINT and complete the following information: Student Name: Grade (2011-2012) Mailing Address: City: Zip Code: School:

More information

AP Music Theory Summer Assignment

AP Music Theory Summer Assignment 2017-18 AP Music Theory Summer Assignment Welcome to AP Music Theory! This course is designed to develop your understanding of the fundamentals of music, its structures, forms and the countless other moving

More information

Lesson Week: August 17-19, 2016 Grade Level: 11 th & 12 th Subject: Advanced Placement Music Theory Prepared by: Aaron Williams Overview & Purpose:

Lesson Week: August 17-19, 2016 Grade Level: 11 th & 12 th Subject: Advanced Placement Music Theory Prepared by: Aaron Williams Overview & Purpose: Pre-Week 1 Lesson Week: August 17-19, 2016 Overview of AP Music Theory Course AP Music Theory Pre-Assessment (Aural & Non-Aural) Overview of AP Music Theory Course, overview of scope and sequence of AP

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

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

AP/MUSIC THEORY Syllabus

AP/MUSIC THEORY Syllabus AP/MUSIC THEORY Syllabus 2017-2018 Course Overview AP Music Theory meets 8 th period every day, thru the entire school year. This course is designed to prepare students for the annual AP Music Theory exam.

More information

AP Music Theory Syllabus

AP Music Theory Syllabus AP Music Theory Syllabus Instructor: T h a o P h a m Class period: 8 E-Mail: tpham1@houstonisd.org Instructor s Office Hours: M/W 1:50-3:20; T/Th 12:15-1:45 Tutorial: M/W 3:30-4:30 COURSE DESCRIPTION:

More information

AP Music Theory Syllabus CHS Fine Arts Department

AP Music Theory Syllabus CHS Fine Arts Department 1 AP Music Theory Syllabus CHS Fine Arts Department Contact Information: Parents may contact me by phone, email or visiting the school. Teacher: Karen Moore Email Address: KarenL.Moore@ccsd.us Phone Number:

More information

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 Notes: 1. GRADE 1 TEST 1(b); GRADE 3 TEST 2(b): where a candidate wishes to respond to either of these tests in the alternative manner as specified, the examiner

More information

HS Music Theory Music

HS Music Theory Music Course theory is the field of study that deals with how music works. It examines the language and notation of music. It identifies patterns that govern composers' techniques. theory analyzes the elements

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

Music Theory. Level 3. Printable Music Theory Books. A Fun Way to Learn Music Theory. Student s Name: Class:

Music Theory. Level 3. Printable Music Theory Books. A Fun Way to Learn Music Theory. Student s Name: Class: A Fun Way to Learn Music Theory Printable Music Theory Books Music Theory Level 3 Student s Name: Class: American Language Version Printable Music Theory Books Level Three Published by The Fun Music Company

More information

MUSC 133 Practice Materials Version 1.2

MUSC 133 Practice Materials Version 1.2 MUSC 133 Practice Materials Version 1.2 2010 Terry B. Ewell; www.terryewell.com Creative Commons Attribution License: http://creativecommons.org/licenses/by/3.0/ Identify the notes in these examples: Practice

More information

2 3 Bourée from Old Music for Viola Editio Musica Budapest/Boosey and Hawkes 4 5 6 7 8 Component 4 - Sight Reading Component 5 - Aural Tests 9 10 Component 4 - Sight Reading Component 5 - Aural Tests 11

More information

Lesson 9: Scales. 1. How will reading and notating music aid in the learning of a piece? 2. Why is it important to learn how to read music?

Lesson 9: Scales. 1. How will reading and notating music aid in the learning of a piece? 2. Why is it important to learn how to read music? Plans for Terrance Green for the week of 8/23/2010 (Page 1) 3: Melody Standard M8GM.3, M8GM.4, M8GM.5, M8GM.6 a. Apply standard notation symbols for pitch, rhythm, dynamics, tempo, articulation, and expression.

More information

Additional Theory Resources

Additional Theory Resources UTAH MUSIC TEACHERS ASSOCIATION Additional Theory Resources Open Position/Keyboard Style - Level 6 Names of Scale Degrees - Level 6 Modes and Other Scales - Level 7-10 Figured Bass - Level 7 Chord Symbol

More information

NUMBER OF TIMES COURSE MAY BE TAKEN FOR CREDIT: One

NUMBER OF TIMES COURSE MAY BE TAKEN FOR CREDIT: One I. COURSE DESCRIPTION Division: Humanities Department: Speech and Performing Arts Course ID: MUS 201 Course Title: Music Theory III: Basic Harmony Units: 3 Lecture: 3 Hours Laboratory: None Prerequisite:

More information

1. Label all of the pitches in figure P1.1, for all four clefs.

1. Label all of the pitches in figure P1.1, for all four clefs. Workbook 1. Label all of the pitches in figure P1.1, for all four clefs. Notation of Sound / 9 2. Label the following pitches by their letter name and accidental, if applicable. The first one is given

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

Piano Syllabus. London College of Music Examinations

Piano Syllabus. London College of Music Examinations London College of Music Examinations Piano Syllabus Qualification specifications for: Steps, Grades, Recital Grades, Leisure Play, Performance Awards, Piano Duet, Piano Accompaniment Valid from: 2018 2020

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

Alleghany County Schools Curriculum Guide

Alleghany County Schools Curriculum Guide Alleghany County Schools Curriculum Guide Grade/Course: Piano Class, 9-12 Grading Period: 1 st six Weeks Time Fra me 1 st six weeks Unit/SOLs of the elements of the grand staff by identifying the elements

More information

Northeast High School AP Music Theory Summer Work Answer Sheet

Northeast High School AP Music Theory Summer Work Answer Sheet Chapter 1 - Musical Symbols Name: Northeast High School AP Music Theory Summer Work Answer Sheet http://john.steffa.net/intrototheory/introduction/chapterindex.html Page 11 1. From the list below, select

More information

AP Music Theory at the Career Center Chris Garmon, Instructor

AP Music Theory at the Career Center Chris Garmon, Instructor Some people say music theory is like dissecting a frog: you learn a lot, but you kill the frog. I like to think of it more like exploratory surgery Text: Tonal Harmony, 6 th Ed. Kostka and Payne (provided)

More information

The Composer s Materials

The Composer s Materials The Composer s Materials Module 1 of Music: Under the Hood John Hooker Carnegie Mellon University Osher Course July 2017 1 Outline Basic elements of music Musical notation Harmonic partials Intervals and

More information

COURSE OUTLINE. Corequisites: None

COURSE OUTLINE. Corequisites: None COURSE OUTLINE MUS 105 Course Number Fundamentals of Music Theory Course title 3 2 lecture/2 lab Credits Hours Catalog description: Offers the student with no prior musical training an introduction to

More information

Lesson One. New Terms. Cambiata: a non-harmonic note reached by skip of (usually a third) and resolved by a step.

Lesson One. New Terms. Cambiata: a non-harmonic note reached by skip of (usually a third) and resolved by a step. Lesson One New Terms Cambiata: a non-harmonic note reached by skip of (usually a third) and resolved by a step. Echappée: a non-harmonic note reached by step (usually up) from a chord tone, and resolved

More information

FINE ARTS Institutional (ILO), Program (PLO), and Course (SLO) Alignment

FINE ARTS Institutional (ILO), Program (PLO), and Course (SLO) Alignment FINE ARTS Institutional (ILO), Program (PLO), and Course (SLO) Program: Music Number of Courses: 52 Date Updated: 11.19.2014 Submitted by: V. Palacios, ext. 3535 ILOs 1. Critical Thinking Students apply

More information

All rights reserved. Ensemble suggestion: All parts may be performed by soprano recorder if desired.

All rights reserved. Ensemble suggestion: All parts may be performed by soprano recorder if desired. 10 Ensemble suggestion: All parts may be performed by soprano recorder if desired. Performance note: the small note in the Tenor Recorder part that is played just before the beat or, if desired, on the

More information

Curriculum Development In the Fairfield Public Schools FAIRFIELD PUBLIC SCHOOLS FAIRFIELD, CONNECTICUT MUSIC THEORY I

Curriculum Development In the Fairfield Public Schools FAIRFIELD PUBLIC SCHOOLS FAIRFIELD, CONNECTICUT MUSIC THEORY I Curriculum Development In the Fairfield Public Schools FAIRFIELD PUBLIC SCHOOLS FAIRFIELD, CONNECTICUT MUSIC THEORY I Board of Education Approved 04/24/2007 MUSIC THEORY I Statement of Purpose Music is

More information

Music Representations

Music Representations Lecture Music Processing Music Representations Meinard Müller International Audio Laboratories Erlangen meinard.mueller@audiolabs-erlangen.de Book: Fundamentals of Music Processing Meinard Müller Fundamentals

More information

EASTERN ARIZONA COLLEGE Elementary Theory

EASTERN ARIZONA COLLEGE Elementary Theory EASTERN ARIZONA COLLEGE Elementary Theory Course Design 2018-2019 Course Information Division Fine Arts Course Number MUS 020 Title Elementary Theory Credits 2 Developed by Geoff DeSpain Lecture/Lab Ratio

More information

Syllabus for Fundamentals of Music (MUSI 1313 section 001) UT Dallas Fall 2011 Hours: p.m. JO

Syllabus for Fundamentals of Music (MUSI 1313 section 001) UT Dallas Fall 2011 Hours: p.m. JO Syllabus for Fundamentals of Music (MUSI 1313 section 001) UT Dallas Fall 2011 Hours: 2. 30 3. 45 p.m. JO. 2. 504 Professor Contact Information Dr. Jamila Javadova-Spitzberg, DMA Arts and Humanities JO

More information

2 3 4 Grades Recital Grades Leisure Play Performance Awards Technical Work Performance 3 pieces 4 (or 5) pieces, all selected from repertoire list 4 pieces (3 selected from grade list, plus 1 own choice)

More information

MUSIC THEORY & MIDI Notation Software

MUSIC THEORY & MIDI Notation Software MUSIC THEORY & MIDI Notation Software Scales and Chords The sharp makes a note a semitone higher. The flat makes a note a semitone lower Arrangement of Whole tones and Semitones for Major Happy, Glorious

More information

Curriculum Mapping Piano and Electronic Keyboard (L) Semester class (18 weeks)

Curriculum Mapping Piano and Electronic Keyboard (L) Semester class (18 weeks) Curriculum Mapping Piano and Electronic Keyboard (L) 4204 1-Semester class (18 weeks) Week Week 15 Standar d Skills Resources Vocabulary Assessments Students sing using computer-assisted instruction and

More information

MUSIC100 Rudiments of Music

MUSIC100 Rudiments of Music MUSIC100 Rudiments of Music 3 Credits Instructor: Kimberley Drury Phone: Original Developer: Rudy Rozanski Current Developer: Kimberley Drury Reviewer: Mark Cryderman Created: 9/1/1991 Revised: 9/8/2015

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

AP Music Theory Westhampton Beach High School Summer 2017 Review Sheet and Exercises

AP Music Theory Westhampton Beach High School Summer 2017 Review Sheet and Exercises AP Music Theory esthampton Beach High School Summer 2017 Review Sheet and Exercises elcome to AP Music Theory! Our 2017-18 class is relatively small (only 8 students at this time), but you come from a

More information

Celebrate Theory. Level 8 Worksheets

Celebrate Theory. Level 8 Worksheets Celebrate Theory Level 8 Worksheets Contents Chords and Harmony... Pg. 3 Form and Analysis... Pg. 11 Intervals... Pg. 14 Keys and Scales... Pg. 20 Melody Writing and Composition... Pg. 23 Pitch and Notation...

More information

AP Music Theory COURSE OBJECTIVES STUDENT EXPECTATIONS TEXTBOOKS AND OTHER MATERIALS

AP Music Theory COURSE OBJECTIVES STUDENT EXPECTATIONS TEXTBOOKS AND OTHER MATERIALS AP Music Theory on- campus section COURSE OBJECTIVES The ultimate goal of this AP Music Theory course is to develop each student

More information

FREEHOLD REGIONAL HIGH SCHOOL DISTRICT OFFICE OF CURRICULUM AND INSTRUCTION MUSIC DEPARTMENT MUSIC THEORY 1. Grade Level: 9-12.

FREEHOLD REGIONAL HIGH SCHOOL DISTRICT OFFICE OF CURRICULUM AND INSTRUCTION MUSIC DEPARTMENT MUSIC THEORY 1. Grade Level: 9-12. FREEHOLD REGIONAL HIGH SCHOOL DISTRICT OFFICE OF CURRICULUM AND INSTRUCTION MUSIC DEPARTMENT MUSIC THEORY 1 Grade Level: 9-12 Credits: 5 BOARD OF EDUCATION ADOPTION DATE: AUGUST 30, 2010 SUPPORTING RESOURCES

More information

NUMBER OF TIMES COURSE MAY BE TAKEN FOR CREDIT: One

NUMBER OF TIMES COURSE MAY BE TAKEN FOR CREDIT: One I. COURSE DESCRIPTION Division: Humanities Department: Speech and Performing Arts Course ID: MUS 202 Course Title: Music Theory IV: Harmony Units: 3 Lecture: 3 Hours Laboratory: None Prerequisite: Music

More information

Learning Targets. Introduction to Music Theory. Product and Performance Elements and Principles of Music Standards. A. Elements of pitch (Unit I)

Learning Targets. Introduction to Music Theory. Product and Performance Elements and Principles of Music Standards. A. Elements of pitch (Unit I) Strand Product and Performance Elements and Principles of Music Standards Learning Targets A. Elements of pitch (Unit I) 1. Pitch Understand and demonstrate the layout of the keyboard and the octaves/registers

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

Course Overview. Assessments What are the essential elements and. aptitude and aural acuity? meaning and expression in music?

Course Overview. Assessments What are the essential elements and. aptitude and aural acuity? meaning and expression in music? BEGINNING PIANO / KEYBOARD CLASS This class is open to all students in grades 9-12 who wish to acquire basic piano skills. It is appropriate for students in band, orchestra, and chorus as well as the non-performing

More information

Introductions to Music Information Retrieval

Introductions to Music Information Retrieval Introductions to Music Information Retrieval ECE 272/472 Audio Signal Processing Bochen Li University of Rochester Wish List For music learners/performers While I play the piano, turn the page for me Tell

More information

Popular Music Theory Syllabus Guide

Popular Music Theory Syllabus Guide Popular Music Theory Syllabus Guide 2015-2018 www.rockschool.co.uk v1.0 Table of Contents 3 Introduction 6 Debut 9 Grade 1 12 Grade 2 15 Grade 3 18 Grade 4 21 Grade 5 24 Grade 6 27 Grade 7 30 Grade 8 33

More information

Music Solo Performance

Music Solo Performance Music Solo Performance Aural and written examination October/November Introduction The Music Solo performance Aural and written examination (GA 3) will present a series of questions based on Unit 3 Outcome

More information

HADDONFIELD PUBLIC SCHOOLS Curriculum Map for High School Music Theory

HADDONFIELD PUBLIC SCHOOLS Curriculum Map for High School Music Theory Curriculum Map for High School Music Theory Month One 1.4 All students will develop, apply and reflect upon knowledge of the process of critique. Through the critical process, students formulate judgments

More information

Primo Theory. Level 7 Revised Edition. by Robert Centeno

Primo Theory. Level 7 Revised Edition. by Robert Centeno Primo Theory Level 7 Revised Edition by Robert Centeno Primo Publishing Copyright 2016 by Robert Centeno All rights reserved. Printed in the U.S.A. www.primopublishing.com version: 2.0 How to Use This

More information

Introduction to Music Theory. Collection Editor: Catherine Schmidt-Jones

Introduction to Music Theory. Collection Editor: Catherine Schmidt-Jones Introduction to Music Theory Collection Editor: Catherine Schmidt-Jones Introduction to Music Theory Collection Editor: Catherine Schmidt-Jones Authors: Russell Jones Catherine Schmidt-Jones Online:

More information

Representing, comparing and evaluating of music files

Representing, comparing and evaluating of music files Representing, comparing and evaluating of music files Nikoleta Hrušková, Juraj Hvolka Abstract: Comparing strings is mostly used in text search and text retrieval. We used comparing of strings for music

More information

CHAPTER CHAPTER CHAPTER CHAPTER CHAPTER CHAPTER CHAPTER CHAPTER CHAPTER 9...

CHAPTER CHAPTER CHAPTER CHAPTER CHAPTER CHAPTER CHAPTER CHAPTER CHAPTER 9... Contents Acknowledgements...ii Preface... iii CHAPTER 1... 1 Clefs, pitches and note values... 1 CHAPTER 2... 8 Time signatures... 8 CHAPTER 3... 15 Grouping... 15 CHAPTER 4... 28 Keys and key signatures...

More information

Music Theory Fundamentals/AP Music Theory Syllabus. School Year:

Music Theory Fundamentals/AP Music Theory Syllabus. School Year: Certificated Teacher: Desired Results: Music Theory Fundamentals/AP Music Theory Syllabus School Year: 2014-2015 Course Title : Music Theory Fundamentals/AP Music Theory Credit: one semester (.5) X two

More information

AP Music Theory Policies and Procedures

AP Music Theory Policies and Procedures 7/20/18 To 2018-19 Mountain View H.S. A.P. Music Theory Students and Parents: Welcome back from your summer break! I hope you ve enjoyed your time away working, playing, and spending time with your families.

More information

MUSIC PROGRESSIONS. Curriculum Guide

MUSIC PROGRESSIONS. Curriculum Guide MUSIC PROGRESSIONS A Comprehensive Musicianship Program Curriculum Guide Fifth edition 2006 2009 Corrections Kansas Music Teachers Association Kansas Music Teachers Association s MUSIC PROGRESSIONS A Comprehensive

More information

The Practice Room. Learn to Sight Sing. Level 3. Rhythmic Reading Sight Singing Two Part Reading. 60 Examples

The Practice Room. Learn to Sight Sing. Level 3. Rhythmic Reading Sight Singing Two Part Reading. 60 Examples 1 The Practice Room Learn to Sight Sing. Level 3 Rhythmic Reading Sight Singing Two Part Reading 60 Examples Copyright 2009-2012 The Practice Room http://thepracticeroom.net 2 Rhythmic Reading Three 20

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

The Practice Room. Learn to Sight Sing. Level 2. Rhythmic Reading Sight Singing Two Part Reading. 60 Examples

The Practice Room. Learn to Sight Sing. Level 2. Rhythmic Reading Sight Singing Two Part Reading. 60 Examples 1 The Practice Room Learn to Sight Sing. Level 2 Rhythmic Reading Sight Singing Two Part Reading 60 Examples Copyright 2009-2012 The Practice Room http://thepracticeroom.net 2 Rhythmic Reading Two 20 Exercises

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

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

Fine Arts Scope and Sequence

Fine Arts Scope and Sequence BAND I. 1 st Quarter 1. Scales A. Concert Band: Bb, F, Eb Major B. Wind Ensemble: Bb, F, Eb, Ab, Db, Major 2. Rhythms per selected music 3. Symbols and terms per selected music 1. Marching Band 2. Tone

More information

Developing Your Musicianship Lesson 1 Study Guide

Developing Your Musicianship Lesson 1 Study Guide Terms 1. Harmony - The study of chords, scales, and melodies. Harmony study includes the analysis of chord progressions to show important relationships between chords and the key a song is in. 2. Ear Training

More information

ILLINOIS LICENSURE TESTING SYSTEM

ILLINOIS LICENSURE TESTING SYSTEM ILLINOIS LICENSURE TESTING SYSTEM FIELD 143: MUSIC November 2003 Illinois Licensure Testing System FIELD 143: MUSIC November 2003 Subarea Range of Objectives I. Listening Skills 01 05 II. Music Theory

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

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

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

SPECIAL PUBLICATION. September Notice: NETPDTC is no longer responsible for the content accuracy of the NRTCs.

SPECIAL PUBLICATION. September Notice: NETPDTC is no longer responsible for the content accuracy of the NRTCs. SPECIAL PUBLICATION September 1980 Basic Music NAVEDTRA 10244 Notice: NETPDTC is no longer responsible for the content accuracy of the NRTCs. For content issues, contact the servicing Center of Excellence:

More information

Theory Bowl. Round 3: Harmony, Voice Leading and Analysis

Theory Bowl. Round 3: Harmony, Voice Leading and Analysis Theory Bowl Round 3: Harmony, Voice Leading and Analysis 1) Which of the following answers would be an example of the Mixolydian mode? 6) Which Roman numeral analysis below correctly identifies the progression

More information

The Composer s Materials

The Composer s Materials The Composer s Materials Module 1 of Music: Under the Hood John Hooker Carnegie Mellon University Osher Course September 2018 1 Outline Basic elements of music Musical notation Harmonic partials Intervals

More information

Curriculum Catalog

Curriculum Catalog 2017-2018 Curriculum Catalog 2017 Glynlyon, Inc. Table of Contents MUSIC THEORY COURSE OVERVIEW... 1 UNIT 1: RHYTHM AND METER... 1 UNIT 2: NOTATION AND PITCH... 2 UNIT 3: SCALES AND KEY SIGNATURES... 2

More information

AP Music Theory Syllabus

AP Music Theory Syllabus AP Music Theory Syllabus School Year: 2017-2018 Certificated Teacher: Desired Results: Course Title : AP Music Theory Credit: X one semester (.5) two semesters (1.0) Prerequisites and/or recommended preparation:

More information

FUNDAMENTALS OF MUSIC ONLINE

FUNDAMENTALS OF MUSIC ONLINE FUNDAMENTALS OF MUSIC ONLINE RHYTHM MELODY HARMONY The Fundamentals of Music course explores harmony, melody, rhythm, and form with an introduction to music notation and ear training. Relevant musical

More information

jsymbolic and ELVIS Cory McKay Marianopolis College Montreal, Canada

jsymbolic and ELVIS Cory McKay Marianopolis College Montreal, Canada jsymbolic and ELVIS Cory McKay Marianopolis College Montreal, Canada What is jsymbolic? Software that extracts statistical descriptors (called features ) from symbolic music files Can read: MIDI MEI (soon)

More information

Choir Scope and Sequence Grade 6-12

Choir Scope and Sequence Grade 6-12 The Scope and Sequence document represents an articulation of what students should know and be able to do. The document supports teachers in knowing how to help students achieve the goals of the standards

More information

Music 110: Introduction to the Elements of Music Fall 2008 Syllabus

Music 110: Introduction to the Elements of Music Fall 2008 Syllabus Music 110: Introduction to the Elements of Music Fall 2008 Syllabus Instructor: Colleen Potter Monday and Wednesday, 9am to 10:15am Email: colleen.potter@yale.edu WLH 210 Mailbox: 143 Elm Street Office

More information

Take a Break, Bach! Let Machine Learning Harmonize That Chorale For You. Chris Lewis Stanford University

Take a Break, Bach! Let Machine Learning Harmonize That Chorale For You. Chris Lewis Stanford University Take a Break, Bach! Let Machine Learning Harmonize That Chorale For You Chris Lewis Stanford University cmslewis@stanford.edu Abstract In this project, I explore the effectiveness of the Naive Bayes Classifier

More information

Theory of Music. Clefs and Notes. Major and Minor scales. A# Db C D E F G A B. Treble Clef. Bass Clef

Theory of Music. Clefs and Notes. Major and Minor scales. A# Db C D E F G A B. Treble Clef. Bass Clef Theory of Music Clefs and Notes Treble Clef Bass Clef Major and Minor scales Smallest interval between two notes is a semitone. Two semitones make a tone. C# D# F# G# A# Db Eb Gb Ab Bb C D E F G A B Major

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

NOT USE INK IN THIS CLASS!! A

NOT USE INK IN THIS CLASS!! A AP Music Theory Objectives: 1. To learn basic musical language and grammar including note reading, musical notation, harmonic analysis, and part writing which will lead to a thorough understanding of music

More information

UMT - COMPLETE MUSIC THEORY COURSE FINAL EXAM - ADVANCED RUDIMENTS

UMT - COMPLETE MUSIC THEORY COURSE FINAL EXAM - ADVANCED RUDIMENTS Total Score: _ 0 Name: _ UMTS Number: 1. a) Name the following intervals. _ b) Invert the above intervals in the Treble Clef. Use whole notes. Name the inversions. _ c) Write the following harmonic intervals

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

MUSIC (MUS) Music (MUS) 1

MUSIC (MUS) Music (MUS) 1 Music (MUS) 1 MUSIC (MUS) MUS 2 Music Theory 3 Units (Degree Applicable, CSU, UC, C-ID #: MUS 120) Corequisite: MUS 5A Preparation for the study of harmony and form as it is practiced in Western tonal

More information

Music Explorations Subject Outline Stage 2. This Board-accredited Stage 2 subject outline will be taught from 2019

Music Explorations Subject Outline Stage 2. This Board-accredited Stage 2 subject outline will be taught from 2019 Music Explorations 2019 Subject Outline Stage 2 This Board-accredited Stage 2 subject outline will be taught from 2019 Published by the SACE Board of South Australia, 60 Greenhill Road, Wayville, South

More information

jsymbolic 2: New Developments and Research Opportunities

jsymbolic 2: New Developments and Research Opportunities jsymbolic 2: New Developments and Research Opportunities Cory McKay Marianopolis College and CIRMMT Montreal, Canada 2 / 30 Topics Introduction to features (from a machine learning perspective) And how

More information

Music Key Stage 3 Success Criteria Year 7. Rhythms and rhythm Notation

Music Key Stage 3 Success Criteria Year 7. Rhythms and rhythm Notation Music Key Stage 3 Success Criteria Year 7 Rhythms and rhythm Notation Can identify crotchets, minims and semibreves Can label the length of crotchets, minims and semibreves Can add up the values of a series

More information

OKLAHOMA SUBJECT AREA TESTS (OSAT )

OKLAHOMA SUBJECT AREA TESTS (OSAT ) CERTIFICATION EXAMINATIONS FOR OKLAHOMA EDUCATORS (CEOE ) OKLAHOMA SUBJECT AREA TESTS (OSAT ) FIELD 003: VOCAL/GENERAL MUSIC September 2010 Subarea Range of Competencies I. Listening Skills 0001 0003 II.

More information

Week. Intervals Major, Minor, Augmented, Diminished 4 Articulation, Dynamics, and Accidentals 14 Triads Major & Minor. 17 Triad Inversions

Week. Intervals Major, Minor, Augmented, Diminished 4 Articulation, Dynamics, and Accidentals 14 Triads Major & Minor. 17 Triad Inversions Week Marking Period 1 Week Marking Period 3 1 Intro.,, Theory 11 Intervals Major & Minor 2 Intro.,, Theory 12 Intervals Major, Minor, & Augmented 3 Music Theory meter, dots, mapping, etc. 13 Intervals

More information

ILLINOIS LICENSURE TESTING SYSTEM

ILLINOIS LICENSURE TESTING SYSTEM ILLINOIS LICENSURE TESTING SYSTEM FIELD 212: MUSIC January 2017 Effective beginning September 3, 2018 ILLINOIS LICENSURE TESTING SYSTEM FIELD 212: MUSIC January 2017 Subarea Range of Objectives I. Responding:

More information

Introduction to Music Theory. Collection Editor: Catherine Schmidt-Jones

Introduction to Music Theory. Collection Editor: Catherine Schmidt-Jones Introduction to Music Theory Collection Editor: Catherine Schmidt-Jones Introduction to Music Theory Collection Editor: Catherine Schmidt-Jones Authors: Russell Jones Catherine Schmidt-Jones Online:

More information

Music Representations

Music Representations Advanced Course Computer Science Music Processing Summer Term 00 Music Representations Meinard Müller Saarland University and MPI Informatik meinard@mpi-inf.mpg.de Music Representations Music Representations

More information

AP Music Theory Syllabus Music Theory I Syllabus Cypress Lake Center for the Arts Gary Stroh, instructor School Year

AP Music Theory Syllabus Music Theory I Syllabus Cypress Lake Center for the Arts Gary Stroh, instructor School Year AP Music Theory Syllabus Music Theory I Syllabus Cypress Lake Center for the Arts Gary Stroh, instructor 2015-2016 School Year Course Overview AP Music Theory is a course designed to develop student skills

More information

Music theory B-examination 1

Music theory B-examination 1 Music theory B-examination 1 1. Metre, rhythm 1.1. Accents in the bar 1.2. Syncopation 1.3. Triplet 1.4. Swing 2. Pitch (scales) 2.1. Building/recognizing a major scale on a different tonic (starting note)

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

2014A Cappella Harmonv Academv Handout #2 Page 1. Sweet Adelines International Balance & Blend Joan Boutilier

2014A Cappella Harmonv Academv Handout #2 Page 1. Sweet Adelines International Balance & Blend Joan Boutilier 2014A Cappella Harmonv Academv Page 1 The Role of Balance within the Judging Categories Music: Part balance to enable delivery of complete, clear, balanced chords Balance in tempo choice and variation

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

LESSON ONE. New Terms. a key change within a composition. Key Signature Review

LESSON ONE. New Terms. a key change within a composition. Key Signature Review LESSON ONE New Terms deceptive cadence meno piu modulation V vi (VI), or V7 vi (VI) less more a key change within a composition Key Signature Review 1. Study the order of sharps and flats as they are written

More information