]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-bar-lines-to-chordnames-context.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / adding-bar-lines-to-chordnames-context.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "chords"
7
8   texidoces = "
9 Para añadir indicaciones de línea divisoria dentro del contexto de
10 los nombres de acorde @code{ChordNames}, incluya el grabador
11 @code{Bar_engraver}.
12
13 "
14   doctitlees = "Añadir barras de compás al contexto de nombres de acorde (ChordNames)"
15
16 %% Translation of GIT committish :33f623301a41fcc53efadf96bca1c72834763415
17   texidocde = "
18 Um Taktstriche in einem @code{ChordNames}-Kontext anzeigen zu lassen, muss der
19 @code{Bar_engraver} hinzugefügt werden.
20
21 "
22   doctitlede = "Tatkstriche in einen ChordNames-Kontext hinzufügen"
23
24   texidoc = "
25 To add bar line indications in the @code{ChordNames} context, add the
26 @code{Bar_engraver}.
27
28 "
29   doctitle = "Adding bar lines to ChordNames context"
30 } % begin verbatim
31
32 \new ChordNames \with {
33   \override BarLine #'bar-size = #4
34   \consists "Bar_engraver"
35 }
36 \chordmode {
37   f1:maj7 f:7 bes:7 
38 }
39