%% 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 "snippets/customizing-the-no-chord-symbol.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Wiki
%% (https://wiki.lilypond.community).
%%
%% Make any changes in the Wiki itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.24.0"

\header {
%% Translation of GIT committish: c043783aac6c35926d633aa2daf60ed4f2e7ca7a
  texidocfr = "
Par défaut, les silences apparaissant dans un contexte @code{ChordNames}
déclenchent l'impression d'un texte « N.C. ». Ce @emph{markup} peut
être personnalisé grâce à la propriété de contexte @code{noChordSymbol}.
"

  doctitlefr = "Personnalisation du symbole @emph{no-chord}"

%% Translation of GIT committish: 70abecb938c2bb752967bd56b7402dd8129838a5
  texidoces = "
Por omisión, los silencios en un contexto @code{ChordNames}
producen la impresión del texto @qq{N.C.}.  Este elemento de
marcado se puede personalizar mediante el establecimiento de la
propiedad de contexto @code{noChordSymbol}.

"

  doctitlees = "Personalización del símbolo de Sin Acorde"

  categories = "Chords"

  texidoc = "
By default, rests in a @code{ChordNames} context cause the text @qq{N.C.}
to be printed. This markup can be customized by setting the
@code{noChordSymbol} context property.
"

  doctitle = "Customizing the no-chord symbol"
} % begin verbatim


<<
  \chords {
    R1
    \set noChordSymbol = "—"
    R1
    \set noChordSymbol = \markup \italic "Ssh!"
    R1
  }
  {
    R1*3
  }
>>



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