]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/showing-chords-at-changes.ly
Merge branch 'master' into lilypond/translation
[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.11.64"
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   texidoc = "
16 Chord names can be displayed only at the start of lines and when the
17 chord changes.
18
19 "
20   doctitle = "Showing chords at changes"
21 } % begin verbatim
22
23 harmonies = \chordmode {
24   c1:m c:m \break c:m c:m d
25 }
26 <<
27   \new ChordNames {
28     \set chordChanges = ##t
29     \harmonies
30   }
31   \new Staff {
32     \relative c' { \harmonies }
33   }
34 >>