Code Monkey home page Code Monkey logo

koehler_louis_-_op_190_-_the_very_easiest_studies's Introduction

Louis Köhler

The Very Easiest studies; Op.190

36 easy, progressive studies for Piano two hands;

from the first beginning by using only five different notes and treble clef, to more advanced studies that claim abilities from better note reading to small position changes and left right coordination.

Köhler, Louis - Op.190 book preview image


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

If you want to get MIDI files, you need to compile the files within the single-page folder. You could batch compile those as described above or just compile the files you need. Please note, that the peices up to Nr. 16 are very short educational pieces and you will get a lot of white space on the PDFs.

typset with: Lilypond "2.18.2"

you can try it online on: 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 The LilyPond Snippet Repository ♪♫

koehler_louis_-_op_190_-_the_very_easiest_studies's People

Contributors

nathanaelmeister avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

impishian

koehler_louis_-_op_190_-_the_very_easiest_studies's Issues

book does not compile.

the main-book-file Op.190_(Louis_Köhler).ly does not compile, due to missing file. The file copyright.ily is not within the repository since it was only added as a symlink.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.