\header { filename = "free.ly"; title = "The Free Software Song"; enteredby = "David Madore"; arranger = "To the melody of Sadi Moma."; tagline = "Copyright \copyright 1993 Richard Stallman Verbatim copying and distribution of this entire score is permitted in any medium, provided this notice is preserved. Typeset by David Madore using GNU LilyPond."; } \version "1.3.122"; %{ About the following two comments: I don't know how to get this Lilypond to insert them in the LaTeX output. I'm inserting them manually in the titledefs file. (Somebody *please* tell me a better way.) -- David Madore %} %{ Changed a syllabification a little, converted to 1.3.122 (feb 18, 2001) Han-Wen Nienhuys %} %{ To the melody of Sadi Moma. %} %{ Copyright \copyright 1993 Richard Stallman Verbatim copying and distribution of this entire score is permitted in any medium, provided this notice is preserved. Typeset by David Madore using GNU Lilypond. %} firstVoice = \notes \relative c' { \time 7/4; \clef violin; d'2 c4 b2 a2 b2 c4 b4 () a4 g2 g2. a2. () b4 c2. b2 b4 () d4 a2. a1 c2 ( d4 c4 ) b2. d2 c4 b2 a2 b2 c4 b4 () a4 g2 g2. a2. () b4 c2. b2 b4 () d4 a2. a1 a1.. } secondVoice = \notes \relative c' { \time 7/4; \clef violin; b'2 a4 g2 d2 g2 g4 g2 d2 g2. g1 g2. g2 g2 d2. d1 g1.. b2 a4 g2 d2 g2 g4 g2 d2 g2. g1 g2. g2 g2 d2. d1 e1.. } wordsOne = \lyrics { Join4 us now and share the so -- ftware; You'll be free ha -- ckers, you'll be free __ Join us now and share the so -- ftware; You'll be -- free ha -- ckers, you'll be free. } wordsTwo = \lyrics { Hoar -- ders may get piles of mo -- ney, That is true, ha -- ckers, that is true __ But they can -- not help their neigh -- bors; That's not __ good, ha -- ckers, that's not good. } wordsThree = \lyrics { When we have e -- nough free so -- ftware At our, call, ha -- ckers, at our call, __ We'll kick out those dir -- ty li -- cen -- ces E -- ver more, ha -- ckers, E -- ver more. } \score { % exposes spacing bug in 1.3.129 % \context StaffGroup < \addlyrics \context Staff = SA < \property Staff.instrument = "whistle" \property Staff.automaticMelismata = ##t \firstVoice > < \context Lyrics = LA \wordsOne \context Lyrics = LB \wordsTwo \context Lyrics = LC \wordsThree > \context Staff = SB < \property Staff.instrument = "orchestral strings" \secondVoice > > \paper { \translator { \StaffGroupContext \consists "Bar_engraver"; } } \midi { \tempo 2 = 75; } }