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


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

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



\paper {
  #(set-paper-size '(cons (* 160 mm) (* 50 mm)))
  indent = 0\mm
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "/lilypond-2.25.35/input/regression/musicxml/51b-Header-Quotes.xml"
\sourcefileline 0
\version "2.25.35"
% automatically converted by musicxml2ly from -
\pointAndClickOff

\header {
  title = "\"Quotes\" in header fields"
  copyright = "Free for anyone (\"Public Domain\")"
  composer = "Some \"Tester\" Name"
  "id: software" = "\"Hand-crafted\" MusicXML file"
  "id: encoding-date" = "2008-02-06"
  texidoc = "Header fields and part names can contain double quotes (\"). This
    test checks some fields (<movement-title>, <creator type=\"composer\">,
    <rights>, <software>, <part-name>) whether they are converted or imported
    without problems (i.e., whether they are correctly escaped when converting)."
}
\paper {
  tagline = ##f
}
\layout {
  \context {
    \Score
    autoBeaming = ##f
  }
}
PartPOneVoiceOne = \relative c' {
  r1 \bar "|."
}


% The score definition
\book {
  \score {
    <<
      \new Staff = "P1" <<
        \set Staff.instrumentName = \markup "Staff \"Test\""
        \context Staff <<
          \override Staff.BarLine.allow-span-bar = ##f
          \mergeDifferentlyDottedOn
          \mergeDifferentlyHeadedOn
          \context Voice = "PartPOneVoiceOne" {
            \PartPOneVoiceOne
          }
        >>
      >>
    >>
    \layout {}
    % To create MIDI output, uncomment the following line:
    % \midi { \tempo 4 = 100 }
  }
}




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