%% 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/tablature-tie-behaviour.ly"
\sourcefileline 0
\version "2.25.19"

\header {
  texidoc = "In tablature, notes that are tied to are invisible except after a
line break or within a second volta; here, the fret number is displayed in
parentheses.

As an option, the notes that are tied to may become invisible completely, even
after line breaks while applying @code {hideSplitTiedTabNotes}.
@code{showSplitTiedTabNotes} switches back to default behaviour."
}

firstpart = \relative {
  f2~ 4 e
  g8 g~ g g~ g g~ g g~
  1
}

secondpart = \relative {
  c'1~ \break c2~ 2
}

thirdpart = \relative {
  \repeat volta 2 {
    < c'\3 e\2 g\1 >4 < c\3 e\2 g\1 >~ < c\3 e\2 g\1 >\laissezVibrer r
    c4. d8 e2~
  \alternative { { e2 r } { e2\repeatTie e2^\fermata } }
  }
}

\context StaffGroup <<
  \context Staff {
    \clef "G_8"
    \omit StringNumber % remove circled string numbers
    \firstpart
    \secondpart
    \thirdpart
    \secondpart
    \thirdpart
    \secondpart
    \thirdpart
    \bar "|."
  }
  \context TabStaff {
    \textMark "default"
    \firstpart
    \secondpart
    \thirdpart
    \textMark "\\hideSplitTiedTabNotes"
    \hideSplitTiedTabNotes
    \secondpart
    \thirdpart
    \textMark "\\showSplitTiedTabNotes"
    \showSplitTiedTabNotes
    \secondpart
    \thirdpart
  }
>>



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