]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/showing-chords-at-changes.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[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.0"
4
5 \header {
6   lsrtags = "chords"
7
8   texidoces = "
9 Se pueden imprimir los acordes exclusivamente al comienzo de las
10 líneas y cuando cambia el acorde.
11
12 "
13   doctitlees = "Imprimir los acordes cuando se produce un cambio"
14
15 %% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
16   texidocde = "
17 Akkordsymbole können so eingestellt werden, dass sie nur zu Beginn der Zeile
18 und bei Akkordwechseln angezeigt werden.
19
20 "
21   doctitlede = "Akkordsymbole bei Wechsel anzeigen"
22
23   texidoc = "
24 Chord names can be displayed only at the start of lines and when the
25 chord changes.
26
27 "
28   doctitle = "Showing chords at changes"
29 } % begin verbatim
30
31 harmonies = \chordmode {
32   c1:m c:m \break c:m c:m d
33 }
34 <<
35   \new ChordNames {
36     \set chordChanges = ##t
37     \harmonies
38   }
39   \new Staff {
40     \relative c' { \harmonies }
41   }
42 >>