]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chord-name-exceptions.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / chord-name-exceptions.ly
index 6500c0a2379ca6f97a1910b06f013c3d6b06abcf..715ddc51a2f4ad292a800804f59af0137752d66d 100644 (file)
@@ -4,28 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
-  lsrtags = "chords"
-
-%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb
-  texidoces = "
-Se puede usar la propiedad @code{chordNameExceptions} para
-almacenar una lista de notaciones espaciales para acordes
-específicos.
-
-"
-  doctitlees = "Excepciones para los nombres de acorde"
-
-
-%% 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.
-
-"
-  doctitlede = "Akkordsymbolausnahmen"
+  lsrtags = "specific-notation, chords"
 
   texidoc = "
 The property @code{chordNameExceptions} can be used to store a list of
@@ -35,6 +17,7 @@ special notations for specific chords.
   doctitle = "Chord name exceptions"
 } % begin verbatim
 
+
 % modify maj9 and 6(add9)
 % Exception music is chords with markups
 chExceptionMusic = {
@@ -60,4 +43,3 @@ theMusic = \chordmode {
 << \context ChordNames \theMusic
    \context Voice \theMusic
 >>
-