]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chord-name-exceptions.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[lilypond.git] / Documentation / snippets / chord-name-exceptions.ly
index f5d15068b76ff6fffb07d9fb133ad41582454dcb..9a32fbdc7e5b0d5f7d3959fe5dfc8ef38acb33c9 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.0"
 
 \header {
   lsrtags = "chords"
 
-%% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a
+%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
   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: 33f623301a41fcc53efadf96bca1c72834763415
+
+%% 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.
@@ -24,7 +29,7 @@ Liste an besonderen Notationen für bestimmte Akkorde zu speichern.
 
   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"
@@ -49,10 +54,10 @@ theMusic = \chordmode {
 }
 
 \layout {
-  ragged-right = ##t 
+  ragged-right = ##t
 }
 
 << \context ChordNames \theMusic
    \context Voice \theMusic
->>  
+>>