]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/skyline.scm
Makelsr.py run
[lilypond.git] / scm / skyline.scm
index c4d18396e946fbe665d0331c1882e17c39dfa0ac..d09b07e64b45aa7a4795e474f18dfb327d47b4ee 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 2013 Mike Solomon <mike@mikesolomon.org>
+;;;; Copyright (C) 2013--2014 Mike Solomon <mike@mikesolomon.org>
 ;;;;
 ;;;; LilyPond is free software: you can redistribute it and/or modify
 ;;;; it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
   (and (ly:skyline-empty? (ly:skyline-pair::skyline skyp UP))
        (ly:skyline-empty? (ly:skyline-pair::skyline skyp DOWN))))
 
-; checks if the pair is not null, and then if not empty
+;; checks if the pair is not null, and then if not empty
 (define-public (skyline-pair-and-non-empty? skyp)
   (and (ly:skyline-pair? skyp)
        (not (skyline-pair::empty? skyp))))