Keine Beschreibung

chaosmonk 3d3e201fff remove vor 5 Jahren
build 473eeddc04 initial commit vor 5 Jahren
demo 473eeddc04 initial commit vor 5 Jahren
edition-engraver 473eeddc04 initial commit vor 5 Jahren
include 473eeddc04 initial commit vor 5 Jahren
music 473eeddc04 initial commit vor 5 Jahren
output 473eeddc04 initial commit vor 5 Jahren
performance-notes 473eeddc04 initial commit vor 5 Jahren
score-and-parts 473eeddc04 initial commit vor 5 Jahren
staves 473eeddc04 initial commit vor 5 Jahren
title-page 473eeddc04 initial commit vor 5 Jahren
.gitignore 473eeddc04 initial commit vor 5 Jahren
.gitmodules 473eeddc04 initial commit vor 5 Jahren
README.md db7e6cd37d .md vor 5 Jahren

README.md

Dependencies

  • Lilypond >=2.19.x
  • pdftk

Setup

$ git clone https://notabug.org/chaosmonk/lilypond-orchestra-template
$ cd lilypond-orchestra-template
$ git submodule init
$ git submodule update

Suggested Workflow:

Work with demo/demo.ly while editing. When ready to build score and parts for all page sizes,

$ cd build
$ ./build

Comment out unwanted page sizes in `build/sizes' to save compilation time