Home
last modified time | relevance | path

Searched +refs:grob +refs:keys (Results 1 – 25 of 129) sorted by relevance

123456

/dports/print/py-python-ly/python-ly-0.9.6/ly/data/
H A Dgetdata.ly22 (define (hash-keys h)
23 "returns the list of keys of a hash table"
41 (memq prop all-user-grob-properties)))
85 (sort-symbol-list (hash-keys h)))
88 (define (alist-keys alist)
89 "returns the list of keys of the specified alist"
96 (define (format-grob-interfaces)
97 "writes out all grob interfaces as a Python dict"
116 (sort-symbol-list (alist-keys all-grob-descriptions)))
164 (format-interfaces (ly:all-grob-interfaces))
[all …]
H A D__init__.py24 def grob_properties(grob): argument
28 for iface in _data.grobs.get(grob, [])
31 def grob_properties_with_interface(grob): argument
36 for iface in _data.grobs.get(grob, [])
39 def grob_interfaces(grob, prop=None): argument
46 ifaces = _data.grobs.get(grob, [])
71 return sorted(_data.grobs.keys())
/dports/print/lilypond-devel/lilypond-2.23.5/ly/
H A Dgraphviz-init.ly40 (memq (grob::name grob) (assoc-get 'grob whitelists '()))
44 (not (memq (grob::name grob) (assoc-get 'grob blacklists '())))
47 #(define (grob-event-node grob label cluster)
49 (prev (assv grob last-grob-action)))
52 (set! last-grob-action (assv-set! last-grob-action grob node-id))))
67 ;; The alist keys correspond to the callback type,
120 (grob-event-node grob formatted-label file)))))
126 (grob-event-node grob formatted-label #f)))))
131 (grob-event-node grob formatted-label file))))
143 (ly:set-grob-modification-callback (make-grob-mod-callback
[all …]
H A Dengraver-init.ly30 \grobdescriptions #all-grob-descriptions
108 \description "Handles clefs, bar lines, keys, accidentals. It can contain
929 \override StemTremolo.length-fraction = #(lambda (grob)
930 (/ 1 (ly:staff-symbol-staff-space grob)))
1063 %% warning for every "\[" and "\]". Therefore, we make the grob
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/en/notation/
H A Dchanging-defaults.itely208 Handles clefs, bar lines, keys, accidentals. It can contain
2853 @emph{keys} and @emph{values}. The structure of an alist is:
2862 If an alist is a grob property or @code{\paper} variable, its keys
2863 can be modified individually without affecting other keys.
2868 keys: @code{basic-distance}, @code{minimum-distance},
2904 other keys already set for the same property.
2908 keys to zero. However, it is not necessary to enter four nested
2925 Note that any keys not explicitly listed in the alist definition
2948 are reset to their default-when-unset values (zero for both keys).
4557 keys and clefs, the rehearsal mark or bar number is aligned to the
[all …]
H A Dspacing.itely417 Within-system spacing is controlled by grob properties, with
432 an alist (association list) containing four @emph{keys}:
2173 Each of the vertical spacing grob properties (except
2300 @subsubheading Properties of the @code{StaffGrouper} grob
2309 individual staff's @code{VerticalAxisGroup} grob can be
2318 @code{VerticalAxisGroup} grob can be overriden with different
2356 These grob properties are described individually above; see
2440 These grob properties are described individually above; see
2506 These grob properties are described individually above; see
2658 of the @code{NonMusicalPaperColumn} grob:
[all …]
/dports/print/lilypond/lilypond-2.22.1/Documentation/en/notation/
H A Dchanging-defaults.itely205 Handles clefs, bar lines, keys, accidentals. It can contain
2840 @emph{keys} and @emph{values}. The structure of an alist is:
2849 If an alist is a grob property or @code{\paper} variable, its keys
2850 can be modified individually without affecting other keys.
2855 keys: @code{basic-distance}, @code{minimum-distance},
2891 other keys already set for the same property.
2895 keys to zero. However, it is not necessary to enter four nested
2912 Note that any keys not explicitly listed in the alist definition
2935 are reset to their default-when-unset values (zero for both keys).
4466 keys and clefs, the rehearsal mark or bar number is aligned to the
[all …]
H A Dspacing.itely418 Within-system spacing is controlled by grob properties, with
433 an alist (association list) containing four @emph{keys}:
2069 Each of the vertical spacing grob properties (except
2196 @subsubheading Properties of the @code{StaffGrouper} grob
2205 individual staff's @code{VerticalAxisGroup} grob can be
2214 @code{VerticalAxisGroup} grob can be overriden with different
2251 These grob properties are described individually above; see
2334 These grob properties are described individually above; see
2399 These grob properties are described individually above; see
2550 of the @code{NonMusicalPaperColumn} grob:
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/misc/
H A DChangeLog-2.10415 * lily/grob.cc:
720 * lily/grob.cc:
7730 grob
7757 (musicxml_key_to_lily): don't barf on modeless keys.
10406 use ly:grob-array? iso. grob-list?
10407 (all-internal-grob-properties): add tuplets grob-array.
10499 grob-array.
10960 * scm/lily.scm (lambda): new option object-keys (default to #f)
17486 keys. SCM bindings
17492 new file. Serialize object keys.
[all …]
H A DCHANGES-1.5159 * Cache symbols for {get,set}_{grob,music}_property and
177 * Added Accidental grob properties paren-cautionaries and
188 - handle keys and note names
284 - Rewrote code for vaticana style porrectus grob; the solid shape is
291 - Added auto-properties property for automatic determination of grob
320 * Add documentation for accidentals grob property.
378 type of grob. Speedup: approx 10 % on interpretation phase.
H A DChangeLog-2.3207 * scm/define-grob-properties.scm (all-internal-grob-properties):
606 keys.
1314 * scm/define-grob-properties.scm (all-internal-grob-properties):
1975 * scm/define-grob-properties.scm (all-user-grob-properties): fix
2100 * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
2818 * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
2841 * scm/define-grob-properties.scm (all-user-grob-properties): Add
3050 * lily/grob-scheme.cc (ly:grob-properties):
3059 (grob-cause): Add.
4440 * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
[all …]
H A DChangeLog-2.1819 * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function.
1890 * scm/define-grob-properties.scm (all-user-grob-properties):
3947 * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
4063 SCM_EQ_P for comparing keys. This fixes reverting
4524 * input/regression/keys.ly: fix.
6190 * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
6402 * input/test/chords.ly (keys): remove file.
6452 boolean grob property and save delta pitch in grob property
7409 scm/grob-description.scm: cleanup: junked LigatureHead grob and
8177 grob prop type.
[all …]
/dports/print/lilypond/lilypond-2.22.1/Documentation/misc/
H A DChangeLog-2.10415 * lily/grob.cc:
720 * lily/grob.cc:
7730 grob
7757 (musicxml_key_to_lily): don't barf on modeless keys.
10406 use ly:grob-array? iso. grob-list?
10407 (all-internal-grob-properties): add tuplets grob-array.
10499 grob-array.
10960 * scm/lily.scm (lambda): new option object-keys (default to #f)
17486 keys. SCM bindings
17492 new file. Serialize object keys.
[all …]
H A DCHANGES-1.5159 * Cache symbols for {get,set}_{grob,music}_property and
177 * Added Accidental grob properties paren-cautionaries and
188 - handle keys and note names
284 - Rewrote code for vaticana style porrectus grob; the solid shape is
291 - Added auto-properties property for automatic determination of grob
320 * Add documentation for accidentals grob property.
378 type of grob. Speedup: approx 10 % on interpretation phase.
H A DChangeLog-2.3207 * scm/define-grob-properties.scm (all-internal-grob-properties):
606 keys.
1314 * scm/define-grob-properties.scm (all-internal-grob-properties):
1975 * scm/define-grob-properties.scm (all-user-grob-properties): fix
2100 * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
2818 * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
2841 * scm/define-grob-properties.scm (all-user-grob-properties): Add
3050 * lily/grob-scheme.cc (ly:grob-properties):
3059 (grob-cause): Add.
4440 * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
[all …]
H A DChangeLog-2.1819 * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function.
1890 * scm/define-grob-properties.scm (all-user-grob-properties):
3947 * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
4063 SCM_EQ_P for comparing keys. This fixes reverting
4524 * input/regression/keys.ly: fix.
6190 * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
6402 * input/test/chords.ly (keys): remove file.
6452 boolean grob property and save delta pitch in grob property
7409 scm/grob-description.scm: cleanup: junked LigatureHead grob and
8177 grob prop type.
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dparser.yy234 SCM make_reverse_key_list (SCM keys);
2763 // of specification not separating grob specification from grob
2865 ly_symbol2scm ("is-grob?"))))
2919 // of specification not separating grob specification from grob
4423 make_reverse_key_list (SCM keys)
4425 if (scm_is_true (Lily::key_p (keys)))
4426 return scm_list_1 (keys);
4427 if (scm_is_string (keys))
4429 if (!ly_is_list (keys))
4432 for (; scm_is_pair (keys); keys = scm_cdr (keys))
[all …]
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dparser.yy235 SCM make_reverse_key_list (SCM keys);
2726 // of specification not separating grob specification from grob
2828 ly_symbol2scm ("is-grob?"))))
2882 // of specification not separating grob specification from grob
4373 make_reverse_key_list (SCM keys)
4375 if (scm_is_true (Lily::key_p (keys)))
4376 return scm_list_1 (keys);
4377 if (scm_is_string (keys))
4379 if (!ly_is_list (keys))
4382 for (; scm_is_pair (keys); keys = scm_cdr (keys))
[all …]
/dports/print/lilypond/lilypond-2.22.1/ly/
H A Dengraver-init.ly28 \grobdescriptions #all-grob-descriptions
105 \description "Handles clefs, bar lines, keys, accidentals. It can contain
929 \override StemTremolo.length-fraction = #(lambda (grob)
930 (/ 1 (ly:staff-symbol-staff-space grob)))
1029 %% Instead, we make the grob transparent.
1062 %% warning for every "\[" and "\]". Therefore, we make the grob
1084 %% Instead, we make the grob transparent.
1122 %% Instead, we make the grob transparent.
/dports/graphics/R-cran-ggplot2/ggplot2/man/
H A Dggplot2-ggproto.Rd181 Must return a grob. Use \code{\link[=zeroGrob]{zeroGrob()}} if there's nothing to
264 integer keys mapping a PANEL to which axes it should use. In addition the
279 panel, axis, and strip grob name must be prefixed with "panel", "axis", and
294 \item \code{draw_back}: Add a grob in between the background defined by the
296 return an empty grob for each panel.
297 \item \code{draw_front}: As above except the returned grob is placed
299 (usually empty). The default is, as above, to return an empty grob.
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/en/contributor/
H A Dprogramming-work.itexi66 which is one of the keys to LilyPond's exceptional flexibility.
1416 It is possible to track grob creation, modification of grob properties
1417 and caching of grob properties. Generally, all tracked events
1418 happening to a particular grob are presented as a directed graph,
1871 grob(s) which should be acknowledged. For example, the following
2045 Y height of a given grob). Furthermore, there is no purity for
2077 #(define (foo grob)
2080 #(define (bar grob start end)
2430 @subheading What's a grob, and how is one used?
2464 engraver per grob type. Created together with context.
[all …]
/dports/print/lilypond/lilypond-2.22.1/Documentation/en/contributor/
H A Dprogramming-work.itexi66 which is one of the keys to LilyPond's exceptional flexibility.
1753 grob(s) which should be acknowledged. For example, the following
1754 code would declare acknowledgers for a @code{NoteHead} grob (via the
1796 @q{process} parts of the grob there (if that means just reading out
1927 Y height of a given grob). Furthermore, there is no purity for
1959 #(define (foo grob)
1962 #(define (bar grob start end)
2312 @subheading What's a grob, and how is one used?
2346 engraver per grob type. Created together with context.
2450 System::get_line(): each grob delivers a Stencil (a Device
[all …]
/dports/print/py-frescobaldi/frescobaldi-3.1.3/i18n/userguide/
H A Dcs.po1349 "předmětu (grob)."
1367 "Please note that displaying grob anchors and displaying grob names is "
2629 "you can't use this functionality to shift between different keys. Use the "
7520 #~ msgid "Smart Up/PageUp and Down/PageDown keys"
7532 #~ msgid "Horizontal arrow keys keep cursor in current line"
7537 #~ "horizontal arrow keys, and not wrap around to the next or previous line."
11537 #~ "Please note that displaying grob anchors and displaying grob names is "
11619 #~ "such as e.g. <code>#(define debug-grob-anchors-grob-list '(Script "
11625 #~ "např. <code>#(define debug-grob-anchors-grob-list '(Script NoteHead))</"
11631 #~ "g. <code>#(define debug-grob-names-grob-list '(Script NoteHead))</code>"
[all …]
H A Dit.po283 "which is handy to enter grob properties."
1610 "grob."
1613 msgid "This mode prints a grob's name next to it."
1614 msgstr "Questa opzione stampa il nome del grob accanto ad esso."
1628 "Please note that displaying grob anchors and displaying grob names is "
1631 "Attenzione: mostrare le ancore dei grob e i nomi dei grob è mutualmente "
1633 "grob."
1646 "singoli grob."
1781 "grob sono controllati, ma è possibile fornire una lista dei grob da "
1789 "Definisce per quali grob mostrare i nomi. Di default tutti i grob sono "
[all …]
/dports/print/lilypond/lilypond-2.22.1/
H A D.gitfilelist3367 input/regression/keys.ly
4635 lily/grob-array.cc
4636 lily/grob-closure.cc
4637 lily/grob-info.cc
4639 lily/grob-interface.cc
4641 lily/grob-property.cc
4642 lily/grob-scheme.cc
4643 lily/grob-smob.cc
4644 lily/grob.cc
4721 lily/include/grob.hh
[all …]

123456