From 4d9452b6e6c63fa4a8f2c8e6ab493bf4e0134f95 Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Mon, 27 Sep 2010 23:05:17 -0700 Subject: [PATCH] Doc: NR 1.2; 5.4: remove [fragment]; add [quote]. --- Documentation/notation/changing-defaults.itely | 8 ++++---- Documentation/notation/rhythms.itely | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/notation/changing-defaults.itely b/Documentation/notation/changing-defaults.itely index 6c4e96aadf..c1e3a223bd 100644 --- a/Documentation/notation/changing-defaults.itely +++ b/Documentation/notation/changing-defaults.itely @@ -2494,7 +2494,7 @@ In case of a line break, the values for the end points are specified by the @code{left-broken} and @code{right-broken} sub-lists of @code{bound-details}. For example: -@lilypond[relative=2,ragged-right,verbatim,fragment] +@lilypond[relative=2,ragged-right,verbatim,quote] \override Glissando #'breakable = ##t \override Glissando #'(bound-details right-broken Y) = #-3 c1 \glissando \break @@ -2549,7 +2549,7 @@ end-point, centered on the line, as defined by the @code{X} and or @code{stencil-offset} will move the symbol at the edge vertically relative to the end point of the line: -@lilypond[relative=1,fragment,verbatim] +@lilypond[relative=1,quote,verbatim] \override TextSpanner #'(bound-details left stencil-align-dir-y) = #-2 \override TextSpanner @@ -2963,7 +2963,7 @@ between them, in the style requested. Here is an example showing the different line styles available, and how to tune them. -@lilypond[relative=2,ragged-right,verbatim,fragment] +@lilypond[relative=2,ragged-right,verbatim,quote] d2 \glissando d'2 \once \override Glissando #'style = #'dashed-line d,2 \glissando d'2 @@ -2980,7 +2980,7 @@ on-the-fly for every graphic object, but it is possible to override these: @c TODO Complete -@lilypond[relative=2,ragged-right,verbatim,fragment] +@lilypond[relative=2,ragged-right,verbatim,quote] e2 \glissando f \once \override Glissando #'(bound-details right Y) = #-2 e2 \glissando f diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index 1f7deb2cf8..924a459823 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -1339,7 +1339,7 @@ To turn off automatic calculation of bar lines and bar numbers, use the command @code{\cadenzaOn}, and use @code{\cadenzaOff} to turn them on again. -@lilypond[verbatim,relative=2,fragment] +@lilypond[verbatim,relative=2,quote] c4 d e d \cadenzaOn c4 c d8 d d f4 g4. @@ -1351,7 +1351,7 @@ d4 e d c Bar numbering is resumed at the end of the cadenza as if the cadenza were not there: -@lilypond[verbatim,relative=2,fragment] +@lilypond[verbatim,relative=2,quote] % Show all bar numbers \override Score.BarNumber #'break-visibility = #all-visible c4 d e d @@ -1412,7 +1412,7 @@ to indicate where breaks can occur. You must explicitly create a @code{Voice} context when starting a piece with @code{\cadenzaOn}, otherwise strange errors may occur. -@lilypond[verbatim,relative=2,fragment] +@lilypond[verbatim,relative=2,quote] \new Voice \relative c'{ \cadenzaOn c16^"Solo Free Time" d e f g2. \bar "||" -- 2.39.2