%% Generated by lilypond-book.py
%% Options: [indent=0\mm,lilyquote,ragged-right]
\include "lilypond-book-preamble.ly"


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



\paper {
  indent = 0\mm
  line-width = 160\mm - 2.0 * 0.4\in
  ragged-right = ##t
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {
  
}





% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly"
\sourcefileline 0
% DO NOT EDIT this file manually; it is automatically
% generated from Documentation/snippets/new
% Make any changes in Documentation/snippets/new/
% and then run scripts/auxiliar/makelsr.py
%
% This file is in the public domain.
%% Note: this file works from version 2.14.0
\version "2.14.0"
\header {
%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c

  texidoces = "
Aquí se muestra la manera de ocultar las alteraciones de las notas
ligadas al comienzo de un sistema nuevo.

"

  doctitlees = "Ocultar las alteraciones sobre notas ligadas al principio de un sistema nuevo"


%% Translation of GIT committish: 31097723b2b816696ad61696630a80ff17a39557
  texidocfr = "Cet exemple illustre comment, lorsqu'une note affublée
  d'une altération accidentelle est prolongée, ne pas répéter cette
  altération après un saut de ligne.
"
  doctitlefr = "Non répétition de l'altération après saut de ligne
  sur liaison de prolongation"


  lsrtags = "pitches"
  texidoc = "This shows how to hide accidentals on tied notes at the beginning of a
new system."
  doctitle = "Hiding accidentals on tied notes at the beginning of a new system"
} % begin verbatim


\relative c'' {
  \override Accidental #'hide-tied-accidental-after-break = ##t
  cis1~ cis~
  \break
  cis
}




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