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