Aucune description

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

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