]> git.donarmstrong.com Git - lilypond.git/commitdiff
($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 21 Apr 2003 00:49:45 +0000 (00:49 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 21 Apr 2003 00:49:45 +0000 (00:49 +0000)
files too.

Documentation/user/appendices.itely
Documentation/user/lilypond.tely
Documentation/user/macros.itexi
Documentation/user/refman.itely
scm/grob-property-description.scm

index 380f5ee301360606e5fcfd3adc1a71e03ff17a5b..f1a661120acdc75e61a3b28d12d2d1e767135f5f 100644 (file)
@@ -1,5 +1,5 @@
-@node Refman appendix
-@appendix Refman appendix
+@node  Reference manual details
+@appendix Reference manual details
 
 @menu
 * Lyrics mode definition::      
index 58a44a1d8c368b2de11995fee54235db3761a779..889bde95f56534de08220a3f6a000280524f5606 100644 (file)
@@ -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
index 85fd263d68334679bd93778e335c885c1411af80..ea010f304ff652415dd8439f0b430ddb782715c4 100644 (file)
@@ -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
index 4ecdcefc55560010d0645a8b7826bc2ee03f6c06..6c8f167b2e1729c9ee034b281bcd6df944c009ab 100644 (file)
@@ -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)
index 6df283adb3f129489b0cfa0dc219aa51da92c103..2d06564b699ed410ce14ef91f4321571136424cb 100644 (file)
@@ -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.")