]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/document-context-mods.scm
Release: bump VERSION.
[lilypond.git] / scm / document-context-mods.scm
index df820af6cca281cbcebfc4a3de85e012e7c3bcb1..fc3c4ad28a7101ba4748280a2908d8156943bb09 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 2011 Neil Puttock <n.puttock@gmail.com>
+;;;; Copyright (C) 2011--2012 Neil Puttock <n.puttock@gmail.com>
 ;;;;
 ;;;; LilyPond is free software: you can redistribute it and/or modify
 ;;;; it under the terms of the GNU General Public License as published by
@@ -73,8 +73,8 @@
 "
      name-sym
      name-sym
-     (if (pair? docstring) 
-         (cadar docstring) 
+     (if (pair? docstring)
+         (cadar docstring)
          (begin
            (ly:warning "context modification `~a' not documented." name-sym)
            "(undocumented; fixme)"))