Left: | ||
Right: |
OLD | NEW |
---|---|
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--2010 Han-Wen Nienhuys <hanwen@xs4all.nl> | 3 ;;;; Copyright (C) 1998--2010 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 944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
955 column as start/begin point. Only columns that have grobs or act as | 955 column as start/begin point. Only columns that have grobs or act as |
956 bounds are spaced.") | 956 bounds are spaced.") |
957 (bracket ,ly:grob? "The bracket for a number.") | 957 (bracket ,ly:grob? "The bracket for a number.") |
958 | 958 |
959 (columns ,ly:grob-array? "An array of grobs, typically containing | 959 (columns ,ly:grob-array? "An array of grobs, typically containing |
960 @code{PaperColumn} or @code{NoteColumn} objects.") | 960 @code{PaperColumn} or @code{NoteColumn} objects.") |
961 (conditional-elements ,ly:grob-array? "Internal use only.") | 961 (conditional-elements ,ly:grob-array? "Internal use only.") |
962 | 962 |
963 (direction-source ,ly:grob? "In case @code{side-relative-direction} is | 963 (direction-source ,ly:grob? "In case @code{side-relative-direction} is |
964 set, which grob to get the direction from.") | 964 set, which grob to get the direction from.") |
965 (display-cautionary ,boolean? "Display as cautionary.") | |
Neil Puttock
2010/11/28 22:24:05
Needs a more descriptive docstring.
Carl
2010/12/03 16:32:07
Tried to make it more descriptive, but I didn't wa
| |
965 (dot ,ly:grob? "A reference to a @code{Dots} object.") | 966 (dot ,ly:grob? "A reference to a @code{Dots} object.") |
966 (dots ,ly:grob-array? "Multiple @code{Dots} objects.") | 967 (dots ,ly:grob-array? "Multiple @code{Dots} objects.") |
967 | 968 |
968 (elements ,ly:grob-array? "An array of grobs; the type is depending on | 969 (elements ,ly:grob-array? "An array of grobs; the type is depending on |
969 the grob where this is set in.") | 970 the grob where this is set in.") |
970 (encompass-objects ,ly:grob-array? "Objects that a slur should avoid | 971 (encompass-objects ,ly:grob-array? "Objects that a slur should avoid |
971 in addition to notes and stems.") | 972 in addition to notes and stems.") |
972 | 973 |
973 (figures ,ly:grob-array? "Figured bass objects for continuation line.") | 974 (figures ,ly:grob-array? "Figured bass objects for continuation line.") |
974 | 975 |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1006 (rests ,ly:grob-array? "An array of rest objects.") | 1007 (rests ,ly:grob-array? "An array of rest objects.") |
1007 (right-items ,ly:grob-array? "DOCME") | 1008 (right-items ,ly:grob-array? "DOCME") |
1008 (right-neighbor ,ly:grob? "See @code{left-neighbor}.") | 1009 (right-neighbor ,ly:grob? "See @code{left-neighbor}.") |
1009 | 1010 |
1010 (side-support-elements ,ly:grob-array? "The side support, an array of | 1011 (side-support-elements ,ly:grob-array? "The side support, an array of |
1011 grobs.") | 1012 grobs.") |
1012 (slur ,ly:grob? "A pointer to a @code{Slur} object.") | 1013 (slur ,ly:grob? "A pointer to a @code{Slur} object.") |
1013 (spacing ,ly:grob? "The spacing spanner governing this section.") | 1014 (spacing ,ly:grob? "The spacing spanner governing this section.") |
1014 (spacing-wishes ,ly:grob-array? "An array of note spacing or staff spacing | 1015 (spacing-wishes ,ly:grob-array? "An array of note spacing or staff spacing |
1015 objects.") | 1016 objects.") |
1017 (span-start ,boolean? "Is the note head at the start of a spanner?") | |
1016 (staff-grouper ,ly:grob? "The staff grouper we belong to.") | 1018 (staff-grouper ,ly:grob? "The staff grouper we belong to.") |
1017 (staff-symbol ,ly:grob? "The staff symbol grob that we are in.") | 1019 (staff-symbol ,ly:grob? "The staff symbol grob that we are in.") |
1018 (stem ,ly:grob? "A pointer to a @code{Stem} object.") | 1020 (stem ,ly:grob? "A pointer to a @code{Stem} object.") |
1019 (stems ,ly:grob-array? "An array of stem objects.") | 1021 (stems ,ly:grob-array? "An array of stem objects.") |
1020 | 1022 |
1021 (tie ,ly:grob? "A pointer to a @code{Tie} object.") | 1023 (tie ,ly:grob? "A pointer to a @code{Tie} object.") |
1022 (tremolo-flag ,ly:grob? "The tremolo object on a stem.") | 1024 (tremolo-flag ,ly:grob? "The tremolo object on a stem.") |
1023 (tuplet-number ,ly:grob? "The number for a bracket.") | 1025 (tuplet-number ,ly:grob? "The number for a bracket.") |
1024 (tuplets ,ly:grob-array? "An array of smaller tuplet brackets.") | 1026 (tuplets ,ly:grob-array? "An array of smaller tuplet brackets.") |
1025 (X-common ,ly:grob? "Common reference point for axis group.") | 1027 (X-common ,ly:grob? "Common reference point for axis group.") |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1149 (virga ,boolean? "Is this neume a virga?") | 1151 (virga ,boolean? "Is this neume a virga?") |
1150 | 1152 |
1151 (x-offset ,ly:dimension? "Extra horizontal offset for ligature heads.") | 1153 (x-offset ,ly:dimension? "Extra horizontal offset for ligature heads.") |
1152 | 1154 |
1153 ))) | 1155 ))) |
1154 | 1156 |
1155 (define-public all-backend-properties | 1157 (define-public all-backend-properties |
1156 (append | 1158 (append |
1157 all-internal-grob-properties | 1159 all-internal-grob-properties |
1158 all-user-grob-properties)) | 1160 all-user-grob-properties)) |
OLD | NEW |