]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/c++.scm
Issue 3687 (part 2): Amend docs to use \compressMMRests
[lilypond.git] / scm / c++.scm
index fd965ac4d59d394bf5cd34e341689ad74b82ea45..ba38d5a05738e1b42cd4b94d64f860d91c17fbf1 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 1998--2014 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; Copyright (C) 1998--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;                 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;;
 ;;;; LilyPond is free software: you can redistribute it and/or modify
@@ -93,8 +93,6 @@
 
 (define-public (scheme? x) #t)
 
-(define-public (symbol-or-boolean? x)
-  (or (symbol? x) (boolean? x)))
 
 (define-public (void? x)
   (unspecified? x))