]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: NR 1.2; 5.4: remove [fragment]; add [quote].
authorMark Polesky <markpolesky@yahoo.com>
Tue, 28 Sep 2010 06:05:17 +0000 (23:05 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Tue, 28 Sep 2010 06:10:33 +0000 (23:10 -0700)
Documentation/notation/changing-defaults.itely
Documentation/notation/rhythms.itely

index 6c4e96aadfd36c427bee129ab8b35be4bc8fc48f..c1e3a223bd8d98718f133737d7c1f6f9dd1689e1 100644 (file)
@@ -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:
 
 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
 \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:
 
 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
 \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.
 
 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
 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
 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
 e2 \glissando f
 \once \override Glissando #'(bound-details right Y) = #-2
 e2 \glissando f
index 1f7deb2cf8eea43a898ad0cc81c68a6c3b671a71..924a459823f14b066a18e58aced2ae89a547e3d6 100644 (file)
@@ -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.
 
 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.
 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:
 
 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
 % 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.
 
 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 "||"
 \new Voice \relative c'{
   \cadenzaOn
   c16^"Solo Free Time" d e f g2. \bar "||"