%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


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

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "out-www/clefs.ly"
\sourcefileline 0
\version "2.24.0"

\header {
  crossRefNumber = "1"
  footnotes = ""
  tagline = "LilyPond (unknown version) was here -- automatically converted from ABC"
  title = "Various different clefs"
}

cadenzaMeasure = {
  \cadenzaOff
  \partial 1024 s1024
  \cadenzaOn
}

"wordsdefaultV1" = \lyricmode {
none _ _ _ | bass _ _ _ | treble _ _ _ | 
baritone _ _ _ | tenor _ _ _ | alto _ _ _ |  
mezzosoprano _ _ _ | soprano _ _ _ | "treble-8" _ _ _ |  
"treble-8va" _ _ _ | "treble+8" _ _ _ | "treble8" _ _ _ |  
}

"voicedefault" = {
\once \omit Staff.TimeSignature
 \cadenzaOn
 c'4 e'4 g'4 c''4 \cadenzaMeasure \bar "|" \key c \major \clef "bass"
 c'4 e'4 g'4 c''4 \cadenzaMeasure \bar "|" \key c \minor \clef "treble"
 c'4 ees'4 g'4 c''4 \cadenzaMeasure \bar "|" \once \omit Staff.TimeSignature
 \cadenzaOn
 \key c \major \clef "varbaritone"
 c'4 e'4 g'4 c''4 \cadenzaMeasure \bar "|" \key c \minor \clef "tenor"
 c'4 ees'4 g'4 c''4 \cadenzaMeasure \bar "|" \key c \major \clef "alto"
 c'4 e'4 g'4 c''4 \cadenzaMeasure \bar "|" \once \omit Staff.TimeSignature
 \cadenzaOn
 \key c \minor \clef "mezzosoprano"
 c'4 ees'4 g'4 c''4 \cadenzaMeasure \bar "|" \key c \major \clef "soprano"
 c'4 e'4 g'4 c''4 \cadenzaMeasure \bar "|" \key c \minor \clef "treble_8"
 c4 ees4 g4 c'4 \cadenzaMeasure \bar "|" \once \omit Staff.TimeSignature
 \cadenzaOn
 \key c \major \clef "treble_8"
 c4 e4 g4 c'4 \cadenzaMeasure \bar "|" \key c \minor \clef "treble^8"
 c''4 ees''4 g''4 c'''4 \cadenzaMeasure \bar "|" \key c \major 
\clef "treble_8"
 c4 e4 g4 c'4 \cadenzaMeasure \bar "|." 
}


\score {
  <<
    \context Staff = "default" {
      \"voicedefault"
    }
    \addlyrics {
      \"wordsdefaultV1"
    }
  >>

  \layout {
    \context {
      \Voice
      \autoBeamOff
      melismaBusyProperties = #'()
    }
  }
  \midi {}
}



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