%% Generated by lilypond-book.py
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm]
\include "lilypond-book-preamble.ly"


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



\paper {
  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 "/home/gub/gub/target/linux-x86/src/lilypond-git.sv.gnu.org--lilypond.git-stable-2.16/input/regression/repeat-sign-global-size-10.ly"
\sourcefileline 0
\version "2.16.0"
\header {
  texidoc = "The two dots of a repeat sign should be symmetric
to the staff centre and avoid staff lines even for exotic staves.
Test set-global-staff size 10 (with layout-set-staff-size)."
}

#(set-global-staff-size 10)

\score {
  <<
    \context Staff = "s1" \with {
      \override StaffSymbol #'staff-space = #0.6
    } {
      s1 \bar ":|"
    }

    \context Staff = "s2" \with {
      \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
      \override StaffSymbol #'staff-space = #0.7
    } {
      s1 \bar ":|"
    }

    \context Staff = "s3" {
      s1 \bar ":|"
    }
  >>
}

\score {
  <<
    \context Staff = "s1" {
      s1 \bar ":|"
    }

    \context Staff = "s2" \with {
      \override StaffSymbol #'staff-space = #1.7
      \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
    } {
      s1 \bar ":|"
    }

    \context Staff = "s3" \with {
      \override StaffSymbol #'staff-space = #3
    } {
      s1 \bar ":|"
    }
  >>

  \layout {
    #(layout-set-staff-size 30)
  }
}



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