summaryrefslogtreecommitdiff
path: root/ly/init.fly
blob: 423594cb63f245acc180931526693215c647001f (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% Toplevel initialisation file. 
	
\version "1.3.97";


\include "declarations.ly"

\score { 
  \context Voice \notes\relative c {
    \maininput
  }
  \paper { }  
  \midi { }
}