]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-bar-lines-to-chordnames-context.ly
Issue 3523: Remove a signed/unsigned comparison compiler warning
[lilypond.git] / Documentation / snippets / adding-bar-lines-to-chordnames-context.ly
index f4b8fbdba94eef992d94544d1ed232e9a5abe0d4..f6c7e5df1e85f38a4e5cc89ff404d864bef5f8c3 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.25"
 
 \header {
   lsrtags = "chords, specific-notation"
@@ -19,7 +19,7 @@ To add bar line indications in the @code{ChordNames} context, add the
 
 
 \new ChordNames \with {
-  \override BarLine #'bar-extent = #'(-2 . 2)
+  \override BarLine.bar-extent = #'(-2 . 2)
   \consists "Bar_engraver"
 }
 \chordmode {