]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/showing-chords-at-changes.ly
Merge master into nested-bookparts
[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.62"
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 harmonies = \chordmode {
23   c1:m c:m \break c:m c:m d
24 }
25 <<
26   \new ChordNames {
27     \set chordChanges = ##t
28     \harmonies
29   }
30   \new Staff {
31     \relative c' { \harmonies }
32   }
33 >>