Skip to content

A small but growing Collection of Scales and Arpeggios for the Cello (growing).

Notifications You must be signed in to change notification settings

nathanaelmeister/Scales_and_Arpeggios_for_the_Violoncello

Repository files navigation

Scales and Arpeggios for the Violoncello

Contains so far:

  • all 12 major scales with 1 Octave

typset with: Lilypond "2.18.2"

also have a look at: LilyBin or get support at the offical IRC on FreeNode
more Scores in the LilyPond format can be found on www.MutopiaProject.org
snippets and tweaks can be found in The LilyPond Snippet Repository ♪♫


While this collection is on growing, it is only providing the single pieces as lilypond *.ly files.
PDF and MIDI files are going to be added within the finalization of the collection to prevent a boost of the .git repository.
If you want to get PDF files beforehand you need to install LilyPond and compile the *.ly files.

Here is a short description for a LINUX System from the Command-Line

# install lilypond from your repository
# using apt or your apropriate package manager

apt update
apt install lilypond

# compile input file with lilypond

lilypond filename.ly 

# to batch compile all files in a folder
# simply run this for-loop from the command-line

for i in *.ly; do lilypond $i;done

Releases

No releases published

Packages

No packages published