From 02a883ede0729365c92042cfaa003e82c834054a Mon Sep 17 00:00:00 2001
From: David Kastrup <dak@gnu.org>
Date: Sun, 6 Jan 2013 10:51:36 +0100
Subject: [PATCH] Issue 3087: typo "abChordRepeats" in NR

And a few others of that kind, to boot.
---
 input/regression/ambitus-with-ligature.ly              | 2 +-
 input/regression/bar-line-define-bar-line.ly           | 2 +-
 input/regression/bookpart-variable.ly                  | 2 +-
 input/regression/complex-once.ly                       | 2 +-
 input/regression/laissez-vibrer-chords.ly              | 2 +-
 input/regression/lyric-melisma-melisma.ly              | 2 +-
 input/regression/part-combine-force-mmrest-position.ly | 2 +-
 input/regression/part-combine-force.ly                 | 2 +-
 input/regression/remove-empty-staves-with-rests.ly     | 2 +-
 input/regression/set-once.ly                           | 2 +-
 input/regression/shift-durations-negative-dots.ly      | 2 +-
 ly/chord-repetition-init.ly                            | 2 +-
 ly/engraver-init.ly                                    | 4 ++--
 13 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/input/regression/ambitus-with-ligature.ly b/input/regression/ambitus-with-ligature.ly
index 2a9c0f4482..f0aec5f866 100644
--- a/input/regression/ambitus-with-ligature.ly
+++ b/input/regression/ambitus-with-ligature.ly
@@ -2,7 +2,7 @@
 
 \header {
   texidoc = "
-A @code{\Voice} should be able to contain both an @code{Ambitus_engraver}
+A @code{\\Voice} should be able to contain both an @code{Ambitus_engraver}
 and a @code{Mensural_ligature_engraver} without segfaulting.
   "
 }
diff --git a/input/regression/bar-line-define-bar-line.ly b/input/regression/bar-line-define-bar-line.ly
index 66a5777293..97ff74f981 100644
--- a/input/regression/bar-line-define-bar-line.ly
+++ b/input/regression/bar-line-define-bar-line.ly
@@ -1,6 +1,6 @@
 \version "2.17.5"
 
-\header { texidoc = "New bar line styles can be defined by @code{\defineBarLine}."
+\header { texidoc = "New bar line styles can be defined by @code{\\defineBarLine}."
         }
 
 \paper { ragged-right = ##t }
diff --git a/input/regression/bookpart-variable.ly b/input/regression/bookpart-variable.ly
index 7165087055..204b98802e 100644
--- a/input/regression/bookpart-variable.ly
+++ b/input/regression/bookpart-variable.ly
@@ -3,7 +3,7 @@
 
 \header {
   texidoc = "
-A @code{\bookpart} variable can be inserted in a @code{\book}.
+A @code{\\bookpart} variable can be inserted in a @code{\\book}.
 No segfault should occur in this case.
 "
 }
diff --git a/input/regression/complex-once.ly b/input/regression/complex-once.ly
index 400c350604..d3a5a4553b 100644
--- a/input/regression/complex-once.ly
+++ b/input/regression/complex-once.ly
@@ -1,7 +1,7 @@
 \version "2.16.0"
 
 \header{
-  texidoc= "This tests @code{\once} applied to multiple property operations."
+  texidoc= "This tests @code{\\once} applied to multiple property operations."
 }
 
 \relative c' {
diff --git a/input/regression/laissez-vibrer-chords.ly b/input/regression/laissez-vibrer-chords.ly
index c756ec6630..26d284654c 100644
--- a/input/regression/laissez-vibrer-chords.ly
+++ b/input/regression/laissez-vibrer-chords.ly
@@ -2,7 +2,7 @@
 
 \header {
   texidoc = "
-@code{\laissezVibrer} ties should also work on individual notes of a chord.
+@code{\\laissezVibrer} ties should also work on individual notes of a chord.
 " }
 
 \relative c' {
diff --git a/input/regression/lyric-melisma-melisma.ly b/input/regression/lyric-melisma-melisma.ly
index ae46077db4..b75c2b0377 100644
--- a/input/regression/lyric-melisma-melisma.ly
+++ b/input/regression/lyric-melisma-melisma.ly
@@ -1,7 +1,7 @@
 \version "2.16.0"
 \header {
   texidoc = "A syllable aligned with a melisma delimited with
-@code{\melisma} and @code{\melismaEnd} should be left-aligned.
+@code{\\melisma} and @code{\\melismaEnd} should be left-aligned.
 "
 }
 
diff --git a/input/regression/part-combine-force-mmrest-position.ly b/input/regression/part-combine-force-mmrest-position.ly
index 0d3de55492..430fb27719 100644
--- a/input/regression/part-combine-force-mmrest-position.ly
+++ b/input/regression/part-combine-force-mmrest-position.ly
@@ -1,7 +1,7 @@
 
 \header {
   texidoc ="If the part-combiner shows two separate voices, multi-measure rests
-  are supposed to use the same settings as @code{\voiceOnce} and @code{\voiceTwo}.
+  are supposed to use the same settings as @code{\\voiceOnce} and @code{\\voiceTwo}.
 "
 }
 
diff --git a/input/regression/part-combine-force.ly b/input/regression/part-combine-force.ly
index 47d64fd7cc..46894fa0e4 100644
--- a/input/regression/part-combine-force.ly
+++ b/input/regression/part-combine-force.ly
@@ -1,7 +1,7 @@
 
 \header {
   texidoc ="Overrides for the part-combiner. All functions like
-  @code{\partcombineApart} and @code{\partcombineApartOnce} are internally implemented
+  @code{\\partcombineApart} and @code{\\partcombineApartOnce} are internally implemented
   using a dedicated @code{PartCombineForceEvent}.
 "
 }
diff --git a/input/regression/remove-empty-staves-with-rests.ly b/input/regression/remove-empty-staves-with-rests.ly
index 330cda2479..9aa077f1b2 100644
--- a/input/regression/remove-empty-staves-with-rests.ly
+++ b/input/regression/remove-empty-staves-with-rests.ly
@@ -3,7 +3,7 @@
 
   texidoc = "
 Rests should not keep staves alive when
-@code{\RemoveEmptyStaffContext} is active.  The
+@code{\\RemoveEmptyStaffContext} is active.  The
 following example should have only one staff.
 "
 
diff --git a/input/regression/set-once.ly b/input/regression/set-once.ly
index 2566eb9c21..975c083a6c 100644
--- a/input/regression/set-once.ly
+++ b/input/regression/set-once.ly
@@ -2,7 +2,7 @@
 
 \header {
 
-  texidoc = "@code{\once \set} should change a context property value for just one timestep
+  texidoc = "@code{\\once \\set} should change a context property value for just one timestep
 and then return to the previous value."
 
 }
diff --git a/input/regression/shift-durations-negative-dots.ly b/input/regression/shift-durations-negative-dots.ly
index 057cd93ede..e59a3f4f6d 100644
--- a/input/regression/shift-durations-negative-dots.ly
+++ b/input/regression/shift-durations-negative-dots.ly
@@ -3,7 +3,7 @@
 \header {
 
   texidoc = "
-  @code{\shiftDurations} can use negative dot values without causing
+  @code{\\shiftDurations} can use negative dot values without causing
   a crash.
   "
 }
diff --git a/ly/chord-repetition-init.ly b/ly/chord-repetition-init.ly
index aad9ac2f3e..8cef710250 100644
--- a/ly/chord-repetition-init.ly
+++ b/ly/chord-repetition-init.ly
@@ -36,6 +36,6 @@ optional list of @var{event-types} such as @code{#'(articulation-event)}."
 tabChordRepetition =
 #(define-void-function (parser location) ()
    (_i "Include the string and fingering information in a chord repetition.
-This function is deprecated; try using @code{\tabChordRepeats} instead.")
+This function is deprecated; try using @code{\\tabChordRepeats} instead.")
    (ly:parser-define! parser '$chord-repeat-events
 		      '(string-number-event fingering-event)))
diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly
index 5698011076..daf1aed3d3 100644
--- a/ly/engraver-init.ly
+++ b/ly/engraver-init.ly
@@ -524,8 +524,8 @@ aligned across staves.
 
 You cannot explicitly instantiate a @code{Score} context (since it
 is not contained in any other context).  It is instantiated
-automatically when an output definition (a @code{\score} or
-@code{\layout} block) is processed."
+automatically when an output definition (a @code{\\score} or
+@code{\\layout} block) is processed."
 
   \consists "Paper_column_engraver"
   \consists "Repeat_acknowledge_engraver"
-- 
2.39.5