]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chord-name-exceptions.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / chord-name-exceptions.ly
index 658086c4f91694ef6065ad51c219dfd142c7c286..e61cd7b14769a0f655d229bf055af3f43f4da36d 100644 (file)
@@ -1,11 +1,15 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.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.13.1"
+\version "2.14.2"
 
 \header {
-  lsrtags = "chords"
+  lsrtags = "specific-notation, chords"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Se puede usar la propiedad @code{chordNameExceptions} para
 almacenar una lista de notaciones espaciales para acordes
@@ -14,7 +18,8 @@ específicos.
 "
   doctitlees = "Excepciones para los nombres de acorde"
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   texidocde = "
 Die Eigenschaft @code{chordNameExceptions} kann benutzt werden, um eine
 Liste an besonderen Notationen für bestimmte Akkorde zu speichern.
@@ -22,14 +27,23 @@ Liste an besonderen Notationen für bestimmte Akkorde zu speichern.
 "
   doctitlede = "Akkordsymbolausnahmen"
 
+%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
+  texidocfr = "
+Il est possible de créer votre propre modèle de chiffrages en
+réglant la propriété @code{chordNameExceptions}.
+
+"
+  doctitlefr = "Modèles de chiffrage d'accords"
+
   texidoc = "
 The property @code{chordNameExceptions} can be used to store a list of
-special notations for specific chords. 
+special notations for specific chords.
 
 "
   doctitle = "Chord name exceptions"
 } % begin verbatim
 
+
 % modify maj9 and 6(add9)
 % Exception music is chords with markups
 chExceptionMusic = {
@@ -49,10 +63,10 @@ theMusic = \chordmode {
 }
 
 \layout {
-  ragged-right = ##t 
+  ragged-right = ##t
 }
 
 << \context ChordNames \theMusic
    \context Voice \theMusic
->>  
+>>