%% 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/showing-chords-at-changes.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: 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: c043783aac6c35926d633aa2daf60ed4f2e7ca7a
  texidocfr = "
Tout accord saisi est par défaut imprimé. Ce comportement est amendable :
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: 70abecb938c2bb752967bd56b7402dd8129838a5
  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 o 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"

  categories = "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 or
when the chord changes.
"

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


harmonies = \chordmode {
  c'1:m c:m \break
  c'1:m c:m d
}

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



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