]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: NR 1.3 Expressive: TextScript and Slur
authorTrevor Daniels <t.daniels@treda.co.uk>
Thu, 1 Jan 2009 10:22:14 +0000 (10:22 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Thu, 1 Jan 2009 10:22:14 +0000 (10:22 +0000)
 - complete addition of snippets

Documentation/user/expressive.itely
input/new/creating-a-delayed-turn.ly

index 86dd7e4dff6da657222ccca8cd9dca3516b8d53c..e0003fc452866dbd7a4c957083ff0cdf0448d11c 100644 (file)
@@ -585,11 +585,8 @@ g4( e c2)
 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
 {using-double-slurs-for-legato-chords.ly}
 
-@c TODO remove ignores after LSR update
-@ignore
 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
-{positioning-text-markups-inside-slurs}
-@end ignore
+{positioning-text-markups-inside-slurs.ly}
 
 @seealso
 Music Glossary:
index 38fec619332dba9b16ad1df47b982261ce8a6b7d..fe417be0f263ca6d26ab953892d3cc0af8fa4e08 100644 (file)
@@ -1,12 +1,16 @@
 \version "2.12.0"
 
 \header {
-  lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides"
-  texidoc = "Creating a delayed turn, where the lower note of the
-  turn uses the accidental, requires several overrides.  The
-  @code{outside-staff-priority} property must be set to #f, as otherwise
-  this would take precedence over the @code{avoid-slur property}.  The
-  value of @code{halign} is used to position the turn horizontally."
+  lsrtags = "expressive-marks, editorial-annotations, 
+tweaks-and-overrides"
+
+  texidoc = "
+Creating a delayed turn, where the lower note of the
+turn uses the accidental, requires several overrides.  The
+@code{outside-staff-priority} property must be set to @code{#f},
+as otherwise this would take precedence over the
+@code{avoid-slur property}.  The value of @code{halign} is used
+to position the turn horizontally."
 
   doctitle = "Creating a delayed turn"
 }