]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-bar-lines-to-chordnames-context.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[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 %% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a
9   texidoces = "
10 Para añadir indicaciones de línea divisoria dentro del contexto de
11 los nombres de acorde @code{ChordNames}, incluya el grabador
12 @code{Bar_engraver}.
13
14 "
15   doctitlees = "Añadir barras de compás al contexto de nombres de acorde (ChordNames)"
16
17 %% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
18   texidocde = "
19 Um Taktstriche in einem @code{ChordNames}-Kontext anzeigen zu lassen, muss der
20 @code{Bar_engraver} hinzugefügt werden.
21
22 "
23   doctitlede = "Tatkstriche in einen ChordNames-Kontext hinzufügen"
24
25   texidoc = "
26 To add bar line indications in the @code{ChordNames} context, add the
27 @code{Bar_engraver}.
28
29 "
30   doctitle = "Adding bar lines to ChordNames context"
31 } % begin verbatim
32
33 \new ChordNames \with {
34   \override BarLine #'bar-size = #4
35   \consists "Bar_engraver"
36 }
37 \chordmode {
38   f1:maj7 f:7 bes:7 
39 }
40
41