From: hanwen Date: Mon, 21 Apr 2003 00:49:45 +0000 (+0000) Subject: ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly X-Git-Tag: release/1.7.25~315 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=77cf1b727515f4df04066a9d2cd9a4701a24b50f;p=lilypond.git ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly files too. --- diff --git a/Documentation/user/appendices.itely b/Documentation/user/appendices.itely index 380f5ee301..f1a661120a 100644 --- a/Documentation/user/appendices.itely +++ b/Documentation/user/appendices.itely @@ -1,5 +1,5 @@ -@node Refman appendix -@appendix Refman appendix +@node Reference manual details +@appendix Reference manual details @menu * Lyrics mode definition:: diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index 58a44a1d8c..889bde95f5 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -128,7 +128,7 @@ this and other documentation. The lilypond-book manual. * Literature:: Additional reading material. * Index:: Unified index. -* Refman appendix:: +* Reference manual details:: * GNU Free Documentation License:: FDL. @end menu @end ifnottex diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index 85fd263d68..ea010f304f 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -133,19 +133,22 @@ internals document, @internalsref{\NAME\} @end ifnottex @macro refbugs -@strong{BUGS} - +@noindent +@strong{Bugs} +@noindent @end macro @macro seealso -@strong{SEE ALSO} - +@noindent +@strong{See also} +@noindent @end macro @macro syntax -@strong{SYNTAX} - +@noindent +@strong{Syntax} +@noindent @end macro diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 4ecdcefc55..6c8f167b2e 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -1113,10 +1113,6 @@ property @code{auto-knee-gap}. Automatically kneed beams can not be used together with Hara Kiri staves. -[TODO from bugs] - -The Automatic beamer does not put @strong{unfinished} beams on the -last notes of a score. @menu * Setting automatic beam behavior :: @@ -1205,9 +1201,6 @@ note they contain. For a beam ending rule that only applies to beams with 32nd notes (and no shorter notes), you would use @code{(end 1 32 * *)}. -@c not true -@c Automatic beams can not be put on the last note in a score. - If a score ends while an automatic beam has not been ended and is still accepting notes, this last beam will not be typeset at all. @@ -1669,8 +1662,7 @@ Brackets are used in musical analysis to indicate structure in musical pieces. LilyPond supports a simple form of nested horizontal brackets. To use this, add the @internalsref{Horizontal_bracket_engraver} to @internalsref{Staff} context. A bracket is started with -@code{\groupOpen} and closed with @code{\groupClose}. This produces -@internalsref{HorizontalBracket} objects. +@code{\groupOpen} and closed with @code{\groupClose}. @lilypond[singleline,verbatim] \score { \notes \relative c'' { @@ -1684,6 +1676,11 @@ To use this, add the @internalsref{Horizontal_bracket_engraver} to }}} @end lilypond +@seealso + +@internalsref{HorizontalBracket}, @internalsref{NoteGroupingEvent}, +@inputfileref{input/regression,note-group-bracket.ly}. + @refbugs Bracket endings should be angled/slanted. (TODO) diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm index 6df283adb3..2d06564b69 100644 --- a/scm/grob-property-description.scm +++ b/scm/grob-property-description.scm @@ -340,12 +340,8 @@ Grob at least this long. Also works as a scaling parameter for the length of hyphen. .") -;; FIXME. -(grob-property-description 'minimum-space ly:dimension? "minimum distance that the victim should move (after padding). +(grob-property-description 'minimum-space ly:dimension? "minimum distance that the victim should move (after padding).") -FIXME: also pair? (cons LEFT RIGHT) - -") (grob-property-description 'molecule-callback procedure? "Function taking grob as argument, returning a smobbed Molecule. @@ -490,9 +486,11 @@ the outcome of the @code{break-visibility}. This grob property is a function taking a direction (-1, 0 or 1) as argument. It returns a cons of booleans, signifying whether this grob should be transparent and have no extent.") + (grob-property-description 'virga boolean? "is this neume a virga?.") (grob-property-description 'when ly:moment? "when does this column happen?.") -(grob-property-description 'word-space ly:dimension? "elongate left by this much (FIXME: cumbersome semantics).") +(grob-property-description 'word-space ly:dimension? "elongate left (?) by this much (FIXME: cumbersome semantics).") + (grob-property-description 'alignment number? "alignment of lyrics on notehead, -1 is LEFT, 0 is CENTRE, 1 is RIGHT .") (grob-property-description 'ignore-length-mismatch boolean? "if #t, stanzas with shorter lyrics can be moved away from their respective note-head by the lyric alignment code.") (grob-property-description 'begin-alignment number? "proportion of lyric length from beginning to align with note-head for left-aligned lyrics.")