]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-bar-lines-to-chordnames-context.ly
New version of LSR upgrade
[lilypond.git] / Documentation / snippets / adding-bar-lines-to-chordnames-context.ly
index dbfd4278cf13017602a7a29a1dd0fe0d3dbd76be..d988abb0dae2db27e35603c547cfb899e8fc0d6b 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.15.25"
+\version "2.14.2"
 
 \header {
-  lsrtags = "chords"
+  lsrtags = "specific-notation, chords"
 
 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   texidoces = "
@@ -43,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"