]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/unpure-pure-container.cc
Doc-de: update to notation manual 4
[lilypond.git] / lily / unpure-pure-container.cc
index 9a8639dad09b718db0efcf2c926aeecaa057a175..2caba1216efc9dae103655f11c5fe5315b3039e2 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2011 Mike Solomon <mike@apollinemike.com>
+  Copyright (C) 2011--2012 Mike Solomon <mike@apollinemike.com>
 
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -53,7 +53,7 @@ LY_DEFINE (ly_unpure_pure_container_p, "ly:unpure-pure-container?",
 LY_DEFINE (ly_make_unpure_pure_container, "ly:make-unpure-pure-container",
            1, 1, 0, (SCM unpure, SCM pure),
            "Make an unpure-pure container.  @var{unpure} should be an unpure"
-           " expression, and @var{pure} should be a pure expression. If @var{pure}"
+           " expression, and @var{pure} should be a pure expression.  If @var{pure}"
            " is ommitted, the value of @var{unpure} will be used twice.")
 {
   SCM z;