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