Start pictograms branch.
[lilypond/mpolesky.git] / Documentation / snippets / showing-chords-at-changes.ly
blobfc753f89473a1c4369c19f589f66b5925cfde492
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.31"
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"
18 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
19 texidocde = "
20 Akkordsymbole können so eingestellt werden, dass sie nur zu Beginn der Zeile
21 und bei Akkordwechseln angezeigt werden.
24 doctitlede = "Akkordsymbole bei Wechsel anzeigen"
26 texidoc = "
27 Chord names can be displayed only at the start of lines and when the
28 chord changes.
31 doctitle = "Showing chords at changes"
32 } % begin verbatim
34 harmonies = \chordmode {
35 c1:m c:m \break c:m c:m d
38 \new ChordNames {
39 \set chordChanges = ##t
40 \harmonies
42 \new Staff {
43 \relative c' { \harmonies }