]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chordchanges-for-fretboards.ly
Fix 546.
[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 %% Translation of GIT committish: 6bf3e9149eb97e66b4c813e41dc7625f06c501aa
15 texidocde = "
16 Bunddiagramme können definiert werden, sodass sie nur angezeigt werden,
17 wenn der Akkord sich ändert oder eine neue Zeile anfängt.
18
19 "
20
21
22   doctitlede = "Akkordänderungen für Bunddiagramme"
23
24   lsrtags = "fretted-strings"
25   texidoc = "FretBoards can be set to display only when the chord changes
26 or at the beginning of a new line."
27   doctitle = "chordChanges for FretBoards"
28 } % begin verbatim
29
30
31 \include "predefined-guitar-fretboards.ly"
32
33 myChords = \chordmode {
34   c1 c1 \break
35   \set chordChanges = ##t
36   c1 c1 \break
37   c1 c1 \break
38 }
39
40 <<
41   \new ChordNames { \myChords }
42   \new FretBoards { \myChords }
43   \new Staff { \myChords }
44 >>