\version "2.24.4"

\include "imprvmnts/bar5.ly"
\include "imprvmnts/bar5-1.ly"
\include "imprvmnts/bar5-2.ly"
\include "imprvmnts/bar9.ly"
\include "imprvmnts/bar9-1.ly"
\include "imprvmnts/bar22.ly"
\include "imprvmnts/bar22-1.ly"
\include "imprvmnts/bar22-2.ly"

global = {
  \time 4/4
  \key g \major
}

\bookpart {

    \paper {
        bottom-margin = 12 \mm
        print-page-number = ##t 
	page-count = #1
%	system-count = #8
	#(set-paper-size "arch a")

  tagline = ""

  }

  \header {

	title = \markup \column {
		" "
		"Improvements? "
		" "
	}
     }

 \tocItem \markup \bold \column { "Improvements? " "  " }

 \markup \column {
        "        "
	\fontsize #1 {
	"  "
	"       There is a possibility to improve the parts of KV 525. Consider the secound Guitar, Gtr2 bar 5."
	"  "
        }
      } 

 \score {
    \new GrandStaff \with {
            \override StaffGrouper.staff-staff-spacing =
                #'((basic-distance . 12)
                   (minimum-distance . 8)
                   (padding . 0))
	}
    <<
	\set GrandStaff.instrumentName =
		\markup {
			\override #'(font-family . "Sans")
			\abs-fontsize #10.0 \bold "Gtr2 " 
		}

	\new Staff \with { \consists "Span_arpeggio_engraver" }
                   << \global \barfive >>
    >>

    \layout { #(layout-set-staff-size 16) }
 }

 
 \markup \column {
	"        Playing the above is quite possible, but what if we have 2 people on the part? Perhaps we could consider this."
	"  "
   }

 \score {
    \new GrandStaff \with {
            \override StaffGrouper.staff-staff-spacing =
                #'((basic-distance . 12)
                   (minimum-distance . 8)
                   (padding . 0))
	}
    <<
	\set GrandStaff.instrumentName =
		\markup {
			\override #'(font-family . "Sans")
			\abs-fontsize #10.0 \bold "Gtr2 " 
		}

	\new Staff \with { \consists "Span_arpeggio_engraver" }
                   << \global \barFiveOne >>
	\new Staff \with { \consists "Span_arpeggio_engraver" }
                   << \global \barFiveTwo >>
    >>

    \layout { #(layout-set-staff-size 16) }
 }

 \markup \column {
	"        And from Gtr3 we have the following..."
	"  "
   }

 \score {
    \new GrandStaff \with {
            \override StaffGrouper.staff-staff-spacing =
                #'((basic-distance . 12)
                   (minimum-distance . 8)
                   (padding . 0))
	}
    <<
	\set GrandStaff.instrumentName =
		\markup {
			\override #'(font-family . "Sans")
			\abs-fontsize #10.0 \bold "Gtr3 " 
		}

	\new Staff \with { \consists "Span_arpeggio_engraver" }
                   << \global \barnine >>
    >>

    \layout { #(layout-set-staff-size 16) }
 }

 \markup \column {
	"        can be changed to.... "
	"  "
   }

 \score {
    \new GrandStaff \with {
            \override StaffGrouper.staff-staff-spacing =
                #'((basic-distance . 12)
                   (minimum-distance . 8)
                   (padding . 0))
	}
    <<
	\set GrandStaff.instrumentName =
		\markup {
			\override #'(font-family . "Sans")
			\abs-fontsize #10.0 \bold "Gtr3 " 
		}

	\new Staff \with { \consists "Span_arpeggio_engraver" }
                   << \global \barNineOne >>
    >>

    \layout { #(layout-set-staff-size 16) }
 }

 \markup \column {
	"        and ...."
	"  "
   }

 \score {
    \new GrandStaff \with {
            \override StaffGrouper.staff-staff-spacing =
                #'((basic-distance . 12)
                   (minimum-distance . 8)
                   (padding . 0))
	}
    <<
	\set GrandStaff.instrumentName =
		\markup {
			\override #'(font-family . "Sans")
			\abs-fontsize #10.0 \bold "Gtr3 " 
		}

	\new Staff \with { \consists "Span_arpeggio_engraver" }
                   << \global \barTwentyTwo >>
    >>

    \layout { #(layout-set-staff-size 16) }
 }

 \markup \column {
	"        can be changed to.... "
	"  "
   }

 \score {
    \new GrandStaff \with {
            \override StaffGrouper.staff-staff-spacing =
                #'((basic-distance . 12)
                   (minimum-distance . 8)
                   (padding . 0))
	}
    <<
	\set GrandStaff.instrumentName =
		\markup {
			\override #'(font-family . "Sans")
			\abs-fontsize #10.0 \bold "Gtr3 " 
		}

	\new Staff \with { \consists "Span_arpeggio_engraver" }
                   << \global \barTwentyTwoOne >>
	\new Staff \with { \consists "Span_arpeggio_engraver" }
                   << \global \barTwentyTwoTwo >>
    >>

    \layout { #(layout-set-staff-size 16) }
 }

 \markup \column {
	"        and this can be extended to all similar constructs."
   }
}
