\version "2.12.3"

\paper {
%       annotate-spacing = ##t
       after-title-space = #1.0
       between-system-padding = #1.1
       between-system-space = #1.1
       page-limit-inter-system-space = ##t
       page-limit-inter-system-space-factor = 1.2
       print-page-number = ##t
%       page-count = #2
%       #(set-paper-size "11x17")
	#(set-paper-size "a4")
%	#(set-paper-size "legal")

       ragged-last-bottom = ##f
       ragged-bottom = ##f
%       system-count = #16
}

\include "guitar1.ly"
\include "guitar2.ly"
\include "guitar3.ly"
\include "guitar4.ly"

\header {
  title = "Carol of the bells"
%  title =  \markup \center-column { "Trauer Marsch" "auf den Totd des" "Herrn Michael Haydn"}
%  subtitle = "auf den Totd des"
%  subsubtitle = "Herrn Michael Haydn"
  dedication = ""
  composer = "Mykola Leontovych (1877-1921)"
  opus = ""
%  piece = \markup \bold \italic \roman { "Largo e mesto" }
  meter = "v1.0"
  arranger = "S. Shorter (2011)"
  mutopiatitle = ""
  style = "Classical"
  copyright = ""
  maintainer = "Steve Shorter"
  lastupdated = "2011/Oct/25"
  version = "2.10.33"
  footer = ""
}

global = { \time 3/4 \key e \minor  \clef "G_8" }


\score {
 
 \new StaffGroup {
 <<

 \new Staff << \global \guitarone >>
 \new Staff << \global \guitartwo >>
 \new Staff << \global \guitarthree >>
 \new Staff << \global \guitarfour >>

 >>
 
}

 \layout { }

}

