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