]> git.donarmstrong.com Git - lilypond.git/commitdiff
Formatting nits.
authorWerner Lemberg <wl@gnu.org>
Fri, 2 May 2008 05:34:16 +0000 (07:34 +0200)
committerWerner Lemberg <wl@gnu.org>
Fri, 2 May 2008 05:34:16 +0000 (07:34 +0200)
lily/global-context-scheme.cc
lily/prob-scheme.cc

index 8fbcc99b46eee93fee36d5a3c1d3952e300ebbdf..03c992303d7377885eada7c6625cfb4ac1dc9f16 100644 (file)
@@ -54,7 +54,7 @@ LY_DEFINE (ly_make_global_translator, "ly:make-global-translator",
 LY_DEFINE (ly_make_global_context, "ly:make-global-context",
           1, 0, 0, (SCM output_def),
           "Set up a global interpretation context, using the output"
-          " block @var{output_def}.  The context is returned.\n")
+          " block @var{output_def}.  The context is returned.")
 {
   LY_ASSERT_SMOB (Output_def, output_def, 1);
   Output_def *odef = unsmob_output_def (output_def); 
index a56b84ea9f1617b8428b443d6b431555c27cecc8..717e32a945985358af74ee08f379b372e4363294 100644 (file)
@@ -80,7 +80,7 @@ LY_DEFINE (ly_make_prob, "ly:make-prob",
 LY_DEFINE (ly_prob_mutable_properties, "ly:prob-mutable-properties",
           1, 0, 0,
           (SCM prob),
-          "Retrieve an alist of mutable properties")
+          "Retrieve an alist of mutable properties.")
 {
   LY_ASSERT_SMOB (Prob, prob, 1);
   Prob *ps = unsmob_prob (prob);
@@ -90,7 +90,7 @@ LY_DEFINE (ly_prob_mutable_properties, "ly:prob-mutable-properties",
 LY_DEFINE (ly_prob_immutable_properties, "ly:prob-immutable-properties",
           1, 0, 0,
           (SCM prob),
-          "Retrieve an alist of mutable properties")
+          "Retrieve an alist of mutable properties.")
 {
   LY_ASSERT_SMOB (Prob, prob, 1);
   Prob *ps = unsmob_prob (prob);