%% 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/bar-line-markup.ly"
\sourcefileline 0
\version "2.25.11"

\header {
  texidoc = "The markup command @code{\\bar-line} scales nicely with different
@code{\\fontsize}.  It is customizable by overriding @code{height},
@code{dot-count}, @code{dash-count}, @code{kern} or @code{thick-thickness}.
The brace bar line sometimes emits a warning, if none exactly fitting can be
found (this warning is not silenced here)."
}

\markup {
  \override #'(word-space . 2)
  \column {
    \line {
      "default (fontsize 0):" \bar-line "]{.|:;!S!;:|.}["
    }
    \line {
      \hspace #4
      "fontsize: -7" \fontsize #-7 \bar-line "]{.|:;!S!;:|.}["
      "fontsize: 7" \fontsize #7 \bar-line "]{.|:;!S!;:|.}["
    }
    \draw-hline
    %\vspace #1
    \line {
      "default (height 4):" \bar-line "]{.|:;!S!;:|.}["
    }
    \line {
      \hspace #4
      "height: 2" \override #'(height . 2) \bar-line "]{.|:;!S!;:|.}["
      "height: 6" \override #'(height . 6) \bar-line "]{.|:;!S!;:|.}["
    }
    %\vspace #1
    \draw-hline
    \line {
      "default (dot/dash-count 4/5):" \bar-line ";|!"
    }
    \vspace #1
    \line {
      \hspace #4
      "dot-count (3/5):"
      \override #'(dot-count . 3) \bar-line ";|!"
      \override #'(dot-count . 5) \bar-line ";|!"
      "dash-count (3/7):"
      \override #'(dash-count . 3) \bar-line ";|!"
      \override #'(dash-count . 7) \bar-line ";|!"
    }
    %\vspace #1
    \draw-hline
    \line {
      "default (kern 3.0/hair-thickness 1.9/thick-thickness 6.0):"
      \bar-line "|."
    }
    \vspace #1
    \line {
      \hspace #4
      "kern 6" \override #'(kern . 6) \bar-line "|."
      "hair-thickness 6" \override #'(hair-thickness . 6) \bar-line "|."
      "thick-thickness 1.9" \override #'(thick-thickness . 1.9) \bar-line "|."
    }
  }
}



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