%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=135\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 = 135\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 "/lilypond-2.26.0/input/regression/musicxml/41l-GroupNameDisplay-Override.xml"
\sourcefileline 0
\version "2.26.0"
% automatically converted by musicxml2ly from -
\pointAndClickOff

\header {
  texidoc = "If <group-name-display> is given, it overrides <group-name> for
    display.

    The first two staves use only <group-name>, while the third and fourth one
    (with the same <group-name> value) override it with a custom text.

    In a similar vein, <group-abbreviation> can be overridden with
    <group-abbreviation-display>, shown in the second system.

    The multi-line entries are generated by using ‘xml:space=\"preserve\"’ as an
    attribute within a <display-text> child of the <xxx-display> element."
}
\layout {
  \context {
    \Score
    autoBeaming = ##f
  }
}
PartPOneVoiceOne = \relative c' {
  c1 \break | % 1
  c1 }

PartPTwoVoiceOne = \relative c' {
  c1 \break | % 1
  c1 }

PartPThreeVoiceOne = \relative c' {
  c1 \break | % 1
  c1 }

PartPFourVoiceOne = \relative c' {
  c1 \break | % 1
  c1 }


% The score definition
\score {
  <<
    \new StaffGroup \with {
      \consists "Instrument_name_engraver"
    } <<
      \set StaffGroup.instrumentName = "Group Name"
      \set StaffGroup.shortInstrumentName = "G. N."
      \new Staff = "P1" <<
        \override Staff.InstrumentName.self-alignment-X = #RIGHT
        \override Staff.InstrumentName.padding = #1
        \context Staff <<
          \override Staff.BarLine.allow-span-bar = ##f
          \mergeDifferentlyDottedOn
          \mergeDifferentlyHeadedOn
          \context Voice = "PartPOneVoiceOne" {
            \PartPOneVoiceOne
          }
        >>
      >>
      \new Staff = "P2" <<
        \override Staff.InstrumentName.self-alignment-X = #RIGHT
        \override Staff.InstrumentName.padding = #1
        \context Staff <<
          \override Staff.BarLine.allow-span-bar = ##f
          \mergeDifferentlyDottedOn
          \mergeDifferentlyHeadedOn
          \context Voice = "PartPTwoVoiceOne" {
            \PartPTwoVoiceOne
          }
        >>
      >>
    >>
    \new StaffGroup \with {
      \consists "Instrument_name_engraver"
    } <<
      \set StaffGroup.instrumentName = \markup \concat { \center-column {
          "Group Name" Override } }
      \set StaffGroup.shortInstrumentName = \markup \concat { \center-column {
          "G. N." "Overr." } }
      \new Staff = "P3" <<
        \override Staff.InstrumentName.self-alignment-X = #RIGHT
        \override Staff.InstrumentName.padding = #1
        \context Staff <<
          \override Staff.BarLine.allow-span-bar = ##f
          \mergeDifferentlyDottedOn
          \mergeDifferentlyHeadedOn
          \context Voice = "PartPThreeVoiceOne" {
            \PartPThreeVoiceOne
          }
        >>
      >>
      \new Staff = "P4" <<
        \override Staff.InstrumentName.self-alignment-X = #RIGHT
        \override Staff.InstrumentName.padding = #1
        \context Staff <<
          \override Staff.BarLine.allow-span-bar = ##f
          \mergeDifferentlyDottedOn
          \mergeDifferentlyHeadedOn
          \context Voice = "PartPFourVoiceOne" {
            \PartPFourVoiceOne
          }
        >>
      >>
    >>
  >>
  \layout {}
  % To create MIDI output, uncomment the following line:
  % \midi { \tempo 4 = 100 }
}




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