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

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

Issue 557500043: Issue 5788: New French Beamimg Approach
Patch Set: missing semicolon at end of statement (ahem...) Created 5 years, 1 month 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
« no previous file with comments | « lily/tuplet-number.cc ('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--2020 Han-Wen Nienhuys <hanwen@xs4all.nl> 3 ;;;; Copyright (C) 1998--2020 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 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 (encompass-objects ,ly:grob-array? "Objects that a slur should avoid 1286 (encompass-objects ,ly:grob-array? "Objects that a slur should avoid
1287 in addition to notes and stems.") 1287 in addition to notes and stems.")
1288 1288
1289 (figures ,ly:grob-array? "Figured bass objects for continuation line.") 1289 (figures ,ly:grob-array? "Figured bass objects for continuation line.")
1290 (flag ,ly:grob? "A pointer to a @code{Flag} object.") 1290 (flag ,ly:grob? "A pointer to a @code{Flag} object.")
1291 (footnote-stencil ,ly:stencil? "The stencil of a system's footnotes.") 1291 (footnote-stencil ,ly:stencil? "The stencil of a system's footnotes.")
1292 (footnotes-before-line-breaking ,ly:grob-array? "Footnote grobs of 1292 (footnotes-before-line-breaking ,ly:grob-array? "Footnote grobs of
1293 a whole system.") 1293 a whole system.")
1294 (footnotes-after-line-breaking ,ly:grob-array? "Footnote grobs of 1294 (footnotes-after-line-breaking ,ly:grob-array? "Footnote grobs of
1295 a broken system.") 1295 a broken system.")
1296 (french-beaming-stem-adjustment ,ly:dimension? "Stem will be shortened
1297 by this amount of space in case of French beaming style.")
1296 1298
1297 (glissando-index ,integer? "The index of a glissando in its note 1299 (glissando-index ,integer? "The index of a glissando in its note
1298 column.") 1300 column.")
1299 (grace-spacing ,ly:grob? "A run of grace notes.") 1301 (grace-spacing ,ly:grob? "A run of grace notes.")
1300 1302
1301 (has-span-bar ,pair? "A pair of grobs containing the span bars to 1303 (has-span-bar ,pair? "A pair of grobs containing the span bars to
1302 be drawn below and above the staff. If no span bar is in a position, 1304 be drawn below and above the staff. If no span bar is in a position,
1303 the respective element is set to @code{#f}.") 1305 the respective element is set to @code{#f}.")
1304 (heads ,ly:grob-array? "An array of note heads.") 1306 (heads ,ly:grob-array? "An array of note heads.")
1305 1307
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 (virga ,boolean? "Is this neume a virga?") 1520 (virga ,boolean? "Is this neume a virga?")
1519 1521
1520 (x-offset ,ly:dimension? "Extra horizontal offset for ligature heads.") 1522 (x-offset ,ly:dimension? "Extra horizontal offset for ligature heads.")
1521 1523
1522 ))) 1524 )))
1523 1525
1524 (define-public all-backend-properties 1526 (define-public all-backend-properties
1525 (append 1527 (append
1526 all-internal-grob-properties 1528 all-internal-grob-properties
1527 all-user-grob-properties)) 1529 all-user-grob-properties))
OLDNEW
« no previous file with comments | « lily/tuplet-number.cc ('k') | no next file » | no next file with comments »

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