LSR: Redo local update.
[lilypond/mpolesky.git] / Documentation / snippets / chordchanges-for-fretboards.ly
blob74462cc3e3edd13bd0ca810e1832a2102cb3657d
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.0
5 \version "2.13.20"
7 \header {
8 %% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492
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.
15 doctitlees = "Cambios de acorde de posiciones de trastes"
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.
25 doctitlede = "Akkordänderungen für Bunddiagramme"
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
34 \include "predefined-guitar-fretboards.ly"
36 myChords = \chordmode {
37 c1 c1 \break
38 \set chordChanges = ##t
39 c1 c1 \break
40 c1 c1 \break
44 \new ChordNames { \myChords }
45 \new FretBoards { \myChords }
46 \new Staff { \myChords }