\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?: ")