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


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

#(ly:set-option 'eps-box-padding 3.000000)



\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 "snippets/showing-chords-at-changes.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Snippet Repository
%% (http://lsr.di.unimi.it).
%%
%% Make any changes in the LSR itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.23.13"

\header {
%% Translation of GIT committish: f11513f36c131dab18338d6a3a729e24a927150d
  texidocja = "
デフォルトでは、入力されたすべてのコードが出力されます。@c
この動作を変更して、@c
コード ネームが行頭とコード変更時にのみ表示されるようにすることができます。
"
  doctitleja = "コード ネームを変更時のみ表示する"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Per impostazione predefinita, ogni accordo inserito viene visualizzato; tale
comportamento può essere modificato in modo che i nomi degli accordi siano
mostrati solo all'inizio delle linee e quando l'accordo cambia.

"
  doctitleit = "Mostrare gli accordi nei cambi"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Vous pouvez faire ressortir les chiffrages d'accords s'ils ne sont
imprimés qu'aux changements d'accord ou en début de ligne.
"

  doctitlefr = "Impression des accords si changement"

%% Translation of GIT committish: 069c8e54d8eaf449262a180674330b31c8c723d9
  texidoces = "
De forma predeterminada se imprimen todos los acordes que aparecen en
el código de entrada; se puede modificar este comportamiento de tal
manera que los acordes se impriman exclusivamente al comienzo de las
líneas y cuando cambia el acorde.

"
  doctitlees = "Imprimir los acordes cuando se produce un cambio"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
  texidocde = "
Akkordsymbole können so eingestellt werden, dass sie nur zu Beginn der Zeile
und bei Akkordwechseln angezeigt werden.

"
  doctitlede = "Akkordsymbole bei Wechsel anzeigen"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Es poden imprimir els acords exclusivament al començament de les
línies i quan canvia l'acord.

"
  doctitleca = "Imprimir els acords quan es produeix un canvi"

  lsrtags = "chords"

  texidoc = "
By default, every chord entered is printed; this behavior can be
modified so that chord names are printed only at the start of lines and
when the chord changes.
"

  doctitle = "Showing chords at changes"
} % begin verbatim


harmonies = \chordmode {
  c1:m c:m \break c:m c:m d
}

<<
  \new ChordNames {
    \set chordChanges = ##t
    \harmonies
  }
  \new Staff {
    \relative c' { \harmonies }
  }
>>



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