]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/chordchanges-for-fretboards.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / snippets / 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: da7ce7d651c3a0d1bfed695f6e952975937a1c79
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: d96023d8792c8af202c7cb8508010c0d3648899d
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   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 >>