Skip to content

Instantly share code, notes, and snippets.

@dominicus
dominicus / test-attach-score.ly
Last active December 10, 2015 13:18
This is a test Lilypond
\version "2.16"
@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 / 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 / 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 / mutopia-tagline-v5.ly
Last active January 3, 2016 05:59
Mutopia Tagline v5
\version "2.16.0"
#(set-global-staff-size 20)
\book{
\paper{
top-margin = 20\mm
bottom-margin = 20\mm
}
\header {
thecopyright = "Creative Commons Attribution 4.0"
maintainer = "Kris Van Bruwaene"
@dominicus
dominicus / mutopia-temp-keyb-solo-2-18.ly
Created April 18, 2014 21:17
Mutopia template for keyboard solo
%%--------------------------------------------------------------------
% The Mutopia Project
% LilyPond template for keyboard solo piece
%%--------------------------------------------------------------------
\version "2.18.0"
%---------------------------------------------------------------------
%--Paper-size setting must be commented out or deleted upon submission.
%--LilyPond engraves to paper size A4 by default.
@dominicus
dominicus / debussy-prel-1.ly
Last active August 29, 2015 14:01
DebussyPrel1
%%--------------------------------------------------------------------
% The Mutopia Project
% LilyPond template for keyboard solo piece
%%--------------------------------------------------------------------
\version "2.18.2"
% #(set-default-paper-size "letter")
#(set-global-staff-size 18)
@dominicus
dominicus / RaisedNoteVsSpace.ly
Created May 22, 2014 19:26
Spacing staves: Raised note vs. raised space
%%--------------------------------------------------------------------
% The Mutopia Project
% LilyPond template for keyboard solo piece
%%--------------------------------------------------------------------
\version "2.18.2"
#(set-default-paper-size "letter")
#(set-global-staff-size 18)
@dominicus
dominicus / shifted-pedal.ly
Created June 2, 2014 02:13
Shifted Notes due to Pedal
%%--------------------------------------------------------------------
% The Mutopia Project
% LilyPond template for keyboard solo piece
%%--------------------------------------------------------------------
\version "2.18.2"
#(set-default-paper-size "letter")
#(set-global-staff-size 20)
@dominicus
dominicus / 01_morning_prayer.ly
Created July 29, 2014 09:52
tchaikovsky morning prayer - per Schirmer, 1904
\version "2.18.2"
\header {
title = "Morning Prayer"
subtitle = "Children's Album"
opus = "Op. 39, No. 1"
composer = "P. I. Tchaikovsky"
mutopiacomposer = "TchaikovskyPI"
mutopiainstrument = "Piano"
date = "1878"