]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chordchanges-for-fretboards.ly
3022c5cd1984f9991a9aa71288a7a77f980a2cb0
[lilypond.git] / input / lsr / chordchanges-for-fretboards.ly
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   texidoces = "
7 Se puede hacer que los diagramas de posiciones se muestren sólo
8 cuando el acorde cambia o al comienzo de una nueva línea.
9
10 "
11
12   doctitlees = "Cambios de acorde de posiciones de trastes"
13
14   lsrtags = "fretted-strings"
15   texidoc = "FretBoards can be set to display only when the chord changes
16 or at the beginning of a new line."
17   doctitle = "chordChanges for FretBoards"
18 } % begin verbatim
19
20
21 \include "predefined-guitar-fretboards.ly"
22
23 myChords = \chordmode {
24   c1 c1 \break
25   \set chordChanges = ##t
26   c1 c1 \break
27   c1 c1 \break
28 }
29
30 <<
31   \new ChordNames { \myChords }
32   \new FretBoards { \myChords }
33   \new Staff { \myChords }
34 >>