]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-bar-lines-to-chordnames-context.ly
LSR: local update
[lilypond.git] / Documentation / snippets / adding-bar-lines-to-chordnames-context.ly
index 450a79365a37af13e74b28597df5cf1bcb2b90c0..ce5e6391cc12ed83e9f281e6c4c9b219bbfa3953 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% 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.10"
+\version "2.15.7"
 
 \header {
   lsrtags = "chords"
 
-%% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb
+%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb
   texidoces = "
 Para añadir indicaciones de línea divisoria dentro del contexto de
 los nombres de acorde @code{ChordNames}, incluya el grabador
@@ -15,7 +18,8 @@ los nombres de acorde @code{ChordNames}, incluya el grabador
 "
   doctitlees = "Añadir barras de compás al contexto de nombres de acorde (ChordNames)"
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   texidocde = "
 Um Taktstriche in einem @code{ChordNames}-Kontext anzeigen zu lassen, muss der
 @code{Bar_engraver} hinzugefügt werden.
@@ -32,7 +36,7 @@ To add bar line indications in the @code{ChordNames} context, add the
 } % begin verbatim
 
 \new ChordNames \with {
-  \override BarLine #'bar-size = #4
+  \override BarLine #'bar-extent = #'(-2 . 2)
   \consists "Bar_engraver"
 }
 \chordmode {