]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-bar-lines-to-chordnames-context.ly
Delete unneeded new snippets
[lilypond.git] / Documentation / snippets / adding-bar-lines-to-chordnames-context.ly
index 693370b2930ecf27e7aa9d88d7c5b4a6062549ee..893733a42dc5a1ef814820ab167f213980510768 100644 (file)
@@ -17,11 +17,11 @@ 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"
 }
+
 \chordmode {
   f1:maj7 f:7 bes:7
 }