From: hjunes Date: Fri, 7 Nov 2003 14:30:38 +0000 (+0000) Subject: * input/regression/{many}: add few @code{ ... } X-Git-Tag: release/2.1.3~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9dd077d0ab08e16d5e6dcf399ae872ce7a228a02;p=lilypond.git * input/regression/{many}: add few @code{ ... } --- diff --git a/ChangeLog b/ChangeLog index a6e644c0f9..ab37568758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-07 Heikki Junes + + * input/regression/{many}: add few @code{ ... }. + 2003-11-05 Mats Bengtsson * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, diff --git a/input/regression/apply-context.ly b/input/regression/apply-context.ly index 328f639743..6a8972f47b 100644 --- a/input/regression/apply-context.ly +++ b/input/regression/apply-context.ly @@ -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. diff --git a/input/regression/beam-extreme.ly b/input/regression/beam-extreme.ly index ebdda9481c..ca4ce35e79 100644 --- a/input/regression/beam-extreme.ly +++ b/input/regression/beam-extreme.ly @@ -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. " } diff --git a/input/regression/grace-volta-repeat-2.ly b/input/regression/grace-volta-repeat-2.ly index e66781712e..9c837d3153 100644 --- a/input/regression/grace-volta-repeat-2.ly +++ b/input/regression/grace-volta-repeat-2.ly @@ -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{:||:}." } diff --git a/input/regression/measure-grouping.ly b/input/regression/measure-grouping.ly index e8a535ab60..54b093f4c8 100644 --- a/input/regression/measure-grouping.ly +++ b/input/regression/measure-grouping.ly @@ -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. " diff --git a/input/regression/spacing-folded-clef2.ly b/input/regression/spacing-folded-clef2.ly index 0ee9ae00f3..1bd00dc9f5 100644 --- a/input/regression/spacing-folded-clef2.ly +++ b/input/regression/spacing-folded-clef2.ly @@ -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." }