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

Unified Diff: ly/engraver-init.ly

Issue 180114: Use different types of events for cueDuring and quoteDuring (Closed)
Patch Set: Document the difference between cue/quoteDuring and how to selected the quoted event types Created 15 years, 3 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
Index: ly/engraver-init.ly
diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly
index d5411cbe4ffb32493ad20132071f7bc94d860e19..2afe312151d2e8d87ae8d2e4ff49c31be500b822 100644
--- a/ly/engraver-init.ly
+++ b/ly/engraver-init.ly
@@ -655,7 +655,9 @@ automatically when an output definition (a @code{\score} or
;; need this, as stanza numbers are items, and appear only once.
stanza-number-interface
)
- quotedEventTypes = #'(
+ % \quoteDuring is supposed to quote everything, cueDuring only the essentials
+ quotedEventTypes = #'(StreamEvent)
+ quotedCueEventTypes = #'(
note-event
rest-event
tie-event

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