]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chordchanges-for-fretboards.ly
Merge commit 'origin'
[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 %% Note: this file works from version 2.13.0
4 \version "2.13.1"
5
6 \header {
7   texidoces = "
8 Se puede hacer que los diagramas de posiciones se muestren sólo
9 cuando el acorde cambia o al comienzo de una nueva línea.
10
11 "
12
13   doctitlees = "Cambios de acorde de posiciones de trastes"
14
15 %% Translation of GIT committish: 6bf3e9149eb97e66b4c813e41dc7625f06c501aa
16 texidocde = "
17 Bunddiagramme können definiert werden, sodass sie nur angezeigt werden,
18 wenn der Akkord sich ändert oder eine neue Zeile anfängt.
19
20 "
21
22
23   doctitlede = "Akkordänderungen für Bunddiagramme"
24
25   lsrtags = "fretted-strings"
26   texidoc = "FretBoards can be set to display only when the chord changes
27 or at the beginning of a new line."
28   doctitle = "chordChanges for FretBoards"
29 } % begin verbatim
30
31
32 \include "predefined-guitar-fretboards.ly"
33
34 myChords = \chordmode {
35   c1 c1 \break
36   \set chordChanges = ##t
37   c1 c1 \break
38   c1 c1 \break
39 }
40
41 <<
42   \new ChordNames { \myChords }
43   \new FretBoards { \myChords }
44   \new Staff { \myChords }
45 >>