]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc -- add links on script columns
authorCarl Sorensen <c_sorensen@byu.edu>
Fri, 4 Dec 2009 00:26:59 +0000 (17:26 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Fri, 4 Dec 2009 00:27:49 +0000 (17:27 -0700)
Documentation/contributor/issues.itexi
Documentation/notation/expressive.itely
Documentation/notation/text.itely

index 9bf1f2212065f5612abaca88ab82f405a595182d..6febab04712710642a751b272ed3f8f662c8c4b5 100644 (file)
@@ -6,9 +6,9 @@ This chapter deals with defects, feature requests, and
 miscellaneous development tasks.
 
 @menu
-* Introduction to issues::      
-* Issue classification::        
-* Adding issues to the tracker::  
+* Introduction to issues::
+* Issue classification::
+* Adding issues to the tracker::
 * Checking and verifying issues::
 * Summary of project status::
 * Finding the cause of a regression::
@@ -117,9 +117,9 @@ like Ancient notation, which nobody wants to touch.
 
 @end itemize
 
-Opsys lables: pretty self-explanatory.
+Opsys labels: pretty self-explanatory.
 
-Other lables:
+Other labels:
 
 @itemize
 
@@ -163,7 +163,7 @@ false/misleading warning message.
 @node Adding issues to the tracker
 @section Adding issues to the tracker
 
-FIXME: prettify.
+TODO: prettify.
 
 only done by Bug Meister, unless you're really certain you know
 what you're doing.
@@ -233,7 +233,6 @@ else about LilyPond development.
 @uref{http://code.google.com/p/lilypond/issues/list?can=2&q=label:Frog&mode=grid&y=Priority&x=Type&cells=ids}
 @end example
 
-
 @node Finding the cause of a regression
 @section Finding the cause of a regression
 
index 223bab244f1e003287d51268852161ac3d969644..9a707d6e88b0d5e4d6f7d9d97a590efd091a6809 100644 (file)
@@ -110,6 +110,14 @@ in @file{scm/@/script@/.scm}.  Articulations and ornamentations
 may be manually placed above or below the staff; see
 @ref{Direction and placement}.
 
+Articulations are @code{Script} objects.  Their properties are
+described more fully in @rinternals{Script}.
+
+In addition to articulations, text and markups can be attached to
+notes.  See @ref{Text scripts}.
+
+For more information about the ordering of Scripts and TextScripts that
+are attached to the notes, see @rlearning{Placement of objects}.
 
 @snippets
 
@@ -129,7 +137,12 @@ Music Glossary:
 @rglos{staccato},
 @rglos{portato}.
 
+Learning Manual:
+@rlearning{Placement of objects}.
+
+
 Notation Reference:
+@ref{Text scripts},
 @ref{Direction and placement},
 @ref{List of articulations},
 @ref{Trills}.
index 599990edb6580573c97e0ad6d391f240a59c257e..2a11b04e626c39fd29f76643e940587a8b9245df 100644 (file)
@@ -82,6 +82,11 @@ a8^"pizz." g f e
 a4_"scherzando" f
 @end lilypond
 
+In addition to text scripts, articulations can be attached to notes.
+For more information, see @ref{Articulations and ornamentations}.
+
+For more information about the relative ordering of text scripts and
+articulations, see @rlearning{Placement of objects}.
 
 @funindex \textLengthOn
 @funindex textLengthOn
@@ -95,6 +100,9 @@ a4_"scherzando" f
 
 
 @seealso
+Learning Manual:
+@rlearning{Placement of objects}.
+
 Notation Reference:
 @ref{Formatting text},
 @ref{Direction and placement}.