]> git.donarmstrong.com Git - lilypond.git/commitdiff
ly:line-interface::print should read ly:line-spanner::print in NR
authorThomas Morley <thomasmorley65@gmail.com>
Sun, 4 Jan 2015 15:11:15 +0000 (16:11 +0100)
committerThomas Morley <thomasmorley65@gmail.com>
Mon, 12 Jan 2015 09:44:46 +0000 (10:44 +0100)
issue 4244

In Documentation/notation/changing-defaults.itely
@code{ly:line-interface::print should}
should read
@code{ly:line-spanner::print}

Documentation/notation/changing-defaults.itely

index 064039a251b5926c5335f3e800cd1e51a874b532..f2f869bf6412929af4c3ceb60557ffd442ed03f3 100644 (file)
@@ -3076,7 +3076,7 @@ Objects which support the @code{line-spanner-interface} include
 @end itemize
 
 The routine responsible for drawing the stencils for these spanners is
-@code{ly:line-interface::print}.  This routine determines the
+@code{ly:line-spanner::print}.  This routine determines the
 exact location of the two end points and draws a line
 between them, in the style requested.  The locations of the two
 end points of the spanner are computed on-the-fly, but it is
@@ -3610,7 +3610,7 @@ These all use the same routines as the glissando for drawing the
 texts and the lines, and tuning their behavior is therefore also
 done in the same way.  It is done with a spanner, and the routine
 responsible for drawing the spanners is
-@code{ly:line-interface::print}.  This routine determines the
+@code{ly:line-spanner::print}.  This routine determines the
 exact location of the two @i{span points} and draws a line
 between them, in the style requested.