]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/basic-notation.itely
minor fixes.
[lilypond.git] / Documentation / user / basic-notation.itely
index ce149bfff291fafd9def5f689d77149f2090d722..6a22a192b84d5c4da369a393c96ccf2056b042b8 100644 (file)
@@ -138,7 +138,8 @@ espanol.ly     do  re  mi  fa  sol la  sib si  -s          -b
 
 @seealso
 
-Program reference: @internalsref{NoteEvent}, and @internalsref{NoteHead}.
+Program reference: @internalsref{NoteEvent},
+@internalsref{LedgerLineSpanner}, and @internalsref{NoteHead}.
 
 
 
@@ -202,7 +203,7 @@ articulations, just like simple notes
 <c e g>4 <c>8
 @end lilypond
 
-For more information about chords, see @ref{Chords names}.
+For more information about chords, see @ref{Chord names}.
 
 
 @node Rests
@@ -720,6 +721,10 @@ Not all durations (especially those containing tuplets) can be
 represented exactly with normal notes and dots, but the engraver will
 not insert tuplets.
 
+@code{Completion_heads_engraver} only affects notes; it does not split
+rests.
+
+
 @seealso
 
 Examples: @inputfileref{input/@/regression,completion@/-heads@/.ly}.
@@ -1744,6 +1749,9 @@ be achieved in LilyPond by setting @code{doubleSlurs},
 <c e>4 ( <d f> <c e> <d f> )
 @end lilypond
 
+Only one slur can be printed at once.  If you need to print a long
+slur over a few small slurs, please see @ref{Phrasing slurs}.
+
 
 @refcommands
 
@@ -1789,6 +1797,8 @@ normal slur.  However, they are treated as different objects.  A
 The commands @code{\slurUp}, @code{\slurDown}, and @code{\slurNeutral}
 will only affect normal slurs and not phrasing slurs.
 
+You cannot have simultaneous phrasing slurs.
+
 @refcommands
 
 @cindex @code{\phrasingSlurUp}
@@ -1955,8 +1965,9 @@ c2\fp c\sf c\sff c\sp c\spp c\sfz c\rfz
 
 
 A crescendo mark is started with @code{\<} and terminated with
-@code{\!}.  A decrescendo is started with @code{\>} and also terminated
-with @code{\!}.  Because these marks are bound to notes, you must
+@code{\!} or an absolute dynamic.  A decrescendo is started with
+@code{\>} and is also terminated with @code{\!} or an absolute
+dynamic.  Because these marks are bound to notes, you must
 use spacer notes if multiple marks are needed during one note
 
 @lilypond[quote,raggedright,fragment,verbatim,relative=2]