%% 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/32b-Articulations-Texts.xml"
\sourcefileline 0
\version "2.26.0"
% automatically converted by musicxml2ly from -
\pointAndClickOff

\header {
  texidoc = "Text markup with different CSS font sizes, weights, horizontal
    positions (using ‘default-x’), and vertical positions (using ‘default-y’),
    seven in total. The four markups below the staff are positioned immediately
    before <measure> elements; they should be thus associated with the following
    bar line. One markup is also drawn in red.

    A trailing up-arrow indicates a ‘placement=\"above\"’ attribute, a
    down-arrow means ‘placement=\"below\"’."
}
\layout {
  \context {
    \Staff
    printKeyCancellation = ##f
  }
  \context {
    \Score
    autoBeaming = ##f
  }
}
PartPOneVoiceOne = \relative f' {
  \clef "treble" \numericTimeSignature \time 4/4 \key c \major f1 ^\markup
  "(0,15) normal, medium ↑" <>_\markup \bold "(-50,-100) bold, medium ↓" | % 1
  g1 ^\markup \large "(50,35) normal, large ↑" <>_\markup \large \bold
  "(0,-120) bold, large ↓" | % 2
  <> ^\markup \small "(0,55) normal, small ↑" R1 | % 2
  <>_\markup \small \bold "(50,-140) bold, small ↓" <>_\markup \small
  \with-color "#FF0000" "(100,-160) normal, small, red ↓" }


% The score definition
\score {
  <<
    \new Staff = "P1" <<
      \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
% ****************************************************************
