%% 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 "/lilypond-2.26.0/input/regression/musicxml/34d-Note-Attributes.xml"
\sourcefileline 0
\version "2.26.0"
% automatically converted by musicxml2ly from -
\pointAndClickOff

%% additional definitions required by the score:
hideNote =
  \tweak Dots.transparent ##t
  \tweak NoteHead.transparent ##t
  \tweak NoteHead.no-ledgers ##t
  \tweak Stem.transparent ##t
  \tweak Accidental.transparent ##t
  \tweak Rest.transparent ##t
  \tweak TabNoteHead.transparent ##t \etc


\header {
  texidoc = "Testing print attribute combinations of <note>.

    Measure 1:

    A: No attributes.

    B: print-leger=\"no\"

    C: print-dot=\"no\" (middle note of chord)

    D: print-lyric=\"no\"

    E: print-object=\"no\"

    Measure 2:

    F: print-object=\"no\", print-leger=\"yes\"

    G: print-object=\"no\", print-dot=\"yes\"

    H: print-object=\"no\", print-lyric=\"yes\"

    Measure 3:

    I: print-object=\"no\" for <lyric> (middle lyric line ‘I2’)

    J: print-lyric=\"no\", print-object=\"yes\" for <lyric> (middle lyric line
    ‘J2’)

    K: print-object=\"no\" print-lyric=\"yes\", print-object=\"no\" for <lyric>
    (middle lyric line ‘K2’)

    L: print-object=\"no\" print-lyric=\"no\", print-object=\"yes\" for <lyric>
    (middle lyric line ‘L2’)"
}
\layout {
  \context {
    \Score
    autoBeaming = ##f
  }
}
PartPOneVoiceOne = \relative a'' {
  \clef "treble" \time 15/8 a4. \tweak no-ledgers ##t a4. <d, \tweak
    Dots.stencil ##f f a>4. a'4. \hideNote a4. | % 1
  \time 9/8 \hideNote a4. \hideNote a4. \hideNote a4. | % 2
  \time 12/8 a4. a4. \hideNote a4. \hideNote a4. }

PartPOneVoiceOneLyricsOne = \lyricmode {
  \set ignoreMelismata = ##t
  \set includeGraceNotes = ##t
  A B C \skip1 \skip1 \skip1 \skip1 H "I1" \skip1 "K1" \skip1
}

PartPOneVoiceOneLyricsTwo = \lyricmode {
  \set ignoreMelismata = ##t
  \set includeGraceNotes = ##t
  \skip1 \skip1 \skip1 \skip1 \skip1 \skip1 \skip1 \skip1 \skip1 "J2" \skip1
  "L2"
}

PartPOneVoiceOneLyricsThree = \lyricmode {
  \set ignoreMelismata = ##t
  \set includeGraceNotes = ##t
  \skip1 \skip1 \skip1 \skip1 \skip1 \skip1 \skip1 \skip1 "I3" \skip1 "K3"
  \skip1
}


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




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