]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3087: typo "abChordRepeats" in NR
authorDavid Kastrup <dak@gnu.org>
Sun, 6 Jan 2013 09:51:36 +0000 (10:51 +0100)
committerDavid Kastrup <dak@gnu.org>
Sun, 6 Jan 2013 09:51:36 +0000 (10:51 +0100)
And a few others of that kind, to boot.

13 files changed:
input/regression/ambitus-with-ligature.ly
input/regression/bar-line-define-bar-line.ly
input/regression/bookpart-variable.ly
input/regression/complex-once.ly
input/regression/laissez-vibrer-chords.ly
input/regression/lyric-melisma-melisma.ly
input/regression/part-combine-force-mmrest-position.ly
input/regression/part-combine-force.ly
input/regression/remove-empty-staves-with-rests.ly
input/regression/set-once.ly
input/regression/shift-durations-negative-dots.ly
ly/chord-repetition-init.ly
ly/engraver-init.ly

index 2a9c0f4482e422f2d9846a7e06ec788d7f27c841..f0aec5f86653b4d101afa233ac40486815966dcf 100644 (file)
@@ -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.
   "
 }
index 66a57772931f478e18e1b85e1f083359ca01483a..97ff74f981cee9c42a9d4719d0dc348279ec00e2 100644 (file)
@@ -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 }
index 7165087055fd34cf0ae8a77e9bfc3832aa51e54e..204b98802ea37930fbfe094381b2ddb33ba1429c 100644 (file)
@@ -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.
 "
 }
index 400c3506047df62747215e5f6346bc9550a25c79..d3a5a4553b193ed3d11b16938bc2d221e8bc25ed 100644 (file)
@@ -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' {
index c756ec663041fff6ad2ef9c5909634a247e2e001..26d284654cc6a9d9342ede935d6739c6acf85967 100644 (file)
@@ -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' {
index ae46077db431b23767728a37b02c85a0fd015115..b75c2b0377405e9e0ce61e53ae4d234619a4d8b4 100644 (file)
@@ -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.
 "
 }
 
index 0d3de55492ee57c19502b235624fc1333378a199..430fb2771976fe362d23b935e8749efa8862ab8c 100644 (file)
@@ -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}.
 "
 }
 
index 47d64fd7cc9709717f8dee748f468ca95e7697d9..46894fa0e45e0bbb5ac36ff97537a6b38990912e 100644 (file)
@@ -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}.
 "
 }
index 330cda24795f5ec8798c4089955992f8c8b0d50a..9aa077f1b235ecc990b08507ca622f673d8fb937 100644 (file)
@@ -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.
 "
 
index 2566eb9c217b145de1138a446efd2e0dee3b9011..975c083a6c234dcd38b964d031b1e203416d8cc4 100644 (file)
@@ -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."
 
 }
index 057cd93ede574b67691570a0ab908f712c76bd6e..e59a3f4f6d35381b6469154f09ca05b731986f66 100644 (file)
@@ -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.
   "
 }
index aad9ac2f3e6758e427aac2560bb85e5c221c87e8..8cef71025069ab217cddc3d5a4b2786a81880bc7 100644 (file)
@@ -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)))
index 5698011076efd026c21625f18a473743e43c0de5..daf1aed3d31ae521d068366aa3f4f8686c23a54f 100644 (file)
@@ -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"