LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / showing-chords-at-changes.ly
blob24e38f367671354272330f7c3ca0dcf97d756abc
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "chords"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 Se pueden imprimir los acordes exclusivamente al comienzo de las
12 líneas y cuando cambia el acorde.
15 doctitlees = "Imprimir los acordes cuando se produce un cambio"
17 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
18 texidocde = "
19 Akkordsymbole können so eingestellt werden, dass sie nur zu Beginn der Zeile
20 und bei Akkordwechseln angezeigt werden.
23 doctitlede = "Akkordsymbole bei Wechsel anzeigen"
25 texidoc = "
26 Chord names can be displayed only at the start of lines and when the
27 chord changes.
30 doctitle = "Showing chords at changes"
31 } % begin verbatim
33 harmonies = \chordmode {
34 c1:m c:m \break c:m c:m d
37 \new ChordNames {
38 \set chordChanges = ##t
39 \harmonies
41 \new Staff {
42 \relative c' { \harmonies }