Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Welcome to Notating with LilyPond!
LilyPond is an open source music notation technology. With LilyPond, music can be notated in non-binary files with numbers and symbols, just like code.
In this course, we're going to practice some of the fundamental ways to notate music with LilyPond, like:
Before you start this course, you may want to be familiar with a few concepts, like melody and rhythm notation in traditional western music. This course is not about how music is notated - it's about how to notate music with LilyPond.
Notating pitch with LilyPond
LilyPond uses the alphabetical note names to determine pitch. In this pull request, we see:
Some of these letters, numbers, and symbols represent things related to the notes, and some represent pitches. The letters that represent pitches are:
We'll talk about some of the other symbols later on.
Our project right now
We have created a version of the song in its current form, and you can listen to it here.
Right now, the compiled piece would look like this:
You can also see and play the file on LilyBin.
Step 1: Fix a note
This pull request introduces a file called
twinkle-twinkle.ly
. This file is the notation of the melody from "Twinkle Twinkle Little Star". But, a few things are wrong. You'll notice that a note is wrong, and a rhythm is wrong - we'll fix the rhythm later. First, correct the note so it matches the traditional melody.⌨️ Activity: Fix a note
twinkle-twinkle.ly
file on this branchI'll respond when I detect a new commit on this branch.