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

Unified Diff: ly/property-init.ly

Issue 6744070: Issue 2917: Extend \keepWithTag to allow multiple tags (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Add regtest Created 12 years, 5 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/music-functions-init.ly ('k') | scm/c++.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ly/property-init.ly
diff --git a/ly/property-init.ly b/ly/property-init.ly
index 269648639b7d81b54b53b37aeb72cddf470b3a46..8e87421f74b467d2370a27437abaed8c68e21614 100644
--- a/ly/property-init.ly
+++ b/ly/property-init.ly
@@ -376,7 +376,7 @@ back to the lilypond source statement.")
(make-music 'SequentialMusic 'void #t))
pointAndClickTypes =
-#(define-void-function (parser location types) (list-or-symbol?)
+#(define-void-function (parser location types) (symbol-list-or-symbol?)
(_i "Set a type or list of types (such as @code{#'note-event}) for which point-and-click info is generated.")
(ly:set-option 'point-and-click types))
« no previous file with comments | « ly/music-functions-init.ly ('k') | scm/c++.scm » ('j') | no next file with comments »

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