]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/regression/{many}: add few @code{ ... }
authorhjunes <hjunes>
Fri, 7 Nov 2003 14:30:38 +0000 (14:30 +0000)
committerhjunes <hjunes>
Fri, 7 Nov 2003 14:30:38 +0000 (14:30 +0000)
ChangeLog
input/regression/apply-context.ly
input/regression/beam-extreme.ly
input/regression/grace-volta-repeat-2.ly
input/regression/measure-grouping.ly
input/regression/spacing-folded-clef2.ly

index a6e644c0f9a6b18d628fd618b65ef35a898a4310..ab375687581e991b247a96af30d14ac217f9654b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * input/regression/{many}: add few @code{ ... }.
+
 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
index 328f6397435ddf1dab86586bceb5d2e3d0f4e81e..6a8972f47bfac109a8271fd4c60c4ed5f963527e 100644 (file)
@@ -4,7 +4,7 @@
 
 \header {
 
-texidoc = "With \\applycontext, \\properties can be modified
+texidoc = "With @code{\\applycontext}, @code{\\properties} can be modified
 procedurally. Applications include: checking bar numbers, smart
 octavation.
 
index ebdda9481c135fd606d5a07f66d63dacb196f841..ca4ce35e79807a9ed51094668f1f7ca9246c52ce 100644 (file)
@@ -5,7 +5,7 @@ texidoc="
 Beams should behave reasonably well, even under extreme circumstances.
 Stems may be short, but noteheads should never touch the beam.  Note that
 under normal circumstances, these beams would get knees here
-Beam.auto-knee-gap was set to false.
+@code{Beam.auto-knee-gap} was set to false.
 "
 }
 
index e66781712e689e4fc0ed2e128a24d44f4ff98b70..9c837d31539fe325b7b49e481c0f3d18d0985295 100644 (file)
@@ -5,7 +5,7 @@
 
     texidoc = "Graces at combined with volta repeats: a repeat
 starting with a grace, following a repeat directly. The bars should be
-merged into one :||:."
+merged into one @code{:||:}."
 
       }
 
index e8a535ab60ff1f1ab3cc08cd69c7ad84905f2902..54b093f4c8f9249595c623f0df259096378ea13f 100644 (file)
@@ -2,7 +2,7 @@
 \header
 {
 
-    texidoc = "The Measure_grouping_engraver adds triangles and
+    texidoc = "The @code{Measure_grouping_engraver} adds triangles and
 brackets above beats when you set beatGrouping.  This shows a fragment
 of Steve Martland's Dance Works. "
 
index 0ee9ae00f3bf789894d9956df79f963251f006d0..1bd00dc9f5fd80c2f530a5cb23d533e417aeb8b4 100644 (file)
@@ -3,7 +3,7 @@
 \header {
 
 texidoc = "A clef can be folded below notes in a different staff, if
-there is space enough. With Paper_column molecule callbacks we can
+there is space enough. With @code{Paper_column} molecule callbacks we can
 show where columns are in the score."
 }