Skip to content

Instantly share code, notes, and snippets.

@dominicus
dominicus / bwv1013_sax.ly
Created October 25, 2017 10:38
BWV 1013 Sax
\version "2.18.2"
\paper{
#(define page-breaking ly:page-turn-breaking)
#(define first-page-number 2)
}
@dominicus
dominicus / bwv1013.ly
Created October 25, 2017 10:32
BWV 1013 in v2.18.2
\version "2.18.2"
\paper{
#(define page-breaking ly:page-turn-breaking)
#(define first-page-number 2)
}
@dominicus
dominicus / satie-gnossienne-7.ly
Last active December 1, 2016 20:22
Erik Satie Gnossienne No. 7, typeset by F. Duperray (githubID: 7redi)
% this is a comment
% --------------------------------------------------------------------
% --- GENERAL INFO ---------------------------------------------------
% --------------------------------------------------------------------
% --- version statement
\version "2.18.2"
@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 / 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"
@dominicus
dominicus / music-why.ly
Created September 27, 2015 21:24
Music...why?
\version "2.18.2"
#(set-global-staff-size 33)
\paper { left-margin = 15\mm #(set-paper-size "letter") }
\header { tagline = ##f }
\pointAndClickOff
%------------------------------------------definitions
removeAll = \with {
\remove Time_signature_engraver
\remove Bar_engraver
\remove Staff_symbol_engraver
@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"