]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chordchanges-for-fretboards.ly
Imported Upstream version 2.14.2
[lilypond.git] / Documentation / snippets / chordchanges-for-fretboards.ly
diff --git a/Documentation/snippets/chordchanges-for-fretboards.ly b/Documentation/snippets/chordchanges-for-fretboards.ly
new file mode 100644 (file)
index 0000000..0665939
--- /dev/null
@@ -0,0 +1,50 @@
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.14.0
+\version "2.14.0"
+
+\header {
+%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
+  texidoces = "
+Se puede hacer que los diagramas de posiciones se muestren sólo
+cuando el acorde cambia o al comienzo de una nueva línea.
+
+"
+
+  doctitlees = "Cambios de acorde de posiciones de trastes"
+
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
+texidocde = "
+Bunddiagramme können definiert werden, sodass sie nur angezeigt werden,
+wenn der Akkord sich ändert oder eine neue Zeile anfängt.
+
+"
+
+  doctitlede = "Akkordänderungen für Bunddiagramme"
+
+  lsrtags = "fretted-strings"
+  texidoc = "FretBoards can be set to display only when the chord changes
+or at the beginning of a new line."
+  doctitle = "chordChanges for FretBoards"
+} % begin verbatim
+
+
+\include "predefined-guitar-fretboards.ly"
+
+myChords = \chordmode {
+  c1 c1 \break
+  \set chordChanges = ##t
+  c1 c1 \break
+  c1 c1 \break
+}
+
+<<
+  \new ChordNames { \myChords }
+  \new FretBoards { \myChords }
+  \new Staff { \myChords }
+>>