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

Side by Side Diff: scm/define-context-properties.scm

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
Left:
Right:
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 unified diff | Download patch
« Documentation/notation/staff.itely ('K') | « ly/engraver-init.ly ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ;;;; This file is part of LilyPond, the GNU music typesetter. 1 ;;;; This file is part of LilyPond, the GNU music typesetter.
2 ;;;; 2 ;;;;
3 ;;;; Copyright (C) 1998--2009 Han-Wen Nienhuys <hanwen@xs4all.nl> 3 ;;;; Copyright (C) 1998--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
4 ;;;; Jan Nieuwenhuizen <janneke@gnu.org> 4 ;;;; Jan Nieuwenhuizen <janneke@gnu.org>
5 ;;;; 5 ;;;;
6 ;;;; LilyPond is free software: you can redistribute it and/or modify 6 ;;;; LilyPond is free software: you can redistribute it and/or modify
7 ;;;; it under the terms of the GNU General Public License as published by 7 ;;;; it under the terms of the GNU General Public License as published by
8 ;;;; the Free Software Foundation, either version 3 of the License, or 8 ;;;; the Free Software Foundation, either version 3 of the License, or
9 ;;;; (at your option) any later version. 9 ;;;; (at your option) any later version.
10 ;;;; 10 ;;;;
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 (melismaBusy ,boolean? "Signifies whether a melisma is active. 579 (melismaBusy ,boolean? "Signifies whether a melisma is active.
580 This can be used to signal melismas on top of those automatically 580 This can be used to signal melismas on top of those automatically
581 detected.") 581 detected.")
582 582
583 583
584 (originalMiddleCPosition ,integer? "Used for temporary overriding 584 (originalMiddleCPosition ,integer? "Used for temporary overriding
585 middle@tie{}C in octavation brackets.") 585 middle@tie{}C in octavation brackets.")
586 586
587 587
588 (quotedEventTypes ,list? "A list of symbols, representing the 588 (quotedEventTypes ,list? "A list of symbols, representing the
589 event types that should be duplicated for @code{\\quote} commands.") 589 event types that should be duplicated for @code{\\quoteDuring} commands.
Carl 2009/12/22 22:16:02 These properties should be alphabetized (the order
590 This is also a fallback for @code{\\cueDuring} if @code{quotedCueEventTypes}
591 is not set")
592 (quotedCueEventTypes ,list? "A list of symbols, representing the
593 event types that should be duplicated for @code{\\cueDuring} commands.")
590 ; (quotes ,hash-table? "A hash table, mapping names to 594 ; (quotes ,hash-table? "A hash table, mapping names to
591 ;@code{music-event} vectors.") 595 ;@code{music-event} vectors.")
592 596
593 597
594 (rootSystem ,ly:grob? "The System object.") 598 (rootSystem ,ly:grob? "The System object.")
595 599
596 600
597 (scriptDefinitions ,list? "The description of scripts. This is 601 (scriptDefinitions ,list? "The description of scripts. This is
598 used by the @code{Script_engraver} for typesetting note-superscripts 602 used by the @code{Script_engraver} for typesetting note-superscripts
599 and subscripts. See @file{scm/script.scm} for more information.") 603 and subscripts. See @file{scm/script.scm} for more information.")
600 (slurMelismaBusy ,boolean? "Signal if a slur is present.") 604 (slurMelismaBusy ,boolean? "Signal if a slur is present.")
601 (stavesFound ,grob-list? "A list of all staff-symbols found.") 605 (stavesFound ,grob-list? "A list of all staff-symbols found.")
602 606
603 607
604 (tieMelismaBusy ,boolean? "Signal whether a tie is present.") 608 (tieMelismaBusy ,boolean? "Signal whether a tie is present.")
605 ))) 609 )))
606 610
607 (define-public all-translation-properties 611 (define-public all-translation-properties
608 (append all-user-translation-properties 612 (append all-user-translation-properties
609 all-internal-translation-properties)) 613 all-internal-translation-properties))
610 614
611 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 615 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
612 616
613 (define-public default-melisma-properties 617 (define-public default-melisma-properties
614 '(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy completionBusy)) 618 '(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy completionBusy))
OLDNEW
« Documentation/notation/staff.itely ('K') | « ly/engraver-init.ly ('k') | no next file » | no next file with comments »

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