%% Generated by lilypond-book
%% Options: [indent=0\mm,staffsize=16]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(set-global-staff-size 16)

\paper {
  indent = 0\mm
}

\layout {
  
}





% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefileline 35

practical = \relative c {
  \time 8/4
  \clef bass
  as8*8[ c'
  \bar ""
  \clef treble
  c, as''']
}

\score{
  \new StaffGroup <<
    \new Staff {
      \set Staff.instrumentName = "Written"
      \practical
    }
    \new Staff {
      \set Staff.instrumentName = "Sounding"
      \transpose c f, \practical 
    }
  >>
  \layout {
    ragged-right = ##t
    \context {
      \Staff
      \remove Time_signature_engraver
    }
    \context {
      \Score
      \remove Bar_number_engraver
      \override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 1 64)
    }
  }
  %{  \header {
    piece = "Practical Range"
  %}
}



% ****************************************************************
% end ly snippet
% ****************************************************************
