]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-bar-lines-to-chordnames-context.ly
Merge branch 'lilypond/translation' into staging
[lilypond.git] / Documentation / snippets / adding-bar-lines-to-chordnames-context.ly
index 31223fa4ae3692a6d5dcb6e2604e530404035f63..d988abb0dae2db27e35603c547cfb899e8fc0d6b 100644 (file)
@@ -4,22 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.15.20"
+\version "2.14.2"
 
 \header {
-%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
-  texidocfr = "
-L'ajout du graveur @code{Bar_engraver} à un contexte @code{ChordNames}
-permet d'imprimer les barres de mesure entre les chiffrages.
-
-"
-  doctitlefr = "Chiffrages et barres de mesure"
-
-  lsrtags = "chords"
-
-
-
-
+  lsrtags = "specific-notation, chords"
 
 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   texidoces = "
@@ -39,6 +27,14 @@ Um Taktstriche in einem @code{ChordNames}-Kontext anzeigen zu lassen, muss der
 "
   doctitlede = "Tatkstriche in einen ChordNames-Kontext hinzufügen"
 
+%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
+  texidocfr = "
+L'ajout du graveur @code{Bar_engraver} à un contexte @code{ChordNames}
+permet d'imprimer les barres de mesure entre les chiffrages.
+
+"
+  doctitlefr = "Chiffrages et barres de mesure"
+
   texidoc = "
 To add bar line indications in the @code{ChordNames} context, add the
 @code{Bar_engraver}.
@@ -47,6 +43,7 @@ To add bar line indications in the @code{ChordNames} context, add the
   doctitle = "Adding bar lines to ChordNames context"
 } % begin verbatim
 
+
 \new ChordNames \with {
   \override BarLine #'bar-extent = #'(-2 . 2)
   \consists "Bar_engraver"