Skip to content

Instantly share code, notes, and snippets.

@dominicus
dominicus / new-mutopia-tagline-v3.ly
Last active January 3, 2016 00:19
Mutopia Tagline v3
\version "2.16.1"
\book{
\paper{
top-margin = 20\mm
bottom-margin = 20\mm
}
\bookpart{
\header {
copyright = "Creative Commons Attribution 3.0"
@dominicus
dominicus / 2012-mutopia-taglines.ly
Last active December 12, 2015 10:29
When compiled, this Lilypond source code will produce individual .PDF's showing the three current taglines used in the Mutopia Project scores.
\version "2.14.2"
\book{
\paper{
top-margin = 20\mm
bottom-margin = 20\mm
}
\bookpart{
\header {
copyright = "Creative Commons Attribution 3.0"
maintainer = "Kris Van Bruwaene"
@dominicus
dominicus / mutopia-check.sh
Created January 3, 2013 05:50
Author: Felix Janda
#!/bin/sh
tempfile=idontexist
composerfile="$MUTOPIA_BASE/datafiles/composers.dat"
stylesfile="$MUTOPIA_BASE/datafiles/styles.dat"
set -e
test -e "$1"
cp "$1" "$tempfile"
@dominicus
dominicus / test-attach-score.ly
Last active December 10, 2015 13:18
This is a test Lilypond
\version "2.16"