LSR: Update.
[lilypond.git] / input / lsr / chordchanges-for-fretboards.ly
blobd48642e9dda29a8b04af4359ad67bb7f05bd2a02
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"
6 \header {
7 texidoces = "
8 Se puede hacer que los diagramas de posiciones se muestren sólo
9 cuando el acorde cambia o al comienzo de una nueva línea.
13 doctitlees = "Cambios de acorde de posiciones de trastes"
15 %% Translation of GIT committish: 6bf3e9149eb97e66b4c813e41dc7625f06c501aa
16 texidocde = "
17 Bunddiagramme können definiert werden, sodass sie nur angezeigt werden,
18 wenn der Akkord sich ändert oder eine neue Zeile anfängt.
23 doctitlede = "Akkordänderungen für Bunddiagramme"
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
32 \include "predefined-guitar-fretboards.ly"
34 myChords = \chordmode {
35 c1 c1 \break
36 \set chordChanges = ##t
37 c1 c1 \break
38 c1 c1 \break
42 \new ChordNames { \myChords }
43 \new FretBoards { \myChords }
44 \new Staff { \myChords }