\version "2.16.2"


\paper {
%       annotate-spacing = ##t
        print-page-number = ##t
        print-first-page-number = ##t
        first-page-number = #1

        #(set-paper-size "gooeytar_9X12")

        top-margin = 10 \mm
        bottom-margin = 10 \mm
        left-margin = 18 \mm
        right-margin = 18 \mm

        top-system-spacing =
                #'((basic-distance . 20)
                   (minimum-distance . 20)
                   (padding . 0))
%                   (stretchability . 12))

        system-system-spacing =
            #'((basic-distance . 20)
               (minimum-distance . 14)
               (padding . 4)
               (stretchability . 12))

        ragged-last-bottom = ##t
        ragged-bottom = ##t
%        oddFooterMarkup = \markup \column { \null \null \fromproperty #'header:copyright }
}

#(set-global-staff-size 19)

\include "guitar1.ly"
\include "guitar2.ly"
\include "spacing.ly"

\header {
  title = \markup \center-column {
		\fontsize #2.0
		\null
		"Anitra's Dance"
		\null
		\null
		}
  composer = \markup {\fontsize #0.6 "Edvard Grieg (1843 - 1907)"}
  arranger = \markup {\fontsize #0.6 "Agustin Barrios (1885 - 1944)"}
%  piece = \markup \fontsize #1.0 \roman { "Tempo di Mazurka" }
  piece = " "
  copyright = \markup \tiny { Steve Shorter (2013). \epsfile #X #10 #'"by-sa.eps" }
  style = "Romantic"
  meter = " " 
%  opus = 
  poet = " " 
  maintainer = "Steve Shorter"
  lastupdated = "2013/Nov/01"
  footer = "FOOTER"
  dedication = ""
}


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


\score {
  \new StaffGroup \with {
            \override StaffGrouper #'staff-staff-spacing =
                #'((basic-distance . 12)
                   (minimum-distance . 8)
                   (padding . 2))
            }
	<<
	    \new Staff << \new Voice { \spacing } \new Voice {\global \guitarone } >>
	    \new Staff << \global \guitartwo >>
	>>

 \layout { }
 
}

