From 9997edd8d21d2bf4499a462a82acd33b2789d234 Mon Sep 17 00:00:00 2001
From: Neil Puttock <n.puttock@gmail.com>
Date: Fri, 6 Mar 2009 01:11:55 +0000
Subject: [PATCH] LSR: Update.

---
 input/lsr/fretboard-chordchanges.ly    | 24 ++++++++++++++++++++++++
 input/lsr/fretted-strings.snippet-list |  1 +
 input/new/fretboard-chordchanges.ly    | 10 +++++-----
 3 files changed, 30 insertions(+), 5 deletions(-)
 create mode 100644 input/lsr/fretboard-chordchanges.ly

diff --git a/input/lsr/fretboard-chordchanges.ly b/input/lsr/fretboard-chordchanges.ly
new file mode 100644
index 0000000000..9ee73db6f7
--- /dev/null
+++ b/input/lsr/fretboard-chordchanges.ly
@@ -0,0 +1,24 @@
+%% Do not edit this file; it is auto-generated from input/new
+%% This file is in the public domain.
+\version "2.13.0"
+
+\header {
+  lsrtags = "fretted-strings"
+  texidoc = "FretBoards can be set to display only when the chord changes
+or at the beginning of a new line."
+  doctitle = "Fretboard chordchanges"
+} % begin verbatim
+
+
+myChords = \chordmode {
+  c1 c1 \break
+  c1 c1 \break
+  \set chordChanges = ##t
+  c1 c1 \break
+}
+
+<<
+  \new ChordNames { \myChords }
+  \new FretBoards { \myChords }
+  \new Staff { \myChords }
+>>
diff --git a/input/lsr/fretted-strings.snippet-list b/input/lsr/fretted-strings.snippet-list
index d379d2cf87..426b493d12 100644
--- a/input/lsr/fretted-strings.snippet-list
+++ b/input/lsr/fretted-strings.snippet-list
@@ -9,6 +9,7 @@ faking-a-hammer-in-tablatures.ly
 fingerings,-string-indications,-and-right-hand-fingerings.ly
 flamenco-notation.ly
 fret-diagrams-explained-and-developed.ly
+fretboard-chordchanges.ly
 guitar-strum-rhythms.ly
 how-to-change-fret-diagram-position.ly
 jazz-combo-template.ly
diff --git a/input/new/fretboard-chordchanges.ly b/input/new/fretboard-chordchanges.ly
index ec0f1a968d..9d86f116bc 100644
--- a/input/new/fretboard-chordchanges.ly
+++ b/input/new/fretboard-chordchanges.ly
@@ -1,11 +1,11 @@
-\header{
-  
+\version "2.13.0"
+
+\header {
+  lsrtags = "fretted-strings"
   texidoc = "FretBoards can be set to display only when the chord changes
 or at the beginning of a new line."
-
+  doctitle = "Fretboard chordchanges"
 }
-  
-  \version "2.13.0"
 
 myChords = \chordmode {
   c1 c1 \break
-- 
2.39.5