\version "2.18.2"

%\include "score/spacing.ly"
%\include "score/dynamics.ly"
\include "gtr3-4/guitar3.ly"
\include "gtr3-4/guitar4.ly"

\bookpart {
 \paper {
%	annotate-spacing = ##t
	print-first-page-number = ##t
	system-system-spacing =
	    #'((basic-distance . 16)
	       (minimum-distance . 12)
	       (padding . 4)
	       (stretchability . 12))
	top-system-spacing =
                #'((basic-distance . 16)
                   (minimum-distance . 14)
                   (padding . 0))
%                   (stretchability . 4))
	page-count = #4
        systems-per-page = #3
	ragged-last-bottom = ##f
	ragged-bottom = ##f
 }

\header {
  title = \markup \center-column {
		\null
		\null
		\fontsize #3.0
		"Granada"
	}

  subtitle = \markup \center-column {
		\null
		\null
		\fontsize #3.0
  		"Serenata"
		\null
	}

  subsubtitle = \markup \center-column {
		\fontsize #3.0
		"Op 47, No 1"
		\null
		\null
	}

  composer = \markup \center-column {
	\fontsize #1.0
	 "Isaac Albéniz (1860 - 1909)"
	}

  arranger = \markup \center-column {
 	\fontsize #1.0
	 "Steve Shorter (2016)"
	\null
	\null
	\null
	}

  poet = " "
  tagline = ""
  piece = " "
  style = "Romantic"
  copyright = \markup \fill-line { \tiny { \line { Steve Shorter (2016). }}}
 }

 \tocItem \markup \column { "Full Score" " " }

 \score {
    \new StaffGroup \with {
            \override StaffGrouper #'staff-staff-spacing =
                #'((basic-distance . 10)
                   (minimum-distance . 6)
                   (padding . 4))
    }
    <<
%	\new Dynamics \dynamics
	\new Staff \with { \consists "Span_arpeggio_engraver" }
                   << \global \guitarthree >>
	\new Staff \with { \consists "Span_arpeggio_engraver" }
                  << \global \guitarfour >>
    >>
 

    \layout {
	\context {
           \Score
%               \override NonMusicalPaperColumn #'line-break-permission = ##f
%               \override NonMusicalPaperColumn #'page-break-permission = ##f
       }
    }
 }
}
