From 4e04f4b58c4b7a042bc71481cfbdf9d2ea37a6b5 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:28:35 +0000 Subject: [PATCH] lilypond-0.0.25 --- COPYING | 5 +++++ input/cadenza.ly | 2 ++ input/maartje.ly | 10 +++++++++- input/pavane.ly | 13 +++++++++---- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/COPYING b/COPYING index a43ea2126f..6bf77451b9 100644 --- a/COPYING +++ b/COPYING @@ -1,3 +1,8 @@ + +This license applies to all files except the included input files +which explicitly state a different copyright + + GNU GENERAL PUBLIC LICENSE Version 2, June 1991 diff --git a/input/cadenza.ly b/input/cadenza.ly index 445ec08823..1ca8ba54a5 100644 --- a/input/cadenza.ly +++ b/input/cadenza.ly @@ -1,6 +1,8 @@ % % Cadenza to Mozart Horn/3 % +% author: unknown. Copyright: none +% cad = music { $ \duration { 8} diff --git a/input/maartje.ly b/input/maartje.ly index 894118206d..7755894eff 100644 --- a/input/maartje.ly +++ b/input/maartje.ly @@ -1,3 +1,11 @@ +% The purpose of this file is to demonstrate features of LilyPond; +% +% COPYRIGHT: GPL +% +% + + + ritme = staff {rhythmic music {$ c8 @@ -48,7 +56,7 @@ staff { melodic skip 2:0 key skip 5:0 - clef bass + clef "bass" } } diff --git a/input/pavane.ly b/input/pavane.ly index b820506b60..6bd02b32e1 100644 --- a/input/pavane.ly +++ b/input/pavane.ly @@ -1,12 +1,18 @@ % Pavane pour une Infante d\'efunte % by Maurice Ravel % -% (Ravel has been dead for over 50 years. This does not have copyright) +% Ravel deceased in 1937, so copyright on the music will pass in 2008. +% +% The purpose of this file is to demonstrate features of LilyPond; +% I hope this citation isn't beyond the bounds of "fairness" +% % % (there is an accompanying LaTeX file, pavane.tex) % + horn = -staff {melodic +staff { + melodic music{ $ \octave { ' } \duration { 8} @@ -109,8 +115,7 @@ score { skip 1:0 skip 20:0 bar "|:" - skip 9:0 - skip 1:0 + skip 10:0 bar ":|" meter 4* 4 skip 13:0 -- 2.39.5