%% 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/beam-grace-tuplet-bounds.ly"
\sourcefileline 0
\version "2.25.19"

\header {
  texidoc = "Tuplets as grace notes should still be subdivided properly, despite their time positions being negative with respect to the main note. A run of grace notes beginning with a tuplet is beamed and bracketed accordingly.  The first three grace notes are a triplet with two beams.  The last grace note is connected to them by one beam."
  texidoc = "A run of grace notes beginning with a tuplet is beamed and bracketed accordingly.  The first three grace notes are a triplet with two beams.  The last grace note is connected to them by one beam."
}

\paper {
  indent = 0
  ragged-right = ##t
}

{
  \time 1/4
  \stopStaff
  \omit Score.BarNumber
  \omit Staff.Clef
  \omit Staff.TimeSignature

  \grace \tuplet 3/2 { \repeat unfold 24 a64 } b4 \break
  \once \set subdivideBeams = ##t
  \grace \tuplet 3/2 { \repeat unfold 24 a64 } b4 \break

  \grace { c8 \tuplet 3/2 { \grace a32 b32 b \tuplet 3/2 { \grace a64 \repeat unfold 6 b64 } \grace a32 b32 b } } b4 \break
  \once \set subdivideBeams = ##t
  \grace { c8 \tuplet 3/2 { \grace a32 b32 b \tuplet 3/2 { \grace a64 \repeat unfold 6 b64 } \grace a32 b32 b } } b4 \break
}



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