Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(137)

Unified Diff: ly/music-functions-init.ly

Issue 5595043: Reimplement ChordRepetition facility. (Closed)
Patch Set: Incorporate DOC improvements from James with amendments. Created 13 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ly/chord-repetition-init.ly ('k') | scm/define-music-display-methods.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ly/music-functions-init.ly
diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly
index 59c452065c3a03cc33fda0e489908c5f15faff69..a22292657fcb968b480df290ee347acea9253d18 100644
--- a/ly/music-functions-init.ly
+++ b/ly/music-functions-init.ly
@@ -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?)
« no previous file with comments | « ly/chord-repetition-init.ly ('k') | scm/define-music-display-methods.scm » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b