LSR: Update.
[lilypond.git] / input / lsr / showing-chords-at-changes.ly
blob7e3483023cc82b868ad8112bb49767e495e9dc02
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.51"
5 \header {
6 lsrtags = "chords"
8 texidoces = "
9 Se pueden imprimir los acordes exclusivamente al comienzo de las
10 lĂ­neas y cuando cambia el acorde.
13 doctitlees = "Imprimir los acordes cuando se produce un cambio"
15 texidoc = "
16 Chord names can be displayed only at the start of lines and when the
17 chord changes.
20 doctitle = "Showing chords at changes"
21 } % begin verbatim
22 harmonies = \chordmode {
23 c1:m c:m \break c:m c:m d
26 \new ChordNames {
27 \set chordChanges = ##t
28 \harmonies
30 \new Staff {
31 \relative c' { \harmonies }