]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/chord-repetition-init.ly
Web: Update GSoc entry
[lilypond.git] / ly / chord-repetition-init.ly
index 0ff0498f58af04f868031a08802f897ef26ce97d..8cef71025069ab217cddc3d5a4b2786a81880bc7 100644 (file)
@@ -1,5 +1,5 @@
 %%% -*- Mode: Scheme -*-
-\version "2.15.28"
+\version "2.16.0"
 %{
   Chord repetition behavior is not customizable in the parser.  That
   is due to it usually being done by the toplevel music handler
@@ -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)))