]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/music-functions-init.ly
change bugreports expected response time
[lilypond.git] / ly / music-functions-init.ly
index 59c452065c3a03cc33fda0e489908c5f15faff69..a22292657fcb968b480df290ee347acea9253d18 100644 (file)
@@ -1019,14 +1019,6 @@ styledNoteHeads =
    (_i "Set @var{heads} in @var{music} to @var{style}.")
    (style-note-heads heads style music))
 
-
-
-tabChordRepetition =
-#(define-music-function (parser location) ()
-   (_i "Include the string information in a chord repetition.")
-   (ly:parser-set-repetition-function parser tab-repeat-chord)
-   (make-music 'SequentialMusic 'void #t))
-
 tag =
 #(define-music-function (parser location tag arg) (symbol? ly:music?)