Hi!

After so many questions, I want to collaborate a little :-)
I use emacs a lot, and I have made a template for lilypond files; I
attach it in case someone finds it useful. 
Maybe, it would be great to have several emacs' templates, one for each
common use.

Luis :-)
\version "2.4.2"
\include "espanol.ly"

\header {
  title = "(>>>TITLE<<<)"
  composer = "Luis G. López"
  instrument = " "
  dedication = "(>>>DEDICATION<<<)"
}

global = {
  \key do \major
  \time 4/4
}

melody = \relative c' {
        \clef treble
        \global
     
        a4 b c d
     }
     
\score {
        \new Staff \melody
        \layout { }
        \midi { \tempo 4=60 }
     }


>>>TEMPLATE-DEFINITION-SECTION<<<
("TITLe" "Title of piece?: ")
("DEDICATION" "Dedicated to?: ")
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to