X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fadding-bar-lines-to-chordnames-context.ly;h=cc95934407adc1d033f2029dfdda11d81cb0ee5e;hb=3eb1e37e2e0b3966142cd04b85e30ab882308612;hp=955ddd0236dadbc111c6fec42aa546596f421014;hpb=378bccdec5364a5c4364c75ed9b34df2f8a6f49b;p=lilypond.git diff --git a/input/lsr/adding-bar-lines-to-chordnames-context.ly b/input/lsr/adding-bar-lines-to-chordnames-context.ly index 955ddd0236..cc95934407 100644 --- a/input/lsr/adding-bar-lines-to-chordnames-context.ly +++ b/input/lsr/adding-bar-lines-to-chordnames-context.ly @@ -1,10 +1,11 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.51" +\version "2.13.1" \header { lsrtags = "chords" +%% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a texidoces = " Para añadir indicaciones de línea divisoria dentro del contexto de los nombres de acorde @code{ChordNames}, incluya el grabador @@ -13,6 +14,14 @@ 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: 33f623301a41fcc53efadf96bca1c72834763415 + texidocde = " +Um Taktstriche in einem @code{ChordNames}-Kontext anzeigen zu lassen, muss der +@code{Bar_engraver} hinzugefügt werden. + +" + doctitlede = "Tatkstriche in einen ChordNames-Kontext hinzufügen" + texidoc = " To add bar line indications in the @code{ChordNames} context, add the @code{Bar_engraver}. @@ -20,6 +29,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-size = #4 \consists "Bar_engraver" @@ -28,3 +38,4 @@ To add bar line indications in the @code{ChordNames} context, add the f1:maj7 f:7 bes:7 } +