X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fdefining-predefined-fretboards-for-other-instruments.ly;h=6a3b029cd3ff9c663cb43479d4d55dcc37d48608;hb=c4b122bf88e2aff20df5f85130e67aab73f7c5bf;hp=8f0acd4777d902e831a1a7652b9d853704303f44;hpb=b83bb147ef00d2d3df5b9bb82abb1951ee279396;p=lilypond.git diff --git a/Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly b/Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly index 8f0acd4777..6a3b029cd3 100644 --- a/Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly +++ b/Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly @@ -1,71 +1,14 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.18.0" \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Se pueden añadir diagramas de posiciones predefinidas para -instrumentos nuevos además de los estándar que se usan para la -guitarra. Este archivo muestra cómo se hace, definiendo una afinación -nueva y unas cuantas posiciones para el cuatro venezolano. - -Este archivo también muestra cómo se pueden incluir las digitaciones -en los acordes que se usan como puntos de referencia para la búsqueda -de acordes en la tabla, y mostrarse en el diagrama de posiciones y la -tablatura @code{TabStaff}, pero no en la música. - -Estas posiciones no se pueden transportar porque contienen información -de las cuerdas. Hay planes para corregir esto en un futuro. - -" - doctitlees = "Definición de posiciones predefinidas para otros instrumentos" - - -%% Translation of GIT committish: f23429bc5cfa9d141ef7b4509afc46c140308a1e - texidocde = " -Vordefinierte Bunddiagramme können für neue Instrumente hinzugefügt werden -neben denen, die schon für die Gitarre definiert sind. Dieses Schnipsel -zeigt, wie man eine neue Saitenstimmung definiert und dann eigene vordefinierte -Bunddiagramme bestimmt. Das Beispiel ist für das venezualische Cuatro. - -Dieses Schnipsel zeigt auch, wie Fingersatz in die Akkorde eingebunden -werden kann, um als Referenzpunkt für die Akkordauswahl benutzt werden -kann. Dieser Fingersatz wird im Bunddiagramm und in der Tabulatur, -aber nicht in den Noten angezeigt. - -Diese Bunddiagramme sind nicht transponierbar, weil sie Saiteninformationen -enthalten. Das soll in der Zukunft verbessert werden. - -" - doctitlede = "Eigene vordefinierte Bunddiagramme für andere Instrumente erstellen" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -La liste des diagrammes standards prédéfinis pour la guitare peut être -augmentée d'autres définitions spécifiques à d'autres instruments. -Voici comment définir un nouvel accordage ainsi que quelques diagrammes -prédéfinis pour le @qq{cuatro vénézuélien}. - -Cet exemple illustre aussi la manière d'ajouter des doigtés aux -accords@tie{}; ils serviront de référence pour la boucle d'accord et -seront indiqués dans les diagrammes et le @code{TabStaff}, mais pas dans -la musique. - -Ces diagrammes ne peuvent pas être transposés, dans la mesure où ils -contiennent des informations sur les cordes. Ceci est amené à évoluer. - -" - doctitlefr = "Création de diagrammes de fret prédéfinis pour d'autres instruments" - - texidoc = " Predefined fret diagrams can be added for new instruments in addition to the standards used for guitar. This file shows how this is done by @@ -84,7 +27,6 @@ information. This is planned to be corrected in the future. doctitle = "Defining predefined fretboards for other instruments" } % begin verbatim - % add FretBoards for the Cuatro % Note: This section could be put into a separate file % predefined-cuatro-fretboards.ly @@ -148,11 +90,10 @@ primeros = { } \new FretBoards { - \set stringTunings = #cuatroTuning + \set Staff.stringTunings = #cuatroTuning % \override FretBoard % #'(fret-diagram-details string-count) = #'4 - \override FretBoard - #'(fret-diagram-details finger-code) = #'in-dot + \override FretBoard.fret-diagram-details.finger-code = #'in-dot \primeros } @@ -166,8 +107,7 @@ primeros = { \layout { \context { \Score - \override SpacingSpanner - #'base-shortest-duration = #(ly:make-moment 1 16) + \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1 16) } } \midi { }